summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix bad APInt compare.Richard Trieu2019-09-211-0/+1
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-214-0/+107
* Improve -Wtautological-overlap-compareRichard Trieu2019-09-214-3/+42
* [clang-scan-deps] strip the --serialize-diagnostics argumentAlex Lorenz2019-09-212-0/+18
* Fix assertion failure when constant evaluation of a switch jumps over anRichard Smith2019-09-201-0/+13
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-2010-6/+17
* Ensure AtomicExpr goes through SEMA checking after TreeTransformErich Keane2019-09-201-0/+19
* [CUDA][HIP] Fix hostness of defaulted constructorYaxun Liu2019-09-201-0/+43
* Finish building the full-expression for a static_assert expressionRichard Smith2019-09-201-2/+2
* [Consumed] Treat by-value class arguments as consuming by default, like rvalu...Nicholas Allegra2019-09-191-0/+27
* [CUDA][HIP] Re-apply part of r372318.Michael Liao2019-09-192-2/+21
* Revert "[CUDA][HIP] Fix typo in `BestViableFunction`"Mitch Phillips2019-09-192-21/+2
* Revert r372325 - Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-2/+2
* [OpenCL] Add version handling and add vector ld/st builtinsSven van Haastregt2019-09-191-0/+50
* [CUDA][HIP] Fix typo in `BestViableFunction`Michael Liao2019-09-192-2/+21
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-191-4/+22
* [analyzer] PR43102: Fix an assertion and an out-of-bounds error for diagnosti...Kristof Umann2019-09-181-0/+27
* fix build, adjust test also for Windows path separatorLubos Lunak2019-09-182-2/+2
* [OPENMP]Fix for PR43349: Crash for privatized loop bound.Alexey Bataev2019-09-181-2/+4
* actually also compile output in tests for -frewrite-includesLubos Lunak2019-09-1811-61/+74
* make -frewrite-includes also rewrite conditions in #if/#elifLubos Lunak2019-09-183-9/+153
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-181-0/+46
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-186-43/+177
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-184-18/+21
* Revert r372082 "[Clang] Pragma vectorize_width() implies vectorize(enable)"Hans Wennborg2019-09-182-30/+9
* [mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan2019-09-182-2/+12
* [X86] Prevent assertion when calling a function that returns double with -mno...Craig Topper2019-09-181-0/+20
* [ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman2019-09-172-23/+23
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-172-1/+69
* Ignore exception specifier mismatch when merging redeclarationsReid Kleckner2019-09-171-1/+28
* Use 'BOOL' instead of BOOL in diagnostic messagesErik Pilkington2019-09-172-16/+16
* [OPENMP] Rework the test, NFC.Alexey Bataev2019-09-171-3/+1
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-173-0/+186
* [OPENMP]Try to rework the test to pacify the buildbots, NFC.Alexey Bataev2019-09-171-8/+7
* [NFC] Updated testDavid Bolvansky2019-09-171-7/+7
* [Clang] Pragma vectorize_width() implies vectorize(enable)Sjoerd Meijer2019-09-172-9/+30
* [RISCV] Add option aliases: -mcmodel=medany and -mcmodel=medlowKito Cheng2019-09-171-0/+10
* [RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctlyKito Cheng2019-09-171-0/+20
* Fix reliance on -flax-vector-conversions in AVX intrinsics headers andRichard Smith2019-09-173-14/+14
* Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith2019-09-178-15/+15
* Remove reliance on lax vector conversions from altivec.h in VSX mode.Richard Smith2019-09-174-4/+21
* Push lambda scope earlier when transforming lambda expressionNicholas Allegra2019-09-171-0/+15
* [OPENMP] Fix the test, NFCAlexey Bataev2019-09-171-3/+5
* [OPENMP]Fix the test, NFC.Alexey Bataev2019-09-161-2/+3
* [Modules][Objective-C] Use complete decl from module when diagnosing missing ...Bruno Cardoso Lopes2019-09-165-0/+24
* do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)Lubos Lunak2019-09-161-1/+4
* [Clang][Codegen] Disable arm_acle.c test.Roman Lebedev2019-09-161-0/+2
* [Clang][Codegen] Relax available-externally-suppress.c testRoman Lebedev2019-09-161-2/+0
* [OPENMP]Fix parsing/sema for function templates with declare simd.Alexey Bataev2019-09-161-0/+9
* Change signature of __builtin_rotateright64 back to unsignedKarl-Johan Karlsson2019-09-161-0/+4