summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parensDavid Bolvansky2019-09-141-3/+20
* [Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...Fangrui Song2019-09-141-4/+22
* [Driver] Improve Clang::getDependencyFileName and its tests after rC371853Fangrui Song2019-09-143-26/+17
* [WebAssembly] Narrowing and widening SIMD opsThomas Lively2019-09-131-0/+76
* Make test check position independent as they sometimes come out reversed. NFCI.Douglas Yung2019-09-131-2/+2
* [clang-scan-deps] Fix for headers having the same name as a directoryAlex Lorenz2019-09-133-0/+25
* Fix test to use %t for newly created files.Tim Shen2019-09-131-5/+5
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-132-0/+317
* Reland r371785: Add -Wpoison-system-directories warningManoj Gupta2019-09-136-0/+29
* [Sema][Typo Correction] Fix potential infite loop on ambiguity checksDavid Goldman2019-09-131-0/+29