summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update clang module map for new excluded .def file.Richard Smith2019-10-111-0/+1
* Fix test failure with 374562 on HexagonErich Keane2019-10-111-1/+1
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-1113-41/+46
* [libTooling] Move `RewriteRule` abstraction into its own header and impl.Yitzhak Mandelbaum2019-10-115-438/+473
* [libTooling] Change Stencil equality to use `toString()`Yitzhak Mandelbaum2019-10-113-112/+15
* [MS ABI]: Fix mangling function arguments for template types to be compatible...Nico Weber2019-10-112-1/+18
* Dead Virtual Function EliminationOliver Stannard2019-10-1111-45/+337
* Insert module constructors in a module passVitaly Buka2019-10-112-2/+33
* [X86] Always define the tzcnt intrinsics even when _MSC_VER is defined.Craig Topper2019-10-113-130/+144
* Revert 374481 "[tsan,msan] Insert module constructors in a module pass"Nico Weber2019-10-112-33/+2
* [CUDA][HIP} Add a test for constexpr default ctorYaxun Liu2019-10-111-0/+33
* Fix assertion failure for a cv-qualified array as a non-type templateRichard Smith2019-10-112-4/+23
* Include whether the destructor is constexpr in -ast-dump output for aRichard Smith2019-10-111-0/+1
* Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith2019-10-116-424/+273
* [tsan,msan] Insert module constructors in a module passVitaly Buka2019-10-102-2/+33
* [tooling] Fix assertion on MacOSX.Michael Liao2019-10-101-1/+6
* [tooling] Teach Tooling to understand compilation with offloading.Michael Liao2019-10-102-1/+27
* Fix help message for -ffp-contractYaxun Liu2019-10-101-1/+2
* PR43629: Fix crash evaluating constexpr placement new on a subobject ofRichard Smith2019-10-103-2/+13
* Fix some errors in <arm_neon.h> tests that cause them to fail with laxRichard Smith2019-10-102-10/+10
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-109-28/+31
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-109-31/+28
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-1014-105/+190
* [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
* [OPENMP]Update doc for supported constructs, NFC.Alexey Bataev2019-10-101-1/+1
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-1043-11/+5730
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman2019-10-105-82/+86
* Fix one more clang test which didn't have \5C in itReid Kleckner2019-10-101-1/+1
* Update clang tests for new LLVM IR backslash printing in r374415Reid Kleckner2019-10-105-10/+10
* Re-land "Use -fdebug-compilation-dir to form absolute paths in coverage mappi...Reid Kleckner2019-10-103-9/+40
* [clang-format] throws an incorrect assertion in consumeToken() formatting the...Paul Hoad2019-10-102-4/+9
* [OPENMP50]Support for declare variant directive for NVPTX target.Alexey Bataev2019-10-107-6/+250
* In openFileForRead don't cache erroneous entries if the error relates to them...Kousik Kumar2019-10-104-35/+51
* [OPENMP50]Register vendor name only once in vendor context selector.Alexey Bataev2019-10-103-7/+8
* Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko2019-10-1020-352/+350
* [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-103-40/+9
* Remove rest of time-trace message as it is inconsistent styleRussell Gallop2019-10-102-3/+6
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-1012-245/+1196
* Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)"Sjoerd Meijer2019-10-103-9/+38
* [clang] prevent crash for nonnull attribut in constant context (Bug 43601)Gauthier Harnisch2019-10-102-9/+10
* [ast] Fix indentation. NFC.Michael Liao2019-10-101-6/+2
* [sema] Revise `getCurrentMangleNumberContext` interface. NFC.Michael Liao2019-10-104-32/+35
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-1020-42/+56
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-105-25/+26
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-105-26/+25
* Use -fdebug-compilation-dir to form absolute paths in coverage mappingsReid Kleckner2019-10-103-9/+40
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-0910-130/+255
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-0920-350/+352