summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mips] Introducing option -mabs=[legacy/2008]Petar Jovanovic2017-08-241-0/+10
* Revert r310057Stefan Maksimovic2017-08-111-0/+10
* Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu2017-08-041-0/+10
* Revert r304953 for release 5.0.0Stefan Maksimovic2017-08-041-10/+0
* Define _GNU_SOURCE for RTEMS c++Walter Lee2017-08-021-0/+1
* [AArch64] Don't define __LP64__ when targeting WindowsMartin Storsjo2017-07-311-0/+161
* [test] Fix mistagged CHECK-NOT-lines for AARCH64-DARWIN in Preprocessor/init.cMartin Storsjo2017-07-311-3/+3
* Fix a typo.Brad Smith2017-07-301-1/+1
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-7/+0
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-161-0/+16
* NetBSD uses soft-float by default, unless the environment is EABIHF orJoerg Sonnenberger2017-07-111-0/+6
* Run the preprocessor test as frontend test for NetBSD, since CC1 modeJoerg Sonnenberger2017-07-111-3/+3
* Revert "Define _GNU_SOURCE for rtems c++"Daniel Jasper2017-06-151-1/+0
* Define _GNU_SOURCE for rtems c++James Y Knight2017-06-141-0/+1
* Reapply r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-071-0/+10
* Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-071-10/+0
* [mips] Add runtime options to enable/disable madd.fmt and msub.fmtPetar Jovanovic2017-06-071-0/+10
* [WebAssembly] Set MaxAtomicInlineWidth to 64.Dan Gohman2017-06-071-2/+2
* Darwin: Define __STDC_NO_THREADS__ on Darwin targetsDuncan P. N. Exon Smith2017-04-271-0/+9
* Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.Eric Fiselier2017-04-201-0/+53
* [ARM,AArch64] Define __ELF__ for arm-none-eabihf and AArch64Oliver Stannard2017-04-181-0/+3
* _CALL_LINUX is only defined on 64-bit ppc linux platforms, not 32-bit.Eric Christopher2017-03-251-0/+4
* Add the __LONGDOUBLE128 define for ppc targets that have 128 bit long doubles.Eric Christopher2017-03-251-0/+7
* Define __HAVE_BSWAP__ on ppc to match gcc since we support both builtins as w...Eric Christopher2017-03-251-0/+6
OpenPOWER on IntegriCloud