summaryrefslogtreecommitdiff
path: root/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-70/+70
* Fix for expanding __pragmas in macro argumentsAmy Huang2019-10-071-1/+11
* [test] Use %clang_cc1 instead of %clang -cc1Fangrui Song2019-09-271-3/+3
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-201-0/+3
* [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 up a test updated in r371655 - require case-insensitive file system.Volodymyr Sapsai2019-09-111-0/+1
* Fix -Wnonportable-include-path suppression for header maps with absolute paths.Volodymyr Sapsai2019-09-114-3/+22
* [RISCV] Default to ilp32d/lp64d in RISC-V LinuxRoger Ferrer Ibanez2019-09-101-4/+4
* Add -m(no)-spe to clangJustin Hibbits2019-09-051-0/+5
* [X86] Remove what little support we had for MPXCraig Topper2019-08-291-22/+0
* Allow standards-based attributes to have leading and trailing underscores.Aaron Ballman2019-08-152-0/+7
* Add __has_builtin support for builtin function-like type traits.Richard Smith2019-08-142-1/+52
* [X86] Support -march=tigerlakePengfei Wang2019-08-121-0/+127
* Don't diagnose errors when a file matches an include componentReid Kleckner2019-08-093-0/+5
* [Preprocessor] Always discard body of #define if we failed to parse itIlya Biryukov2019-08-011-0/+5
* [AArch64] Disable __ARM_FEATURE_SVE without ACLE.Sander de Smalen2019-07-301-1/+1
* Implement P1771Erich Keane2019-07-251-1/+1
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-251-1/+1
* [clang, test] Fix Clang :: Headers/max_align.c on 64-bit SPARCRainer Orth2019-07-231-0/+1
* Revert the change to the [[nodiscard]] feature test macro value.Aaron Ballman2019-07-221-1/+1
* Implement P1301R4, which allows specifying an optional message on the [[nodis...Aaron Ballman2019-07-201-1/+1
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-181-0/+24
* Revert "[RISCV] Hard float ABI support" r366450Alex Bradbury2019-07-181-24/+0
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-181-0/+24
* Change a lit test to permit vendor specific clang versionNathan Lanza2019-07-161-1/+1
* Allow for vendor prefixes in a list testNathan Lanza2019-07-161-1/+1
* Update __VERSION__ to remove the hardcoded 4.2.1 versionSylvestre Ledru2019-07-151-2/+2
* [TargetParser][ARM] Account dependencies when processing target featuresAlexandros Lamprineas2019-07-141-6/+23
* Support __seg_fs and __seg_gs on x86JF Bastien2019-07-141-0/+7
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+4
* Remove __VERSION__Sylvestre Ledru2019-07-121-4/+0
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-121-1/+16
* Fix has_attribute.cpp test on Windows after r364102Reid Kleckner2019-06-211-2/+2
* Fix __has_cpp_attribute expansion to produce trailing L and (whereRichard Smith2019-06-211-85/+67
* Fix tests after r363749Aaron Puchert2019-06-183-0/+8
* Clang :: Sema/wchar.c has long been failing on Solaris:Rainer Orth2019-06-171-1/+6
* [CUDA] Fix grep pattern in cuda-types.cuHubert Tong2019-06-101-20/+20
* [ARM] Add ACLE feature macros for MVESjoerd Meijer2019-06-071-0/+21
* [ARM] Fix bugs introduced by the fp64/d32 rework.Simon Tatham2019-06-072-1/+7
* [X86] -march=cooperlake (clang)Pengfei Wang2019-06-071-0/+99
* [X86] Add ENQCMD instructionsPengfei Wang2019-06-061-0/+7
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-311-0/+10
* Fix the predefined exponent limit macros for the 16-bit IEEE format.John McCall2019-05-311-3/+3
* Make __has_builtin work with __builtin_LINE and friends.Eric Fiselier2019-05-291-0/+9
* [Preprocessor] Fix crash emitting note with framework location for "file not ...Volodymyr Sapsai2019-05-272-0/+27
* [WebAssembly] Add multivalue and tail-call target featuresThomas Lively2019-05-231-0/+22
* [ARM][CMSE] Add commandline option and feature macroJaved Absar2019-05-211-0/+20
* Reland "[Clang][PP] Add the __FILE_NAME__ builtin macro"Kristina Brooks2019-05-165-0/+53
* [X86] Stop implicitly enabling avx512vl when avx512bf16 is enabled.Craig Topper2019-05-161-2/+2