summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add the _CALL_LINUX preprocessor define for ppc linux platforms.Eric Christopher2017-03-251-0/+6
* __BIGGEST_ALIGNMENT__ has always been 16 on all power platforms ratherEric Christopher2017-03-251-6/+6
* Add preprocessor defines for a bare powerpc64le triple/cpu.Eric Christopher2017-03-251-0/+3
* Bump __cplusplus for C++17 to 201703L per the C++17 DIS.Richard Smith2017-03-201-2/+2
* Add a small test for __STRUCT_PARM_ALIGN__ for ppc64 darwin.Eric Christopher2017-03-161-1/+4
* Set the Int64Type / IntMaxType types correctly for OpenBSD/mips64Brad Smith2017-03-061-0/+2
* Also test OpenBSD/powerpc here for the various types expected to be the same ...Brad Smith2017-02-251-0/+1
* Hook up OpenBSD AArch64 supportBrad Smith2017-02-211-0/+193
* [mips] Define macros related to -mabicalls in the preprocessorSimon Dardis2017-02-211-0/+45
* Add a definition for __STRUCT_PARM_ALIGN__ for elfv2 and 64-bit darwin platfo...Eric Christopher2017-02-151-0/+1
* Add check that "#define unix 1" is present for the PS4 target.Douglas Yung2017-02-091-0/+1
* Revert "Basic: match GCC behaviour for SuS macro"Saleem Abdulrasool2017-02-071-0/+3
* Basic: match GCC behaviour for SuS macroSaleem Abdulrasool2017-02-051-3/+0
* [Frontend] The macro that describes the Objective-C bool type shouldAlex Lorenz2017-01-201-0/+2
OpenPOWER on IntegriCloud