summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-format] Start formatting cpp code in raw strings in google styleKrasimir Georgiev2018-04-251-12/+31
* [HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_COMPILE__Yaxun Liu2018-04-251-2/+6
* Fix buildbot problems after rC330794Bjorn Pettersson2018-04-251-1/+2
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-2520-32/+391
* [HIP] Add hip input kind and codegen for kernel launchingYaxun Liu2018-04-256-22/+65
* [ODRHash] Hash template arguments of methods.Richard Trieu2018-04-252-0/+103
* Revert "[Driver] Android triples are not aliases for other triples."Dan Albert2018-04-241-76/+50
* [Driver] Android triples are not aliases for other triples.Dan Albert2018-04-241-50/+76
* [analyzer] Add support for the note diagnostic pieces to plist output format.Artem Dergachev2018-04-241-29/+97
* Improve -Warray-bounds to handle multiple array extents rather than only hand...Aaron Ballman2018-04-241-1/+6
* [CUDA] Enable CUDA compilation with CUDA-9.2Artem Belevich2018-04-243-1/+10
* [X86] Add recently added intrinsic headers to the module map.Craig Topper2018-04-241-0/+3
* [X86] Consistently use double underscore at the beginning of the include guar...Craig Topper2018-04-249-27/+27
* [Attr] Print enum attributes at correct positionJoel E. Denny2018-04-241-5/+7
* [OpenCL] Fix diagnostic of thread_localSven van Haastregt2018-04-241-0/+1
* [CodeComplete] Fix completion at the end of keywordsIlya Biryukov2018-04-241-8/+12
* [GCC] Don't keep a StringRef to a temporary std::stringMartin Storsjo2018-04-241-1/+1
* [ASTImporter] Allow testing of import sequences; fix import of typedefs for a...Aleksei Sidorin2018-04-241-23/+21
* [GCC] Match a GCC version with a patch suffix without a third version componentMartin Storsjo2018-04-241-3/+11
* Link to AggressiveInstCombine in a few places. Unbreaks build for me.Roman Lebedev2018-04-241-0/+1
* [X86] Remove '#ifdef __x86_64__' around mask_set1_epi64 intrinsics.Craig Topper2018-04-242-7/+0
* Fix build break due to content moving from Scalar.h to InstCombine.h in LLVMDavid Blaikie2018-04-241-0/+1
* [AST] strcmp/memcmp always compares unsigned chars.Benjamin Kramer2018-04-231-2/+12
* [Sema] Add -Wno-self-assign-overloadedRoman Lebedev2018-04-231-7/+8
* [OPENMP] Formatting and code improvement, NFC.Alexey Bataev2018-04-231-88/+93
* DR727: remove wrong assertion for use of class-scope explicitRichard Smith2018-04-231-4/+0
* [OPENMP] Do not cast captured by value variables with pointer types inAlexey Bataev2018-04-231-1/+2
* [analyzer] Don't crash on printing ConcreteInt of size >64 bitsAleksei Sidorin2018-04-231-7/+3
* [analyzer] Move `TaintBugVisitor` from `GenericTaintChecker.cpp` to `BugRepor...Henry Wong2018-04-232-39/+21
* [index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer2018-04-231-16/+14
* [analyzer] CStringChecker.cpp - Code refactoring on bug report.Henry Wong2018-04-231-100/+96
* [OpenCL] Reject virtual functions for OpenCL C++Sven van Haastregt2018-04-232-1/+10
* [CodeGen] Reland r330442: Add an option to suppress output of llvm.identMikhail Maltsev2018-04-234-2/+9
* [clang-format] Fix clang-tidy readability problems, NFCIKrasimir Georgiev2018-04-233-6/+6
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-2310-29/+37
* [Solaris] __float128 is supported on Solaris/x86Rainer Orth2018-04-231-0/+10
* Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas...Andrew V. Tischenko2018-04-234-11/+32
* Revert "[clang-format] Improve Incomplete detection for (text) protos"Krasimir Georgiev2018-04-231-18/+5
* [Atomics] warn about atomic accesses using libcallsTim Northover2018-04-231-6/+10
* [XRay] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-231-1/+1
* [X86] WaitPKG intrinsicsGabor Buella2018-04-206-0/+70
* Record whether a module came from a private module mapJordan Rose2018-04-204-6/+16
* Revert r330442, CodeGen/no-ident-version.c is failing on PPCMikhail Maltsev2018-04-204-9/+2
* [CUDA] Set LLVM calling convention for CUDA kernelYaxun Liu2018-04-203-0/+11
* [CodeGen] Add an option to suppress output of llvm.identMikhail Maltsev2018-04-204-2/+9
* [CUDA] Register relocatable GPU binariesJonas Hahnfeld2018-04-201-19/+102
* [Driver] Support for -save-stats in AddGoldPlugin.Florian Hahn2018-04-207-41/+67
* Fix -Wunused-variable warnings after r330377.Andrea Di Biagio2018-04-201-2/+2
* [OpenCL] Add 'denorms-are-zero' function attributeAlexey Sotkin2018-04-201-0/+4
* [CFG] [analyzer] Add construction contexts for loop condition variables.Artem Dergachev2018-04-191-2/+14
OpenPOWER on IntegriCloud