summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith2019-10-114-220/+30
* [tsan,msan] Insert module constructors in a module passVitaly Buka2019-10-101-2/+11
* [tooling] Fix assertion on MacOSX.Michael Liao2019-10-101-1/+6
* [tooling] Teach Tooling to understand compilation with offloading.Michael Liao2019-10-101-1/+23
* PR43629: Fix crash evaluating constexpr placement new on a subobject ofRichard Smith2019-10-101-1/+1
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-107-20/+31
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-107-31/+20
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-103-19/+64
* [MSVC] Automatically add atlmfc folder to include and libpath.Zachary Turner2019-10-102-3/+16
* [ScanDeps] clang-format, 80 cols.Michael J. Spencer2019-10-101-4/+7
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-1015-10/+192
* Re-land "Use -fdebug-compilation-dir to form absolute paths in coverage mappi...Reid Kleckner2019-10-102-9/+24
* [clang-format] throws an incorrect assertion in consumeToken() formatting the...Paul Hoad2019-10-101-1/+0
* [OPENMP50]Support for declare variant directive for NVPTX target.Alexey Bataev2019-10-106-6/+92
* In openFileForRead don't cache erroneous entries if the error relates to them...Kousik Kumar2019-10-101-35/+20
* [OPENMP50]Register vendor name only once in vendor context selector.Alexey Bataev2019-10-101-5/+6
* Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko2019-10-101-8/+6
* [AST] ASTReader::ReadSLocEntry(): move computation of FirstDecl into the bran...Roman Lebedev2019-10-101-1/+1
* Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"Kadir Cetinkaya2019-10-102-24/+9
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-101-50/+99
* Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)"Sjoerd Meijer2019-10-101-0/+8
* [clang] prevent crash for nonnull attribut in constant context (Bug 43601)Gauthier Harnisch2019-10-101-6/+6
* [sema] Revise `getCurrentMangleNumberContext` interface. NFC.Michael Liao2019-10-103-26/+31
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-108-16/+29
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-102-10/+12
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-102-12/+10
* Use -fdebug-compilation-dir to form absolute paths in coverage mappingsReid Kleckner2019-10-102-9/+24
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-093-127/+155
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-091-6/+8
* [OPENMP50]Fix scoring of contexts with and without user provided scores.Alexey Bataev2019-10-091-2/+2
* [Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev2019-10-099-142/+128
* [ObjC generics] Fix not inheriting type bounds in categories/extensions.Volodymyr Sapsai2019-10-091-0/+4
* [mangle] Fix mangling where an extra mangle context is required.Michael Liao2019-10-092-10/+12
* [HIP] Fix -save-tempsYaxun Liu2019-10-094-32/+57
* [WebAssembly] Add builtin and intrinsic for v8x16.swizzleThomas Lively2019-10-091-0/+6
* [clang-format] Update noexcept reference qualifiers detectionKrasimir Georgiev2019-10-091-14/+8
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-094-9/+17
* [DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica2019-10-092-4/+7
* [Sema] Emit diagnostics for uncorrected delayed typos at the end of TUIlya Biryukov2019-10-091-2/+10
* Revert r374006: Reland 'Add VFS support for sanitizers' blacklist'Ilya Biryukov2019-10-091-18/+1
* Unify the two CRC implementationsHans Wennborg2019-10-091-2/+2
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-092-15/+76
* [c++20] Implement most of P1152R4.Richard Smith2019-10-093-0/+50
* Factor out some duplication. NFC.Richard Smith2019-10-081-5/+3
* [clang-scan-deps] Improve string/character literal skippingAlex Lorenz2019-10-081-11/+29
* [IRGen] Emit lifetime markers for temporary struct allocasFrancis Visoiu Mistrih2019-10-081-0/+22
* Fix crash or wrong code bug if a lifetime-extended temporary contains aRichard Smith2019-10-082-9/+10
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-084-12/+21
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-086-4/+102
* [driver][hip] Skip bundler if host action is nothing.Michael Liao2019-10-081-1/+2