aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/init.c
AgeCommit message (Expand)Author
2013-05-21Merging r181342:Bill Wendling
2013-05-06Add SystemZ supportUlrich Weigand
2013-05-02Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg
2013-04-14[Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan
2013-04-14[Mips] Follow-up to r179481. Consider "single-float" as a separateSimon Atanasyan
2013-03-28Define __SIZE_MAX__ preprocessor macro.Evgeniy Stepanov
2013-02-01Add some missing PPC cpusBill Schmidt
2013-02-01Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel
2013-01-02s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith
2012-11-10Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...Eli Friedman
2012-09-08Add some ARM EABI preprocessor builtins testsAnton Korobeynikov
2012-08-29Define __mips64 / __mips64__ macros for MIPS 64-bit targets.Simon Atanasyan
2012-08-29Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets.Simon Atanasyan
2012-08-10Frontend: define _LP64 in a target-independent wayDylan Noblesmith
2012-08-08Preprocessor: fix __OPTIMIZE_SIZE__ and -OzDylan Noblesmith
2012-07-27Preprocessor: add __BYTE_ORDER__ predefined macroDylan Noblesmith
2012-07-27test/Preprocessor: add NVPTX predefine testsDylan Noblesmith
2012-07-05MIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_dsp macrosSimon Atanasyan
2012-07-05MIPS: Define __mips16 macro if -mips16 option is provided.Simon Atanasyan
2012-07-03Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall
2012-07-03Add additional architecture defines for PPC targets.Hal Finkel
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-11Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel
2012-06-05Mips: Define __mips_hard_float macro additional to __mips_single_floatSimon Atanasyan
2012-05-03Use the standard values for the __cplusplus macro, even when in GNU mode. GCCRichard Smith
2012-04-26Define __ANDROID__ macro on -androideabi targets.Evgeniy Stepanov
2012-04-06MIPS: Move tests check float ABI macros definitions to the more appropriate p...Simon Atanasyan
2012-04-06MIPS: Add tests for predefined macros for MIPS targets.Simon Atanasyan
2012-03-02Fix an ABI problem with ptrdiff_t and intptr_t on PPC32Hal Finkel
2012-01-31Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix.Nico Weber
2011-12-28Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with...Benjamin Kramer
2011-11-23AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...James Molloy
2011-10-25Remove more SystemZ (s390) tests.Dan Gohman
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-28Begin fixing Clang's predefined macros for various architectures. ThisChandler Carruth
2011-09-12Only predefine the __EXCEPTIONS macro if C++ exceptions are turned on.Douglas Gregor
2011-06-20Define __cplusplus to 201103L when in (non-GNU) C++0x mode.Douglas Gregor
2011-04-28Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d...Francois Pichet
2011-04-23Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth
2011-03-31Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar
2011-01-12wint_t is defined as 'unsigned int' on Linux. Fixes PR8938.Douglas Gregor
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-08-06Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén!Douglas Gregor
2010-08-03PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar.Eli Friedman
2010-06-30Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't alwaysDaniel Dunbar
2010-06-25clang: Derive version name from LLVM unless specified explicitly. This meansDaniel Dunbar
2010-05-28Add several more predefines from modern versions of GCC.Dan Gohman
2010-04-30Fix pasto in this testDouglas Gregor