summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] -Wtautological-constant-compare is too good. Cripple it.Roman Lebedev2018-01-037-42/+59
* PR35697: look at the first declaration when determining whether a function orRichard Smith2018-01-031-0/+17
* Fix and simplify handling of return type for (generic) lambda conversion func...Richard Smith2018-01-022-4/+39
* [analyzer] do not crash with assertion on processing locations of bodyfarmed ...George Karpenkov2018-01-021-4/+5
* [WinEH] Allow for multiple terminatepadsReid Kleckner2018-01-021-10/+16
* Suppress undefined-template warnings when the pattern is declared in a system...Nick Lewycky2018-01-021-0/+11
* [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.Volodymyr Sapsai2018-01-021-0/+6
* Revert "ASan+operator new[]: Fix operator new[] cookie poisoning"Filipe Cabecinhas2018-01-021-9/+1
* ASan+operator new[]: Fix operator new[] cookie poisoningFilipe Cabecinhas2018-01-021-1/+9
* [Driver] Fix unused variables and test-writing-into-workdir after r321621Sam McCall2018-01-021-5/+5
* Enable configuration files in clangSerge Pavlov2018-01-0119-0/+299
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-315-11/+45
* Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch2017-12-312-37/+3
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-312-3/+37
* Reverted 321587: Enable configuration files in clangSerge Pavlov2017-12-3019-296/+0
* Enable configuration files in clangSerge Pavlov2017-12-3019-0/+296
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-29762-997/+5020
* [driver][darwin] Take the OS version from -m<os>-version-min argument whenAlex Lorenz2017-12-291-1/+20
* [OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev2017-12-293-0/+24
* Revert r321504 "[X86] Don't accidentally enable PKU on cannon lake and icelak...Craig Topper2017-12-291-6/+6
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-283-41/+41
* [Frontend] Correctly handle instantiating ctors with skipped bodiesIlya Biryukov2017-12-281-0/+16
* -fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann2017-12-281-0/+12
* [X86] Don't accidentally enable PKU on cannon lake and icelake or CLWB on can...Craig Topper2017-12-271-0/+6
* [X86] Test that -march=skx enables PKU.Craig Topper2017-12-271-0/+2
* [X86] Enable avx512vpopcntdq and clwb for icelake.Craig Topper2017-12-271-0/+4
* [OPENMP] Support for `depend` clauses on `target enter|exit data`.Alexey Bataev2017-12-272-0/+756
* [OPENMP] Support for `depend` clauses on `target data update`.Alexey Bataev2017-12-271-0/+378
* [x86][icelake][vbmi2]Coby Tayree2017-12-276-6/+942
* [OpenMP] Further adjustments of nvptx runtime functionsJonas Hahnfeld2017-12-272-4/+4
* [x86][icelake][vnni]Coby Tayree2017-12-275-2/+233
* [x86][icelake][bitalg]Coby Tayree2017-12-276-2/+189
* [hotfix]Coby Tayree2017-12-271-7/+1
* [x86][icelake][vpclmulqdq]Coby Tayree2017-12-275-2/+41
* [x86][icelake][gfni]Coby Tayree2017-12-275-1/+195
* [x86][icelake][vaes]Coby Tayree2017-12-275-3/+77
* Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke...Faisal Vali2017-12-253-5/+12
* [OPENMP] Fix the tests for 32bits targets, NFC.Alexey Bataev2017-12-242-6/+6
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-231-12/+148
* [OPENMP] Captured arguments of the capturable clauses by value.Alexey Bataev2017-12-223-11/+13
* [CodeGen] Represent array members in new-format TBAA type descriptorsIvan A. Kosarev2017-12-221-0/+34
* [CodeGen] Support generation of TBAA info in the new formatIvan A. Kosarev2017-12-221-27/+56
* [X86] Add missing check lines for the silvermont cases in predefined-arch-mac...Craig Topper2017-12-221-0/+8
* [Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes2017-12-221-0/+12
* [X86] Add 'prfchw' to the correct CPUs to match the backend.Craig Topper2017-12-221-0/+18
* Diagnose the various invalid decl-specifiers on nontype template parameters.Faisal Vali2017-12-221-3/+28
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-2225-29/+122
* Suppress "redundant parens" warning for "A (::B())".Richard Smith2017-12-212-0/+33
* [scudo] Add -fsanitize=scudo option to FuchsiaPetr Hosek2017-12-211-0/+17
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-214-4/+30