summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-2/+8
* [Driver][PowerPC] Move powerpcspe logic from cc1 to DriverFangrui Song2020-01-101-1/+0
* [PowerPC]: Add powerpcspe target triple subarch componentJustin Hibbits2020-01-081-1/+2
* [test] Move ppc64 tests from test/Preprocessor/init.c to init-ppc64.cFangrui Song2020-01-071-1072/+0
* [PS4] Predefine the __SCE__ macro for the x86_64-scei-ps4 tripleWarren Ristow2019-12-121-0/+1
* [PowerPC] Add new Future CPU for PowerPCStefan Pintilie2019-11-211-0/+16
* Add 8548 CPU definition and attributesJustin Hibbits2019-11-121-0/+6
* [mips] Set macros for Octeon+ CPUSimon Atanasyan2019-11-071-0/+10
* [mips] Set __OCTEON__ macrosSimon Atanasyan2019-11-051-0/+1
* [mips] Fix `__mips_isa_rev` macros value for Octeon CPUSimon Atanasyan2019-11-051-0/+9
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-70/+70
* Add -m(no)-spe to clangJustin Hibbits2019-09-051-0/+5
* [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
OpenPOWER on IntegriCloud