summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
...
* [Mips] Define __mips_fpr and _MIPS_FPSET macros.Simon Atanasyan2013-10-181-0/+38
* Add character set related __STDC_* definitions.Ed Schouten2013-09-291-0/+14
* [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and passSimon Atanasyan2013-09-241-0/+5
* Follow up on commit r190159. Also test the KFreeBSD i686 platform defines + m...Sylvestre Ledru2013-09-061-1/+6
* Add a test for the KFreeBSD define (#define __FreeBSD_kernel__ 1). This was i...Sylvestre Ledru2013-09-061-0/+4
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* Add XCore targetRobert Lytton2013-08-131-0/+3
* [Mips] MSA frontend option supportJack Carter2013-08-121-0/+5
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+113
* Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.Roman Divacky2013-07-031-0/+2
* Fix MSP430 builtin types.Anton Korobeynikov2013-07-011-5/+5
* Fix a couple of PPC predefined macros that I spotted while driving byChandler Carruth2013-06-251-0/+8
* OpenBSD/sparc64 uses long long for int64_t and intmax_t.Jakob Stoklund Olesen2013-05-191-0/+6
* fix PR 15726: ptrdiff_t should be int on PowerPC DarwinDavid Fang2013-05-161-0/+106
* Use correct types for SPARC v9.Jakob Stoklund Olesen2013-05-151-0/+8
* C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...Richard Smith2013-05-071-1/+19
* Add SystemZ supportUlrich Weigand2013-05-061-0/+92
* Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg2013-05-021-1/+15
* [Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan2013-04-141-0/+10
* [Mips] Follow-up to r179481. Consider "single-float" as a separateSimon Atanasyan2013-04-141-0/+6
* Define __SIZE_MAX__ preprocessor macro.Evgeniy Stepanov2013-03-281-0/+21
* Add some missing PPC cpusBill Schmidt2013-02-011-0/+145
* Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel2013-02-011-0/+15
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-8/+8
* Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...Eli Friedman2012-11-101-44/+44
* Add some ARM EABI preprocessor builtins testsAnton Korobeynikov2012-09-081-0/+209
* Define __mips64 / __mips64__ macros for MIPS 64-bit targets.Simon Atanasyan2012-08-291-0/+4
* Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets.Simon Atanasyan2012-08-291-0/+8
* Frontend: define _LP64 in a target-independent wayDylan Noblesmith2012-08-101-0/+30
* Preprocessor: fix __OPTIMIZE_SIZE__ and -OzDylan Noblesmith2012-08-081-19/+29
* Preprocessor: add __BYTE_ORDER__ predefined macroDylan Noblesmith2012-07-271-0/+22
* test/Preprocessor: add NVPTX predefine testsDylan Noblesmith2012-07-271-0/+186
* MIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_dsp macrosSimon Atanasyan2012-07-051-0/+14
* MIPS: Define __mips16 macro if -mips16 option is provided.Simon Atanasyan2012-07-051-0/+12
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-2/+2
* Add additional architecture defines for PPC targets.Hal Finkel2012-07-031-0/+106
* Restructure how the driver communicates information about theJohn McCall2012-06-201-2/+2
* Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel2012-06-111-1/+2
* Mips: Define __mips_hard_float macro additional to __mips_single_floatSimon Atanasyan2012-06-051-0/+1
* Use the standard values for the __cplusplus macro, even when in GNU mode. GCCRichard Smith2012-05-031-2/+11
* Define __ANDROID__ macro on -androideabi targets.Evgeniy Stepanov2012-04-261-0/+3
* MIPS: Move tests check float ABI macros definitions to the more appropriate p...Simon Atanasyan2012-04-061-0/+17
* MIPS: Add tests for predefined macros for MIPS targets.Simon Atanasyan2012-04-061-0/+439
* Fix an ABI problem with ptrdiff_t and intptr_t on PPC32Hal Finkel2012-03-021-2/+2
* Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix.Nico Weber2012-01-311-20/+225
* Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with...Benjamin Kramer2011-12-281-2/+2
* AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...James Molloy2011-11-231-2/+2
* Remove more SystemZ (s390) tests.Dan Gohman2011-10-251-92/+0
* Remove the Blackfin backend.Dan Gohman2011-10-251-97/+0
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
OpenPOWER on IntegriCloud