summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use 'unsigned int' instead of enum bit-fields to silence some warnings from r...Faisal Vali2018-01-013-35/+50
* Fixed markup formattingSerge Pavlov2018-01-011-1/+1
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-0122-231/+254
* Enable configuration files in clangSerge Pavlov2018-01-0125-12/+691
* Revert r321614 and r321615Faisal Vali2018-01-0122-252/+230
* 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-0120-220/+242
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-317-20/+77
* Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch2017-12-314-69/+12
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-314-12/+69
* [NFC] Modernize enum DeclSpecContext into a scoped enum.Faisal Vali2017-12-317-93/+105
* Reverted 321587: Enable configuration files in clangSerge Pavlov2017-12-3025-686/+12
* Enable configuration files in clangSerge Pavlov2017-12-3025-12/+686
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-3013-154/+164
* [docs] Added description of `-f[no]-openmp-simd` option to UsersManual.Alexey Bataev2017-12-291-0/+5
* [docs] Updated ReleaseNotes for OpenMP part.Alexey Bataev2017-12-291-1/+12
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-29771-1016/+6034
* [driver][darwin] Take the OS version from -m<os>-version-min argument whenAlex Lorenz2017-12-292-15/+53
* [OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev2017-12-298-7/+46
* Revert r321504 "[X86] Don't accidentally enable PKU on cannon lake and icelak...Craig Topper2017-12-292-11/+8
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-2919-464/+488
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-2811-75/+68
* [Frontend] Correctly handle instantiating ctors with skipped bodiesIlya Biryukov2017-12-282-13/+29
* -fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann2017-12-284-8/+39
* [X86] Don't accidentally enable PKU on cannon lake and icelake or CLWB on can...Craig Topper2017-12-272-2/+10
* [X86] Test that -march=skx enables PKU.Craig Topper2017-12-271-0/+2
* [X86] Enable avx512vpopcntdq and clwb for icelake.Craig Topper2017-12-272-1/+6
* [OPENMP] Support for `depend` clauses on `target enter|exit data`.Alexey Bataev2017-12-273-4/+760
* [NFC] Small const correctness fixHamza Sood2017-12-271-2/+3
* [OPENMP] Support for `depend` clauses on `target data update`.Alexey Bataev2017-12-275-81/+640
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-272-0/+156
* [x86][icelake][vbmi2]Coby Tayree2017-12-2714-13/+2202
* [OpenMP] Further adjustments of nvptx runtime functionsJonas Hahnfeld2017-12-273-15/+24
* [x86][icelake][vnni]Coby Tayree2017-12-2713-4/+682
* [x86][icelake][bitalg]Coby Tayree2017-12-2715-9/+489
* [hotfix]Coby Tayree2017-12-271-7/+1
* [x86][icelake][vpclmulqdq]Coby Tayree2017-12-2712-3/+111
* [x86][icelake][gfni]Coby Tayree2017-12-2712-2/+428
* [x86][icelake][vaes]Coby Tayree2017-12-2712-4/+209
* 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-257-14/+55
* [AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer2017-12-248-59/+62
* [AST] Convert AttributedStmt to llvm::TrailingObjects.Benjamin Kramer2017-12-242-7/+8
* [OPENMP] Fix the tests for 32bits targets, NFC.Alexey Bataev2017-12-242-6/+6
* Make helpers static. No functionality change.Benjamin Kramer2017-12-241-1/+1
* [Index] Reduce size of SymbolInfo struct.Sam McCall2017-12-233-38/+43
* [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-234-16/+16
* [ODRHash] Disable hashing on methods.Richard Trieu2017-12-231-0/+3
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-2310-49/+456