| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some missing PPC cpus | Bill Schmidt | 2013-02-01 | 1 | -0/+145 |
* | Add PPC A2Q core and BG/Q preprocessor definitions | Hal Finkel | 2013-02-01 | 1 | -0/+15 |
* | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -8/+8 |
* | Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou... | Eli Friedman | 2012-11-10 | 1 | -44/+44 |
* | Add some ARM EABI preprocessor builtins tests | Anton Korobeynikov | 2012-09-08 | 1 | -0/+209 |
* | Define __mips64 / __mips64__ macros for MIPS 64-bit targets. | Simon Atanasyan | 2012-08-29 | 1 | -0/+4 |
* | Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets. | Simon Atanasyan | 2012-08-29 | 1 | -0/+8 |
* | Frontend: define _LP64 in a target-independent way | Dylan Noblesmith | 2012-08-10 | 1 | -0/+30 |
* | Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz | Dylan Noblesmith | 2012-08-08 | 1 | -19/+29 |
* | Preprocessor: add __BYTE_ORDER__ predefined macro | Dylan Noblesmith | 2012-07-27 | 1 | -0/+22 |
* | test/Preprocessor: add NVPTX predefine tests | Dylan Noblesmith | 2012-07-27 | 1 | -0/+186 |
* | MIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_dsp macros | Simon Atanasyan | 2012-07-05 | 1 | -0/+14 |
* | MIPS: Define __mips16 macro if -mips16 option is provided. | Simon Atanasyan | 2012-07-05 | 1 | -0/+12 |
* | Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep | David Chisnall | 2012-07-03 | 1 | -2/+2 |
* | Add additional architecture defines for PPC targets. | Hal Finkel | 2012-07-03 | 1 | -0/+106 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -2/+2 |
* | Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu... | Hal Finkel | 2012-06-11 | 1 | -1/+2 |
* | Mips: Define __mips_hard_float macro additional to __mips_single_float | Simon Atanasyan | 2012-06-05 | 1 | -0/+1 |
* | Use the standard values for the __cplusplus macro, even when in GNU mode. GCC | Richard Smith | 2012-05-03 | 1 | -2/+11 |
* | Define __ANDROID__ macro on -androideabi targets. | Evgeniy Stepanov | 2012-04-26 | 1 | -0/+3 |
* | MIPS: Move tests check float ABI macros definitions to the more appropriate p... | Simon Atanasyan | 2012-04-06 | 1 | -0/+17 |
* | MIPS: Add tests for predefined macros for MIPS targets. | Simon Atanasyan | 2012-04-06 | 1 | -0/+439 |
* | Fix an ABI problem with ptrdiff_t and intptr_t on PPC32 | Hal Finkel | 2012-03-02 | 1 | -2/+2 |
* | Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix. | Nico Weber | 2012-01-31 | 1 | -20/+225 |
* | Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with... | Benjamin Kramer | 2011-12-28 | 1 | -2/+2 |
* | AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs... | James Molloy | 2011-11-23 | 1 | -2/+2 |
* | Remove more SystemZ (s390) tests. | Dan Gohman | 2011-10-25 | 1 | -92/+0 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 1 | -97/+0 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall | 2011-10-02 | 1 | -3/+3 |
* | Begin fixing Clang's predefined macros for various architectures. This | Chandler Carruth | 2011-09-28 | 1 | -12/+0 |
* | Only predefine the __EXCEPTIONS macro if C++ exceptions are turned on. | Douglas Gregor | 2011-09-12 | 1 | -1/+1 |
* | Define __cplusplus to 201103L when in (non-GNU) C++0x mode. | Douglas Gregor | 2011-06-20 | 1 | -1/+1 |
* | Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d... | Francois Pichet | 2011-04-28 | 1 | -4/+0 |
* | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth | 2011-04-23 | 1 | -3/+5 |
* | Change Clang's __VERSION__ to include the same basic info as in clang -v. | Daniel Dunbar | 2011-03-31 | 1 | -1/+1 |
* | wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. | Douglas Gregor | 2011-01-12 | 1 | -0/+204 |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -100/+0 |
* | Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! | Douglas Gregor | 2010-08-06 | 1 | -1/+2 |
* | PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar. | Eli Friedman | 2010-08-03 | 1 | -0/+7 |
* | Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always | Daniel Dunbar | 2010-06-30 | 1 | -1/+1 |
* | clang: Derive version name from LLVM unless specified explicitly. This means | Daniel Dunbar | 2010-06-25 | 1 | -3/+3 |
* | Add several more predefines from modern versions of GCC. | Dan Gohman | 2010-05-28 | 1 | -0/+160 |
* | Fix pasto in this test | Douglas Gregor | 2010-04-30 | 1 | -1/+1 |
* | Add Clang version inspection macros. Fixes PR6681. | Douglas Gregor | 2010-04-30 | 1 | -0/+4 |
* | Only predefine the macro _GNU_SOURCE in C++ mode when we're on a | Douglas Gregor | 2010-04-16 | 1 | -3/+3 |
* | Re-applying 96173. Looks like finally I got the test case right. | Sanjiv Gupta | 2010-02-16 | 1 | -4/+7 |
* | reverting back 96242 as it still causes a test failure. | Sanjiv Gupta | 2010-02-15 | 1 | -5/+4 |
* | Re-applying 96173 with corresponding changes in test. | Sanjiv Gupta | 2010-02-15 | 1 | -4/+5 |
* | Forgot to commit these | Anton Korobeynikov | 2010-01-14 | 1 | -1/+1 |