| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add an option to specify the target C++ ABI to the frontend. Use it to | Charles Davis | 2010-06-11 | 1 | -0/+6 |
| * | Create a LinuxTargetInfo on ARM. This make clang correctly expand | Rafael Espindola | 2010-06-10 | 1 | -0/+2 |
| * | On Darwin, initialization and destruction functions should go into the __Stat... | Anders Carlsson | 2010-06-08 | 1 | -0/+6 |
| * | Correctly align large arrays in x86-64. This fixes PR5599. | Rafael Espindola | 2010-06-04 | 1 | -0/+2 |
| * | Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. | Daniel Dunbar | 2010-05-30 | 1 | -2/+23 |
| * | Roll back r104941. | John McCall | 2010-05-28 | 1 | -1/+1 |
| * | Add a new attribute on records, __attribute__((adl_invisible)), and define | John McCall | 2010-05-28 | 1 | -1/+1 |
| * | Darwin/ARM seems to support mac68k align as well. | Daniel Dunbar | 2010-05-27 | 1 | -1/+3 |
| * | Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. | Daniel Dunbar | 2010-05-27 | 1 | -0/+1 |
| * | david conrad points out that {|} in inline assembly on arm are not asm | Chris Lattner | 2010-04-23 | 1 | -0/+4 |
| * | another tweak for haiku support, patch by Paul Davey! | Chris Lattner | 2010-04-22 | 1 | -0/+2 |
| * | ARM/APCS: Don't respect bit-field types when laying out structures. | Daniel Dunbar | 2010-04-22 | 1 | -0/+4 |
| * | Sink the _GNU_SOURCE definition down into the target configuration, | Douglas Gregor | 2010-04-21 | 1 | -0/+4 |
| * | add haiku support, patch by Paul Davey! | Chris Lattner | 2010-04-11 | 1 | -0/+19 |
| * | Add option and macro definition for AES instructions. Now produces real | Eric Christopher | 2010-04-02 | 1 | -2/+20 |
| * | PS3 needs __PPC__. Should this be in the PPC target? | John Thompson | 2010-03-25 | 1 | -0/+1 |
| * | fix PR6584: __SSE3__ not defined with -mss3 | Nuno Lopes | 2010-03-12 | 1 | -0/+1 |
| * | add mblaze target support, patch by Wesley Peck! | Chris Lattner | 2010-03-06 | 1 | -0/+131 |
| * | add TCE target support, patch by Pekka J! | Chris Lattner | 2010-03-04 | 1 | -3/+4 |
| * | Add in disabled case as well. | Eric Christopher | 2010-03-04 | 1 | -0/+4 |
| * | Add in -msse4.1 and -msse4.2 options and continuing a rather | Eric Christopher | 2010-03-04 | 1 | -3/+8 |
| * | add framework for ARM builtins, Patch by Edmund Grimley Evans! | Chris Lattner | 2010-03-03 | 1 | -3/+10 |
| * | Add in some more MIPS command line options. | Eric Christopher | 2010-03-02 | 1 | -1/+29 |
| * | add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 | Chris Lattner | 2010-02-16 | 1 | -1/+10 |
| * | Re-applying 96173. Looks like finally I got the test case right. | Sanjiv Gupta | 2010-02-16 | 1 | -5/+7 |
| * | reverting back 96242 as it still causes a test failure. | Sanjiv Gupta | 2010-02-15 | 1 | -7/+5 |
| * | Re-applying 96173 with corresponding changes in test. | Sanjiv Gupta | 2010-02-15 | 1 | -5/+7 |
| * | temporarily revert 96173, it is causing test failures. | Chris Lattner | 2010-02-14 | 1 | -7/+5 |
| * | renamed pic16 specifiic macros. | Sanjiv Gupta | 2010-02-14 | 1 | -5/+7 |
| * | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar | 2010-02-10 | 1 | -3/+0 |
| * | Don't explicitly force utf strings into the __TEXT,__ustring | Chris Lattner | 2010-02-01 | 1 | -4/+0 |
| * | Simplify FreeBSD version parsing. | Benjamin Kramer | 2010-01-30 | 1 | -10/+4 |
| * | StringRef-ize the TargetInfo::ConstraintInfo constructor. | Anders Carlsson | 2010-01-30 | 1 | -1/+1 |
| * | Fix alignment for msp430 integer types. | Anton Korobeynikov | 2010-01-30 | 1 | -7/+4 |
| * | ARM/APCS: Fix alignment of long double. | Daniel Dunbar | 2010-01-27 | 1 | -1/+1 |
| * | Add support for 3dnow and 3dnowa, and define the target macros accordingly. (... | Anders Carlsson | 2010-01-27 | 1 | -1/+23 |
| * | Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) tr... | Daniel Dunbar | 2010-01-26 | 1 | -46/+39 |
| * | Move the MacroBuilder utilitiy to its own header. Update references. | Chandler Carruth | 2010-01-20 | 1 | -0/+1 |
| * | Actually remove the include that r93974 made unnecessary. | Chandler Carruth | 2010-01-20 | 1 | -1/+0 |
| * | long long is 64 bits on msp430 | Anton Korobeynikov | 2010-01-14 | 1 | -1/+2 |
| * | Predefine __weak attribute when doing objective-c | Fariborz Jahanian | 2010-01-13 | 1 | -4/+0 |
| * | Define __weak attribute for objective-c pointers in | Fariborz Jahanian | 2010-01-12 | 1 | -0/+4 |
| * | Hopefully unbreak build with g++ >= 4.3. | Benjamin Kramer | 2010-01-09 | 1 | -0/+1 |
| * | Use MacroBuilder for TargetDefines instead of std::vector. | Benjamin Kramer | 2010-01-09 | 1 | -233/+217 |
| * | improve support for dragonfly, patch by Sascha Wildner! | Chris Lattner | 2010-01-09 | 1 | -0/+2 |
| * | move a few more symbols to .rodata/.data.rel.ro | Nuno Lopes | 2009-12-23 | 1 | -1/+1 |
| * | ARM: Remove a FIXME, it's not actually more complicated than that. | Daniel Dunbar | 2009-12-22 | 1 | -1/+0 |
| * | ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". | Daniel Dunbar | 2009-12-21 | 1 | -9/+59 |
| * | ARM: Use front-end specific target features "soft-float" and "soft-float-abi"... | Daniel Dunbar | 2009-12-19 | 1 | -4/+36 |
| * | Targets: Allow CreateTargetInfo to mutate the target features. | Daniel Dunbar | 2009-12-19 | 1 | -7/+6 |