summaryrefslogtreecommitdiff
path: root/test/Preprocessor/init.c
Commit message (Expand)AuthorAge
* Add ppc64/power8 as a targetWill Schmidt2014-06-26
* Implement predefined stdint macrosJF Bastien2014-06-25
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-16
* [mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...Matheus Almeida2014-06-05
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwindJoerg Sonnenberger2014-05-13
* Test preprocessor defines for NetBSD/ARM.Joerg Sonnenberger2014-05-13
* [ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.James Molloy2014-04-17
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...James Molloy2014-04-16
* [ARM64] Fix up predefines, including adding big endian support to Targets.cppJames Molloy2014-04-16
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* From Matt Thomas: use long long for [u]int64_t and [u]intmax_t onJoerg Sonnenberger2014-03-26
* Update the powerpc64le check to include CALL_ELF=2 check.Will Schmidt2014-03-24
* AArch64_BE test case for predefined macrosChristian Pirker2014-03-24
* Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacrosRobert Lytton2014-03-10
* Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"David Majnemer2014-03-02
* clang/test/Preprocessor/init.c: Split conditions to win32 and non-win32.NAKAMURA Takumi2014-02-25
* Implement -fno-short-wcharRichard Barton2014-02-24
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-24
* Update __cplusplus to match the value in the C++14 DIS preview (D3937).Richard Smith2014-02-24
* Fix broken CHECK linesNico Rieck2014-02-16
* Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__David Majnemer2014-02-09
* Test pre-defined macros of aarch64-netbsd.Joerg Sonnenberger2014-02-02
* [Mips] Fix __mips macro definition.Simon Atanasyan2014-01-27
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan2014-01-27
* [Mips] Add tests to check MIPS arch macros.Simon Atanasyan2014-01-27
* PR18465: [Thumbv8] add predefined macrosWeiming Zhao2014-01-22
* Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets.Tim Northover2013-11-11
* NetBSD 6.99.26 switched to default rounding mode, so adjustJoerg Sonnenberger2013-11-11
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-21
* [Mips] Define __mips_fpr and _MIPS_FPSET macros.Simon Atanasyan2013-10-18
* Add character set related __STDC_* definitions.Ed Schouten2013-09-29
* [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and passSimon Atanasyan2013-09-24
* Follow up on commit r190159. Also test the KFreeBSD i686 platform defines + m...Sylvestre Ledru2013-09-06
* Add a test for the KFreeBSD define (#define __FreeBSD_kernel__ 1). This was i...Sylvestre Ledru2013-09-06
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-04
* Add XCore targetRobert Lytton2013-08-13
* [Mips] MSA frontend option supportJack Carter2013-08-12
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.Roman Divacky2013-07-03
* Fix MSP430 builtin types.Anton Korobeynikov2013-07-01
* Fix a couple of PPC predefined macros that I spotted while driving byChandler Carruth2013-06-25
* OpenBSD/sparc64 uses long long for int64_t and intmax_t.Jakob Stoklund Olesen2013-05-19
* fix PR 15726: ptrdiff_t should be int on PowerPC DarwinDavid Fang2013-05-16
* Use correct types for SPARC v9.Jakob Stoklund Olesen2013-05-15
* C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...Richard Smith2013-05-07
* Add SystemZ supportUlrich Weigand2013-05-06
* Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg2013-05-02
* [Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan2013-04-14
* [Mips] Follow-up to r179481. Consider "single-float" as a separateSimon Atanasyan2013-04-14
* Define __SIZE_MAX__ preprocessor macro.Evgeniy Stepanov2013-03-28