summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [DOXYGEN] Fix doxygen and content issues in pmmintrin.hDouglas Yung2018-01-021-3/+3
* [DOXYGEN] Fix doxygen and content issues in emmintrin.hDouglas Yung2018-01-021-48/+63
* Suppress undefined-template warnings when the pattern is declared in a system...Nick Lewycky2018-01-021-2/+4
* [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.Volodymyr Sapsai2018-01-021-1/+1
* Revert "ASan+operator new[]: Fix operator new[] cookie poisoning"Filipe Cabecinhas2018-01-021-1/+2
* ASan+operator new[]: Fix operator new[] cookie poisoningFilipe Cabecinhas2018-01-021-2/+1
* [Driver] Fix unused variables and test-writing-into-workdir after r321621Sam McCall2018-01-021-2/+2
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-0116-175/+152
* [Sema] Fix build with GCCBenjamin Kramer2018-01-011-1/+1
* Use 'unsigned int' instead of enum bit-fields to silence some warnings from r...Faisal Vali2018-01-011-3/+3
* [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