summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-0116-148/+171
* Enable configuration files in clangSerge Pavlov2018-01-011-4/+260
* Revert r321614 and r321615Faisal Vali2018-01-0116-170/+147
* Add scope specifiers to updated scoped-enums (that I somehow missed in r321614)Faisal Vali2018-01-012-10/+10
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-0114-137/+160
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-2/+21
* Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch2017-12-311-21/+2
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-2/+21
* [NFC] Modernize enum DeclSpecContext into a scoped enum.Faisal Vali2017-12-316-61/+71
* Reverted 321587: Enable configuration files in clangSerge Pavlov2017-12-301-260/+4
* Enable configuration files in clangSerge Pavlov2017-12-301-4/+260
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-3012-117/+123
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-298-16/+1007
* [driver][darwin] Take the OS version from -m<os>-version-min argument whenAlex Lorenz2017-12-291-14/+33
* [OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev2017-12-293-6/+16
* Revert r321504 "[X86] Don't accidentally enable PKU on cannon lake and icelak...Craig Topper2017-12-291-5/+2
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-2916-269/+284
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-287-31/+24
* [Frontend] Correctly handle instantiating ctors with skipped bodiesIlya Biryukov2017-12-281-13/+13
* -fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann2017-12-283-8/+27
* [X86] Don't accidentally enable PKU on cannon lake and icelake or CLWB on can...Craig Topper2017-12-271-2/+4
* [X86] Enable avx512vpopcntdq and clwb for icelake.Craig Topper2017-12-271-1/+2
* [OPENMP] Support for `depend` clauses on `target enter|exit data`.Alexey Bataev2017-12-271-4/+4
* [NFC] Small const correctness fixHamza Sood2017-12-271-2/+3
* [OPENMP] Support for `depend` clauses on `target data update`.Alexey Bataev2017-12-274-81/+262
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-271-0/+126
* [x86][icelake][vbmi2]Coby Tayree2017-12-276-7/+1167
* [OpenMP] Further adjustments of nvptx runtime functionsJonas Hahnfeld2017-12-271-11/+20
* [x86][icelake][vnni]Coby Tayree2017-12-276-2/+422
* [x86][icelake][bitalg]Coby Tayree2017-12-277-7/+287
* [x86][icelake][vpclmulqdq]Coby Tayree2017-12-275-1/+64
* [x86][icelake][gfni]Coby Tayree2017-12-275-1/+220
* [x86][icelake][vaes]Coby Tayree2017-12-275-1/+120
* Fix comment typo in r321312.Paul Robinson2017-12-261-1/+1
* Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke...Faisal Vali2017-12-252-5/+35
* [AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer2017-12-247-36/+36
* [AST] Convert AttributedStmt to llvm::TrailingObjects.Benjamin Kramer2017-12-241-2/+2
* Make helpers static. No functionality change.Benjamin Kramer2017-12-241-1/+1
* [Index] Reduce size of SymbolInfo struct.Sam McCall2017-12-231-30/+35
* [NFC] Remove a cast rendered unnecessary by r321409Faisal Vali2017-12-231-1/+1
* [NFC] Update the template-parameter parsers and analyzers to return NamedDecl...Faisal Vali2017-12-232-9/+9
* [ODRHash] Disable hashing on methods.Richard Trieu2017-12-231-0/+3
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-235-35/+265
* Add an explicit `LLVM_FALLTHROUGH` annotation to an intentionalChandler Carruth2017-12-221-0/+1
* [OPENMP] Captured arguments of the capturable clauses by value.Alexey Bataev2017-12-221-15/+36
* [CodeGen] Represent array members in new-format TBAA type descriptorsIvan A. Kosarev2017-12-221-0/+4
* [CodeGen] Support generation of TBAA info in the new formatIvan A. Kosarev2017-12-221-3/+14
* Fix unused variable warning in SemaTemplate. NFCSam McCall2017-12-221-1/+1
* [Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes2017-12-221-2/+36
* [X86] Add 'prfchw' to the correct CPUs to match the backend.Craig Topper2017-12-221-0/+3