| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add f80 entry for windows targets | Anton Korobeynikov | 2009-12-19 | 1 | -2/+2 |
* | Use proper alignment for i16/i32 on msp430. This fixes PR5815. | Anton Korobeynikov | 2009-12-19 | 1 | -1/+1 |
* | ARM: Define __thumb2__ for V6T2 targets and only define | Daniel Dunbar | 2009-12-18 | 1 | -5/+4 |
* | ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX). | Daniel Dunbar | 2009-12-18 | 1 | -54/+59 |
* | Tweaks for PS3 target. | John Thompson | 2009-12-18 | 1 | -0/+3 |
* | Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke... | Edward O'Callaghan | 2009-11-21 | 1 | -0/+2 |
* | Added preliminary support step for PS3 | John Thompson | 2009-11-19 | 1 | -0/+47 |
* | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar | 2009-11-17 | 1 | -24/+0 |
* | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar | 2009-11-17 | 1 | -2/+0 |
* | Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt... | Daniel Dunbar | 2009-11-17 | 1 | -9/+0 |
* | Move char-is-signed defaulting to driver, instead of using | Daniel Dunbar | 2009-11-17 | 1 | -13/+0 |
* | Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes. | Edward O'Callaghan | 2009-11-15 | 1 | -0/+163 |
* | Add TargetOptions and use it when constructing targets. | Daniel Dunbar | 2009-11-15 | 1 | -5/+56 |
* | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner | 2009-11-12 | 1 | -6/+0 |
* | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar | 2009-11-11 | 1 | -17/+22 |
* | teach the various targets what native integer types they have. | Chris Lattner | 2009-11-07 | 1 | -17/+18 |
* | Add a preprocessor define for adding a "near" section attribute for allowing | Sanjiv Gupta | 2009-10-24 | 1 | -0/+2 |
* | The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h he... | Edward O'Callaghan | 2009-10-18 | 1 | -0/+35 |
* | Disallow arbitrary custom inline asm constraints for msp430. | Anton Korobeynikov | 2009-10-15 | 1 | -2/+2 |
* | fix some cfstring related issues: | Chris Lattner | 2009-10-14 | 1 | -4/+0 |
* | "Someone pointed out that in my previous Targets.cpp patch I didn't | Mike Stump | 2009-10-08 | 1 | -0/+1 |
* | Handle Eli remark on mingw __declspec macro definition | Cedric Venet | 2009-09-27 | 1 | -1/+1 |
* | Factor Windows target into VS, MinGW and Cygwin variants. | Daniel Dunbar | 2009-09-23 | 1 | -11/+128 |
* | implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. | Chris Lattner | 2009-09-23 | 1 | -0/+12 |
* | Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness). | Daniel Dunbar | 2009-09-22 | 1 | -3/+20 |
* | Fix typo. | Mike Stump | 2009-09-17 | 1 | -1/+1 |
* | ARM: Incremental improvement to preprocessor defines. | Daniel Dunbar | 2009-09-17 | 1 | -13/+38 |
* | Add ARM register names and aliases. | Daniel Dunbar | 2009-09-17 | 1 | -75/+107 |
* | fix some ppc register name issues, patch by Richard Pennington! | Chris Lattner | 2009-09-16 | 1 | -45/+78 |
* | Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. | Daniel Dunbar | 2009-09-14 | 1 | -1/+9 |
* | ARM target tweaks. | Daniel Dunbar | 2009-09-14 | 1 | -2/+24 |
* | Swizzle the target triple based on -mthumb, and update clang-cc to recognize | Daniel Dunbar | 2009-09-11 | 1 | -0/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -37/+37 |
* | Add basic support for -pthread. | Daniel Dunbar | 2009-09-03 | 1 | -0/+9 |
* | Remove TargetInfo::getTargetPrefix(). | Daniel Dunbar | 2009-08-24 | 1 | -27/+9 |
* | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar | 2009-08-24 | 1 | -27/+27 |
* | Issue an error if the user specifies parameters in a function marked as ISR. | Sanjiv Gupta | 2009-08-20 | 1 | -2/+7 |
* | Add TCE target to clang; patch by Mikael Lepistö. | Eli Friedman | 2009-08-19 | 1 | -0/+67 |
* | Switch to SmallString::str from SmallString::c_str. | Daniel Dunbar | 2009-08-19 | 1 | -6/+7 |
* | Convert CreateTargetInfo to use a Triple instead of manul string munging. | Daniel Dunbar | 2009-08-18 | 1 | -72/+66 |
* | Support compilation for the blackfin back-end | Jakob Stoklund Olesen | 2009-08-17 | 1 | -0/+81 |
* | use the new llvm::Triple parsing stuffola for handling darwin version #'s. | Chris Lattner | 2009-08-12 | 1 | -93/+47 |