summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add AIX Version MacrosXing Xue2019-05-161-0/+123
* Revert r360833 until I can work out the issue with Win32 botsKristina Brooks2019-05-165-53/+0
* [Clang][PP] Add the __FILE_NAME__ builtin macro.Kristina Brooks2019-05-165-0/+53
* Fixed tests where grep was not matching the linefeedAlexandre Ganea2019-05-104-6/+12
* Replace lit feature keyword 'non-ms-sdk' with 'ms-sdk'; eliminatePaul Robinson2019-05-101-2/+2
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-061-0/+15
* [c++20] Implement tweaked __VA_OPT__ rules from P1042R1:Richard Smith2019-05-042-4/+34
* [WebAssembly] Use the "wasm32-wasi" triple in testsDan Gohman2019-04-301-2/+2
* [AArch64] Add support for MTE intrinsicsJaved Absar2019-04-261-0/+3
* [BPF] do not generate predefined macro bpfYonghong Song2019-04-261-0/+16
* Remove use of lookahead from _Pragma handling and from all otherRichard Smith2019-04-111-0/+22
* [WebAssembly] Add mutable globals featureThomas Lively2019-03-291-0/+11
* [OpenCL] Allow variadic macros as Clang feature.Anastasia Stulova2019-03-261-2/+19
* [clang] Add support for Exynos M5 (NFC)Evandro Menezes2019-03-222-0/+5
* Improve the diagnostic for #include_next occurring in a file not foundRichard Smith2019-03-214-0/+32
* [X86] Correct the value of MaxAtomicInlineWidth for pre-586 cpusCraig Topper2019-03-212-6/+62
* Replace tok::angle_string_literal with new tok::header_name.Richard Smith2019-03-191-0/+6
* Factor out repeated code parsing and concatenating header-names fromRichard Smith2019-03-191-1/+1
* Reland the rest of "Add AIX Target Info"Jason Liu2019-03-141-0/+415
* Add PragmaHandler for MSVC pragma execution_character_setReid Kleckner2019-03-141-0/+18
OpenPOWER on IntegriCloud