summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
...
* No longer SCE_PRIVATE ;)Sean Silva2015-01-271-1/+0
* Begin to teach clang about the PS4.Alex Rosenberg2015-01-271-0/+114
* [Mips] Fix type of 64-bit integer in case of MIPS N64 ABISimon Atanasyan2015-01-221-30/+644
* [Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 optionsSimon Atanasyan2015-01-151-0/+18
* [mips] Removing __SIZEOF_INT128__ macro for MIPS64Simon Atanasyan2014-12-101-0/+2
* Hook up FreeBSD AArch64 supportEd Maste2014-11-131-0/+193
* Switch C compilations to C11 by default.Richard Smith2014-10-201-3/+3
* [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")Oliver Stannard2014-08-281-4/+5
* Add predefined macros to identify x86_64h architectures.Bob Wilson2014-08-081-0/+7
* Change __INTx_TYPE__ to be always signed. This changes the value forJoerg Sonnenberger2014-07-281-96/+96
* [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= optionUlrich Weigand2014-07-281-0/+9
* AArch64: use aarch64_be instead of arm64_be in all tests.Tim Northover2014-07-231-1/+0
* If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger2014-07-171-258/+258
* Always set the C suffix macro, even if it is empty.Joerg Sonnenberger2014-07-171-0/+95
* Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.Joerg Sonnenberger2014-07-171-0/+32
* Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.Joerg Sonnenberger2014-07-151-0/+67
* Make sure int64_t and uint64_t are consistent.Joerg Sonnenberger2014-07-151-18/+18
* Provide builtin macros as template for PRIab and SCNab, matching theJoerg Sonnenberger2014-07-151-0/+890
* Introduce getCorrespondingUnsignedType() in TargetInfo to work like theJoerg Sonnenberger2014-07-141-18/+19
* [x32] Add __ILP32__ macro for ILP32 platformsPavel Chupin2014-07-141-0/+162
* [mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly...Daniel Sanders2014-07-091-0/+10
* Add ppc64/power8 as a targetWill Schmidt2014-06-261-0/+28
* Implement predefined stdint macrosJF Bastien2014-06-251-1/+1665
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-161-0/+18
* [mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...Matheus Almeida2014-06-051-1/+13
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwindJoerg Sonnenberger2014-05-131-0/+1
* Test preprocessor defines for NetBSD/ARM.Joerg Sonnenberger2014-05-131-0/+103
* [ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.James Molloy2014-04-171-0/+2
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...James Molloy2014-04-161-2/+0
* [ARM64] Fix up predefines, including adding big endian support to Targets.cppJames Molloy2014-04-161-0/+2
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-2/+122
* From Matt Thomas: use long long for [u]int64_t and [u]intmax_t onJoerg Sonnenberger2014-03-261-5/+5
* Update the powerpc64le check to include CALL_ELF=2 check.Will Schmidt2014-03-241-0/+1
* AArch64_BE test case for predefined macrosChristian Pirker2014-03-241-2/+110
* Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacrosRobert Lytton2014-03-101-0/+11
* Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"David Majnemer2014-03-021-27/+0
* clang/test/Preprocessor/init.c: Split conditions to win32 and non-win32.NAKAMURA Takumi2014-02-251-1/+5
* Implement -fno-short-wcharRichard Barton2014-02-241-0/+6
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-241-5/+105
* Update __cplusplus to match the value in the C++14 DIS preview (D3937).Richard Smith2014-02-241-2/+2
* Fix broken CHECK linesNico Rieck2014-02-161-1/+1
* Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__David Majnemer2014-02-091-0/+26
* Test pre-defined macros of aarch64-netbsd.Joerg Sonnenberger2014-02-021-0/+100
* [Mips] Fix __mips macro definition.Simon Atanasyan2014-01-271-4/+4
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan2014-01-271-12/+12
* [Mips] Add tests to check MIPS arch macros.Simon Atanasyan2014-01-271-0/+44
* PR18465: [Thumbv8] add predefined macrosWeiming Zhao2014-01-221-0/+20
* Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets.Tim Northover2013-11-111-0/+7
* NetBSD 6.99.26 switched to default rounding mode, so adjustJoerg Sonnenberger2013-11-111-0/+210
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-211-0/+20
OpenPOWER on IntegriCloud