summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add support to -Wa,-W in clangJian Cai2019-10-141-1/+1
* Revert "Add support to -Wa,-W in clang"Jian Cai2019-10-141-1/+1
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-149-159/+300
* Add support to -Wa,-W in clangJian Cai2019-10-141-1/+1
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-145-6/+25
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-143-4/+11
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-145-9/+108
* [clang][IFS] Escape mangled names so MS ABI doesn't break YAML parsing.Puyan Lotfi2019-10-141-2/+2
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-1415-17/+289
* [OPENMP]Fix codegen for private variably length vars in combinedAlexey Bataev2019-10-142-1/+23
* [ARM] Preserve fpu behaviour for '-crypto'Diogo N. Sampaio2019-10-141-18/+27
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-141-6/+8
* [RISCV] enable LTO support, pass some options to linker.Sam Elliott2019-10-145-89/+136
* Improve __builtin_constant_p loweringJoerg Sonnenberger2019-10-131-4/+0
* BlockInCriticalSectionChecker - silence static analyzer dyn_cast null derefer...Simon Pilgrim2019-10-131-1/+1
* remove an useless allocation found by scan-build - the new Dead nested assign...Sylvestre Ledru2019-10-121-2/+2
* [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi2019-10-125-9/+9
* [ObjC] Remove default parameter no caller was providing. NFC intended.Volodymyr Sapsai2019-10-111-12/+9
* [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.Volodymyr Sapsai2019-10-112-15/+32
* Suppress false-positive -Wdeprecated-volatile warning from __is_*_assignable(...Richard Smith2019-10-111-1/+7
* [clang][IFS] Fixing assert in clang interface stubs for enums, records, typedefsPuyan Lotfi2019-10-111-0/+4
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-117-32/+20
* [libTooling] Move `RewriteRule` abstraction into its own header and impl.Yitzhak Mandelbaum2019-10-113-167/+182
* [libTooling] Change Stencil equality to use `toString()`Yitzhak Mandelbaum2019-10-111-55/+3
* [MS ABI]: Fix mangling function arguments for template types to be compatible...Nico Weber2019-10-111-1/+1
* Dead Virtual Function EliminationOliver Stannard2019-10-116-45/+152
* Insert module constructors in a module passVitaly Buka2019-10-111-2/+11
* [X86] Always define the tzcnt intrinsics even when _MSC_VER is defined.Craig Topper2019-10-112-85/+93
* Revert 374481 "[tsan,msan] Insert module constructors in a module pass"Nico Weber2019-10-111-11/+2
* Fix assertion failure for a cv-qualified array as a non-type templateRichard Smith2019-10-111-4/+10
* 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-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