]> granicus.if.org Git - clang/shortlog
clang
2017-02-24 Kevin FunkAdd clazy to external Clang examples page
2017-02-24 Petr Hosek[Driver] Enable SafeStack for Fuchsia targets
2017-02-24 Richard Trieu[ODRHash] Add handling of TypedefType and DeclarationName
2017-02-24 George Burgess IVRepresent pass_object_size attrs in ExtParameterInfo
2017-02-24 Richard SmithFactor out some common code between SpecialMemberExcept...
2017-02-24 Richard SmithSimplify and pass a more useful source location when...
2017-02-24 Richard SmithRefactor computation of exception specification for...
2017-02-24 Douglas YungRecently a change was made to this test in r294639...
2017-02-24 Hans WennborgRevert r291477 "[Frontend] Correct values of ATOMIC_...
2017-02-24 Vedant Kumar[profiling] PR31992: Don't skip interesting non-base...
2017-02-24 David L. Jones[Driver] Move architecture-specific free helper functio...
2017-02-24 Alex LorenzNFC, Remove commented out block of code from CGBlocks.cpp
2017-02-24 Alex LorenzNFC, Add a test that ensures that we don't emit helper...
2017-02-23 Alex LorenzNFC, Add a test that ensure that we don't emit helper...
2017-02-23 Benjamin Kramer[CodeGen] Silence unused variable warning in Release...
2017-02-23 Richard SmithPR32044: Fix some cases where we would confuse a transp...
2017-02-23 George Burgess IVTighten up a regex in a test
2017-02-23 George Burgess IV[CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen...
2017-02-23 Richard SmithAdd context note to diagnostics that occur while declar...
2017-02-23 Erik Pilkington[ObjC][CodeGen] CodeGen support for @available.
2017-02-23 Serge PavlovReverted r295975
2017-02-23 Serge PavlovAdded regression tests
2017-02-23 George Burgess IV[CodeGen] Don't reemit expressions for pass_object_size...
2017-02-23 Argyrios Kyrtzidis[c-index-test] For the 'core' invocation, avoid running...
2017-02-23 Richard Trieu[ODRHash] Handle types in ODR hashing.
2017-02-23 Richard SmithFix tracking of whether the previous template instantia...
2017-02-23 Richard SmithRename ActiveTemplateInstantiation to CodeSynthesisCont...
2017-02-23 Vedant KumarRename a helper function, NFC.
2017-02-23 Richard Trieu[ODRHash] Add IdentiferInfo and FieldDecl support.
2017-02-22 Alex Lorenz[ObjC][Modules] Don't perform property lookup in hidden...
2017-02-22 George Burgess IV[CodeGen] Add param info for ctors with ABI args.
2017-02-22 Richard Trieu[ODRHash] static_cast and Stmt hashing.
2017-02-22 Richard SmithPR32034: Evaluate _Atomic(T) in-place when T is a class...
2017-02-22 Matt ArsenaultAMDGPU: Add fmed3 half builtin
2017-02-22 Bob Haarmanstop using associative comdats for SEH filter functions
2017-02-22 George Burgess IV[CodeGen] Note where we add ABI-specific args in ctors...
2017-02-22 Richard SmithImprove support for 'decltype(auto)' in template templa...
2017-02-22 Jan Vesely[OpenCL] r600 needs OpenCL kernel calling convention
2017-02-22 Yaron KerenRemove superfluous initializer.
2017-02-22 Simon PilgrimFix 'control reaches end of non-void function' warning
2017-02-22 Simon PilgrimFix -Wunused-private-field warning by removing unused...
2017-02-22 Benjamin Kramer[ODRHash] Avoid dereferencing end() of a SmallVector.
2017-02-22 Jonas Hahnfeld[OpenMP] Generate better diagnostics for cancel and...
2017-02-22 George Burgess IVCall the correct @llvm.objectsize.
2017-02-22 Richard TrieuAdd more ODR checking.
2017-02-22 Richard SmithFix assertion failure when generating debug information...
2017-02-21 Richard Smith[c++1z] Mark constexpr lambdas as done on status page...
2017-02-21 Richard SmithFix deduction of type of pack-expanded non-type templat...
2017-02-21 Brad SmithHook up OpenBSD AArch64 support
2017-02-21 Jacob GravelleDeclare lgamma library builtins as never being const
2017-02-21 Taewook OhFix for pr31836 - pp_nonportable_path on absolute paths...
2017-02-21 Tim Shen[XRay] Merge xray clang flag tests, and add powerpc64le.
2017-02-21 Dehao ChenOnly enable AddDiscriminator pass when -fdebug-info...
2017-02-21 Erik PilkingtonFix copy and paste mistake in header comment, NFC.
2017-02-21 Simon Dardis[mips] Define macros related to -mabicalls in the prepr...
2017-02-21 Krasimir Georgiev[clang-format] Remove unused member variables from...
2017-02-21 Richard SmithFix lookup through injected-class-names in implicit...
2017-02-21 Richard SmithWhen deducing an array bound from the length of an...
2017-02-21 Richard SmithPR32010: Fix template argument depth mixup when forming...
2017-02-21 Richard SmithAdd template parameter depth and index to -ast-dump...
2017-02-21 Richard SmithFactor out function to determine whether we're performi...
2017-02-20 Saleem AbdulrasoolSema: use PropertyDecl for property selector
2017-02-20 Alex Lorenz[Sema][ObjC] perform-selector ARC check should see...
2017-02-20 Daniel Jasperclang-format: [JS] Improve line-wrapping behavior of...
2017-02-20 Daniel Jasperclang-format: Prevent weird line-wraps in complex lambd...
2017-02-20 Daniel Jasperclang-format: [JS/TS] Improve detection for array subsc...
2017-02-20 Aleksei Sidorin[ASTImporter] Support default argument initialization...
2017-02-20 Sanne Wouda[ARM] Add regression tests for Cortex-M23 and Cortex-M33
2017-02-20 Aleksei Sidorin[analyzer] Do not duplicate call graph nodes for functi...
2017-02-20 Brad SmithEnable support for __float128 in Clang on OpenBSD/X86
2017-02-19 Saleem AbdulrasoolDriver: inline a single caller of a function (NFC)
2017-02-19 Brad SmithAlways use --eh-frame-hdr on OpenBSD, even for -static
2017-02-19 Brad SmithLink static PIE programs against rcrt0.o on OpenBSD
2017-02-19 Justin Lebar[CUDA] Don't pass -stack-protector to NVPTX compilations.
2017-02-19 NAKAMURA Takumiclang/CMakeLists.txt: Rework r294954 -- use file(TO_CMA...
2017-02-18 Simon Pilgrim[X86][XOP] Fix type conversion warning in vpcmov generi...
2017-02-18 Craig Topper[X86] Replace XOP vpcmov builtins with native vector...
2017-02-18 Matt ArsenaultAMDGPU: Add gfx900 and gfx901 processors
2017-02-18 Daniel Marjamaki[analyzer] Revert 295545. There are buildbot failures.
2017-02-18 Daniel Marjamaki[analyzer] Fix crash in CastToStruct when there is...
2017-02-18 Serge PavlovProcess attributes 'ifunc' and 'alias' when checking...
2017-02-18 Dylan McKay[AVR] Move definition of IsIntegratedAssemblerDefault
2017-02-18 Richard TrieuPart of adding an improved ODR checker.
2017-02-18 Vedant Kumar[profiling] Make a test more explicit. NFC.
2017-02-18 Vedant Kumar[profiling] Tighten test cases which refer to "profn...
2017-02-18 Vedant KumarReuse a local variable. NFC.
2017-02-18 Richard SmithCleanup: use range-based for rather than separate calls...
2017-02-18 Richard SmithHandle deduction guides better in -ast-print.
2017-02-18 Richard Smith[modules] Load the ModuleOffsetMap from the module...
2017-02-17 Vedant KumarRetry^2: [ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Pass a set of checks to skip to EmitTypeCheck...
2017-02-17 Carlo Bertolli[OpenMP] Prepare Sema for initial implementation for...
2017-02-17 Vedant KumarRevert "Retry: [ubsan] Reduce null checking of C++...
2017-02-17 Richard SmithAdd an explicit derived class of FunctionDecl to model...
2017-02-17 Charles Li[Test] Make Lit tests C++11 compatible - misc
2017-02-17 Petr Hosek[CMake] Add Fuchsia toolchain CMake cache files
2017-02-17 Jonas Hahnfeld[OpenMP] Fix cancellation point in task with no cancel
2017-02-17 Jonas Hahnfeld[OpenMP] Remove barriers at cancel and cancellation...
2017-02-17 Justin BognerRename DiagnosticInfoWithDebugLoc to WithLocation to...
2017-02-17 Daniel Jasperclang-format: Don't remove existing spaces between...
next