summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-3/+3
* Begin fixing Clang's predefined macros for various architectures. ThisChandler Carruth2011-09-281-12/+0
* Only predefine the __EXCEPTIONS macro if C++ exceptions are turned on.Douglas Gregor2011-09-121-1/+1
* Define __cplusplus to 201103L when in (non-GNU) C++0x mode.Douglas Gregor2011-06-201-1/+1
* Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d...Francois Pichet2011-04-281-4/+0
* Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth2011-04-231-3/+5
* Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar2011-03-311-1/+1
* wint_t is defined as 'unsigned int' on Linux. Fixes PR8938.Douglas Gregor2011-01-121-0/+204
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-100/+0
* Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén!Douglas Gregor2010-08-061-1/+2
* PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar.Eli Friedman2010-08-031-0/+7
* Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't alwaysDaniel Dunbar2010-06-301-1/+1
* clang: Derive version name from LLVM unless specified explicitly. This meansDaniel Dunbar2010-06-251-3/+3
* Add several more predefines from modern versions of GCC.Dan Gohman2010-05-281-0/+160
* Fix pasto in this testDouglas Gregor2010-04-301-1/+1
* Add Clang version inspection macros. Fixes PR6681.Douglas Gregor2010-04-301-0/+4
* Only predefine the macro _GNU_SOURCE in C++ mode when we're on aDouglas Gregor2010-04-161-3/+3
* Re-applying 96173. Looks like finally I got the test case right.Sanjiv Gupta2010-02-161-4/+7
* reverting back 96242 as it still causes a test failure.Sanjiv Gupta2010-02-151-5/+4
* Re-applying 96173 with corresponding changes in test.Sanjiv Gupta2010-02-151-4/+5
* Forgot to commit theseAnton Korobeynikov2010-01-141-1/+1
OpenPOWER on IntegriCloud