summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
* [clang, test] Fix Clang :: Headers/max_align.c on 64-bit SPARCRainer Orth2019-07-231-0/+1
* 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
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+4
* Remove __VERSION__Sylvestre Ledru2019-07-121-4/+0
* Fix the predefined exponent limit macros for the 16-bit IEEE format.John McCall2019-05-311-3/+3
* Add AIX Version MacrosXing Xue2019-05-161-0/+123
* [WebAssembly] Use the "wasm32-wasi" triple in testsDan Gohman2019-04-301-2/+2
* [X86] Correct the value of MaxAtomicInlineWidth for pre-586 cpusCraig Topper2019-03-211-4/+52
* Reland the rest of "Add AIX Target Info"Jason Liu2019-03-141-0/+415
* Revert "Add AIX Target Info"Jason Liu2019-03-131-415/+0
* Add AIX Target InfoJason Liu2019-03-131-0/+415
* Make predefined FLT16 macros conditional on support for the typeNemanja Ivanovic2019-02-201-14/+14
* [PowerPC] Stop defining _ARCH_PWR6X on POWER7 and upHubert Tong2019-02-131-7/+7
* [MSP430] Ajust f32/f64 alignment according to MSP430 EABIAnton Korobeynikov2019-01-251-1/+1
* [WebAssembly] Add a __wasi__ target macroDan Gohman2019-01-241-0/+7
* [WebAssembly] Support __float128Dan Gohman2019-01-241-0/+1
* [WebAssembly] Factor commonality between wasm32 and wasm64 in test/Preprocess...Dan Gohman2019-01-241-633/+342
* Android is not GNU, so don't claim that it is.Dan Albert2019-01-081-0/+2
* Basic: make `int_least64_t` and `int_fast64_t` match on DarwinSaleem Abdulrasool2018-12-121-12/+12
* [AArch64] Define __ELF__ for aarch64-none-elf and other similar triples.Eli Friedman2018-10-171-0/+1
* Introduce code_model macrosAli Tamur2018-10-081-18/+22
* Basic: correct `__WINT_TYPE__` on WindowsSaleem Abdulrasool2018-09-191-3/+3
* [clang][mips] Set __mips_fpr correctly for -mfpxxStefan Maksimovic2018-08-221-3/+38
* [Android] Increase default new alignment for AndroidPirama Arumuga Nainar2018-08-011-1/+1
* [WebAssembly] Change size_t to `unsigned long`.Dan Gohman2018-07-241-20/+20
* By popular demand, switch in64_t on NetBSD/AArch64 and NetBSD/PowerPC64Joerg Sonnenberger2018-07-171-16/+16
* [PowerPC] The __float128 type should only be available on Power9Stefan Pintilie2018-06-131-1/+1
* Revert "Revert r332955 "GNUstep Objective-C ABI version 2""David Chisnall2018-05-221-0/+7
* Revert r332955 "GNUstep Objective-C ABI version 2"Bjorn Pettersson2018-05-221-7/+0
* GNUstep Objective-C ABI version 2David Chisnall2018-05-221-0/+7
* Fix test failure caused by r329965.Eli Friedman2018-04-121-1/+1
* Correct the alignment for the PS4 targetMatthew Voss2018-03-071-0/+3
* [RISCV] Enable __int128_t and __uint128_t through clang flagMandeep Singh Grang2018-02-251-0/+4
* [RISCV] Create a LinuxTargetInfo when targeting LinuxAlex Bradbury2018-02-031-0/+18
* [RISCV] Add the RISCV target and compiler driverAlex Bradbury2018-01-111-0/+395
* Add __WINT_MAX__.Ed Schouten2017-12-051-0/+4
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+1
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-1/+0
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+1
* [MS] add an init test for thumbv7-windows-msvcMartell Malone2017-11-211-0/+5
* [MS] Increase default new alignment for win64 and test itReid Kleckner2017-11-211-3/+5
* [MinGW] Define __ARM_DWARF_EH__ for MinGW/ARMMartin Storsjo2017-11-171-0/+4
* Basic: improve coverage for Darwin targets and fix ABISaleem Abdulrasool2017-10-281-0/+62
* ARM: centralise SizeType, PtrDiffType, and IntPtrTypeSaleem Abdulrasool2017-10-271-0/+5
* Basic: restore {,u}intptr_t on NetBSD/ARMSaleem Abdulrasool2017-10-201-6/+6
* Basic: fix __{,U}INTPTR_TYPE__ on ARMSaleem Abdulrasool2017-10-181-30/+30
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-5/+5
* This adds the _Float16 preprocessor macro definitions.Sjoerd Meijer2017-09-131-2/+16
OpenPOWER on IntegriCloud