summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Win64] Don't widen integer literal zero arguments to unprototyped function c...Reid Kleckner2017-01-031-1/+1
* [OpenMP] Code cleanup for NVPTX OpenMP codegenArpith Chacko Jacob2017-01-032-65/+31
* [OPENMP] Private, firstprivate, and lastprivate clauses for distribute, host ...Carlo Bertolli2017-01-031-0/+18
* [clang-tidy] Add check name to YAML exportAlexander Kornienko2017-01-032-0/+47
* Handle StaticAssertDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+4
* Handle VarTemplateDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+4
* Handle AccessSpecDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+4
* Handle ClassTemplateSpecializationDecl in DeclContextPrinterAlex Lorenz2017-01-031-1/+22
* Handle EmptyDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+4
* Handle UsingDecl and UsingShadowDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+8
* Handle FriendDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+7
* [CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializersAlex Lorenz2017-01-031-0/+17
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-0313-18/+216
* Remove isIgnored()-test that is more expensive than the analysis behind itDaniel Jasper2017-01-021-12/+2
* Revert "DR1391: Check for implicit conversion sequences for non-dependent fun...Renato Golin2017-01-022-208/+85
* DR1391: Check for implicit conversion sequences for non-dependent functionRichard Smith2017-01-022-85/+208
* Address post-commit review comments.Richard Smith2017-01-021-3/+0
* CodeGen: update comment about RTTI fieldSaleem Abdulrasool2017-01-011-1/+1
* [c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith2016-12-314-10/+112
* Remove redundant assertion.Richard Smith2016-12-311-3/+0
* Wdocumentation fixSimon Pilgrim2016-12-301-133/+133
* CodeGen: use a StringSwitch instead of cascasding ifsSaleem Abdulrasool2016-12-301-15/+8
* Allow lexer to handle string_view literals. Patch from Anton Bikineev.Eric Fiselier2016-12-303-4/+13
* Remove bogus assertion and add testcase that triggers it.Richard Smith2016-12-301-2/+4
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-2913-16/+215
* [ItaniumABI] NFC changesPiotr Padlewski2016-12-281-2/+3
* [ThinLTO] No need to rediscover imports in distributed backendTeresa Johnson2016-12-281-4/+16
* Fix format. NFCKelvin Li2016-12-281-5/+8
* Revert "Driver: switch Windows to static RelocModel"Reid Kleckner2016-12-283-6/+27
* [CodeGen] Unique constant CompoundLiterals.George Burgess IV2016-12-282-4/+32
* Mark 'auto' as dependent when instantiating the type of a non-type templateRichard Smith2016-12-283-29/+37
* DR1315: a non-type template argument in a partial specialization is permittedRichard Smith2016-12-282-107/+145
* DebugInfo: Don't include size/alignment on class declarationsDavid Blaikie2016-12-271-6/+0
* Add warning flag for "partial specialization is not more specialized than pri...Richard Smith2016-12-271-2/+2
* [DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.Ekaterina Romanova2016-12-271-105/+171
* DR1495: A partial specialization is ill-formed if it is not (strictly) moreRichard Smith2016-12-273-16/+161
* Work around a standard defect: template argument deduction for non-typeRichard Smith2016-12-272-8/+19
* Emit CCEDiags when evaluating a const variable.George Burgess IV2016-12-271-1/+4
* [AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly a...Craig Topper2016-12-271-30/+18
* Revert r290574 "foo"Craig Topper2016-12-271-18/+30
* Revert r290575 "[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins ...Craig Topper2016-12-271-4/+4
* Factor out repeated code for deducing a non-type template parameter as a givenRichard Smith2016-12-271-81/+38
* [AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly a...Craig Topper2016-12-271-4/+4
* fooCraig Topper2016-12-271-30/+18
* Driver: switch Windows to static RelocModelSaleem Abdulrasool2016-12-273-27/+6
* Check and build conversion sequences for non-type template arguments inRichard Smith2016-12-272-11/+9
* [DOXYGEN] Improved doxygen comments for x86 intrinsics.Ekaterina Romanova2016-12-278-203/+217
* [PH] Teach the new PM code path to support -disable-llvm-passes.Chandler Carruth2016-12-271-10/+13
* Update comment to match dr1770.Richard Smith2016-12-261-8/+7
* Wdocumentation fixSimon Pilgrim2016-12-261-2/+2