summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] Add back _mask, _maskz, and _mask3 builtins for some 512-bit fmadd/fmsu...Craig Topper2018-06-073-589/+560
* [ODRHash] Adjust info stored for FunctionTemplateDecl.Richard Trieu2018-06-071-1/+1
* [Driver] Stop passing -fseh-exceptions for x86_64-windows-msvcShoaib Meenai2018-06-061-2/+0
* [CUDA] Check initializers of instantiated template variables.Artem Belevich2018-06-063-52/+58
* [HIP] Fix unbundlingYaxun Liu2018-06-061-4/+13
* [MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 ...Reid Kleckner2018-06-061-49/+55
* [CUDA] Replace 'nv_weak' attributes in CUDA headers with 'weak'.Artem Belevich2018-06-061-0/+6
* PR37680: fix faulty assertion condition.Richard Smith2018-06-061-0/+1
* [Driver] Add flag "--dependent-lib=..." when enabling asan or ubsan on PS4.Pierre Gousseau2018-06-063-2/+15
* [Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnitIvan Donchevskii2018-06-062-8/+9
* [Analyzer] Fix Z3ConstraintManager crash (PR37646)Vlad Tsyrklevich2018-06-061-2/+4
* [Sema] Fix parsing of anonymous union in language linkage specificationJan Korous2018-06-061-3/+5
* Fix std::tuple errorsReid Kleckner2018-06-061-12/+12
* Implement bittest intrinsics generically for non-x86 platformsReid Kleckner2018-06-061-26/+142
* [X86] Add builtins for vector element insert and extract for different 128 an...Craig Topper2018-06-065-97/+96
* [X86] Implement __builtin_ia32_vec_ext_v2si correctly even though we only use...Craig Topper2018-06-051-1/+1
* [X86] Make __builtin_ia32_vec_ext_v2si require ICE for its index argument. Ad...Craig Topper2018-06-051-0/+7
* [CUDA][HIP] Do not emit type info when compiling for deviceYaxun Liu2018-06-051-1/+1
* Detect an incompatible VLA pointer assignmentJeremy Morse2018-06-051-2/+32
* [X86] Mark all the builtins and intrinsics that require MMX and an SSE featur...Craig Topper2018-06-053-45/+51
* [Driver][Fuchsia] Pass LTO flags to linkerPetr Hosek2018-06-051-0/+6
* Reimplement the bittest intrinsic family as builtins with inline asmReid Kleckner2018-06-052-100/+56
* Revert r333791 "Cap "voluntary" vector alignment at 16 for all Darwin platfor...Reid Kleckner2018-06-045-58/+68
* Update for an LLVM header file moveDavid Blaikie2018-06-041-1/+1
* [analyzer] Re-enable constructors when lifetime extension through fields occurs.Artem Dergachev2018-06-042-20/+6
* [X86] Avoid passing _mm_undefined* to builtin_shufflevector if we are able to...Craig Topper2018-06-044-22/+11
* [CFG] Fix automatic destructors when a member is bound to a reference.Artem Dergachev2018-06-041-33/+29
* Remove llvm::Triple argument from get***Personality() functions. NFC.Heejin Ahn2018-06-041-17/+18
* This diff includes changes for supporting the following types.Leonard Chan2018-06-0421-5/+211
* [analyzer] False positive refutation with Z3Mikhail R. Gadelha2018-06-043-1/+56
* Created a tiny SMT interface and make Z3ConstraintManager implement itMikhail R. Gadelha2018-06-041-3/+58
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-047-6/+17
* [X86] Fix a couple places that were using macro arguments twice when of the u...Craig Topper2018-06-041-2/+4
* Moved RangedConstraintManager header to the StaticAnalyser include dirMikhail R. Gadelha2018-06-043-216/+2
* [X86] Remove superfluous escaped new lines from intrinsic files.Craig Topper2018-06-031-4/+4
* [X86] Explicitly make the arguments to __slwpcb intrinsic 'void'.Craig Topper2018-06-031-1/+1
* [X86] Replace __builtin_ia32_vbroadcastf128_pd256 and __builtin_ia32_vbroadca...Craig Topper2018-06-032-28/+6
* [X86] Pass ArrayRef instead of SmallVectorImpl& to the X86 builtin helper fun...Craig Topper2018-06-031-10/+10
* Revert r333848 "[X86] Pass ArrayRef instead of SmallVectorImpl& to the X86 bu...Craig Topper2018-06-031-8/+8
* [X86] Pass ArrayRef instead of SmallVectorImpl& to the X86 builtin helper fun...Craig Topper2018-06-031-8/+8
* [X86] When emitting masked loads/stores don't check for all ones mask.Craig Topper2018-06-031-10/+0
* [NEON] Support VLD1xN intrinsics in AArch32 mode (Clang part)Ivan A. Kosarev2018-06-021-30/+27
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-0221-211/+5
* This diff includes changes for supporting the following types.Leonard Chan2018-06-0221-5/+211
* Cap "voluntary" vector alignment at 16 for all Darwin platforms.John McCall2018-06-015-68/+58
* [X86] Rewrite avx512vbmi unmasked and maskz macro intrinsics to be wrappers a...Craig Topper2018-06-012-36/+180
* [OpenMP] Fix typo in NVPTX linker, NFC.Jonas Hahnfeld2018-06-011-1/+1
* Fix unused variable warning from r333718 Erich Keane2018-06-011-1/+1
* [OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL fileErich Keane2018-06-011-3/+4
* [X86] Remove leftover semicolons at end of macrosMartin Storsjo2018-06-015-13/+13
OpenPOWER on IntegriCloud