Age | Commit message (Expand) | Author |
2010-04-11 | add haiku support, patch by Paul Davey! | Chris Lattner |
2010-04-02 | Add option and macro definition for AES instructions. Now produces real | Eric Christopher |
2010-03-25 | PS3 needs __PPC__. Should this be in the PPC target? | John Thompson |
2010-03-12 | fix PR6584: __SSE3__ not defined with -mss3 | Nuno Lopes |
2010-03-06 | add mblaze target support, patch by Wesley Peck! | Chris Lattner |
2010-03-04 | add TCE target support, patch by Pekka J! | Chris Lattner |
2010-03-04 | Add in disabled case as well. | Eric Christopher |
2010-03-04 | Add in -msse4.1 and -msse4.2 options and continuing a rather | Eric Christopher |
2010-03-03 | add framework for ARM builtins, Patch by Edmund Grimley Evans! | Chris Lattner |
2010-03-02 | Add in some more MIPS command line options. | Eric Christopher |
2010-02-16 | add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 | Chris Lattner |
2010-02-16 | Re-applying 96173. Looks like finally I got the test case right. | Sanjiv Gupta |
2010-02-15 | reverting back 96242 as it still causes a test failure. | Sanjiv Gupta |
2010-02-15 | Re-applying 96173 with corresponding changes in test. | Sanjiv Gupta |
2010-02-14 | temporarily revert 96173, it is causing test failures. | Chris Lattner |
2010-02-14 | renamed pic16 specifiic macros. | Sanjiv Gupta |
2010-02-10 | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar |
2010-02-01 | Don't explicitly force utf strings into the __TEXT,__ustring | Chris Lattner |
2010-01-30 | Simplify FreeBSD version parsing. | Benjamin Kramer |
2010-01-30 | StringRef-ize the TargetInfo::ConstraintInfo constructor. | Anders Carlsson |
2010-01-30 | Fix alignment for msp430 integer types. | Anton Korobeynikov |
2010-01-27 | ARM/APCS: Fix alignment of long double. | Daniel Dunbar |
2010-01-27 | Add support for 3dnow and 3dnowa, and define the target macros accordingly. (... | Anders Carlsson |
2010-01-26 | Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) tr... | Daniel Dunbar |
2010-01-20 | Move the MacroBuilder utilitiy to its own header. Update references. | Chandler Carruth |
2010-01-20 | Actually remove the include that r93974 made unnecessary. | Chandler Carruth |
2010-01-14 | long long is 64 bits on msp430 | Anton Korobeynikov |
2010-01-13 | Predefine __weak attribute when doing objective-c | Fariborz Jahanian |
2010-01-12 | Define __weak attribute for objective-c pointers in | Fariborz Jahanian |
2010-01-09 | Hopefully unbreak build with g++ >= 4.3. | Benjamin Kramer |
2010-01-09 | Use MacroBuilder for TargetDefines instead of std::vector. | Benjamin Kramer |
2010-01-09 | improve support for dragonfly, patch by Sascha Wildner! | Chris Lattner |
2009-12-23 | move a few more symbols to .rodata/.data.rel.ro | Nuno Lopes |
2009-12-22 | ARM: Remove a FIXME, it's not actually more complicated than that. | Daniel Dunbar |
2009-12-21 | ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". | Daniel Dunbar |
2009-12-19 | ARM: Use front-end specific target features "soft-float" and "soft-float-abi"... | Daniel Dunbar |
2009-12-19 | Targets: Allow CreateTargetInfo to mutate the target features. | Daniel Dunbar |
2009-12-19 | Add f80 entry for windows targets | Anton Korobeynikov |
2009-12-19 | Use proper alignment for i16/i32 on msp430. This fixes PR5815. | Anton Korobeynikov |
2009-12-18 | ARM: Define __thumb2__ for V6T2 targets and only define | Daniel Dunbar |
2009-12-18 | ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX). | Daniel Dunbar |
2009-12-18 | Tweaks for PS3 target. | John Thompson |
2009-11-21 | Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke... | Edward O'Callaghan |
2009-11-19 | Added preliminary support step for PS3 | John Thompson |
2009-11-17 | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar |
2009-11-17 | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar |
2009-11-17 | Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt... | Daniel Dunbar |
2009-11-17 | Move char-is-signed defaulting to driver, instead of using | Daniel Dunbar |
2009-11-15 | Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes. | Edward O'Callaghan |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |