Age | Commit message (Expand) | Author |
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 |
2009-11-12 | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner |
2009-11-11 | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar |
2009-11-07 | teach the various targets what native integer types they have. | Chris Lattner |
2009-10-24 | Add a preprocessor define for adding a "near" section attribute for allowing | Sanjiv Gupta |
2009-10-18 | The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h he... | Edward O'Callaghan |
2009-10-15 | Disallow arbitrary custom inline asm constraints for msp430. | Anton Korobeynikov |
2009-10-14 | fix some cfstring related issues: | Chris Lattner |
2009-10-08 | "Someone pointed out that in my previous Targets.cpp patch I didn't | Mike Stump |
2009-09-27 | Handle Eli remark on mingw __declspec macro definition | Cedric Venet |
2009-09-23 | Factor Windows target into VS, MinGW and Cygwin variants. | Daniel Dunbar |
2009-09-23 | implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. | Chris Lattner |
2009-09-22 | Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness). | Daniel Dunbar |
2009-09-17 | Fix typo. | Mike Stump |
2009-09-17 | ARM: Incremental improvement to preprocessor defines. | Daniel Dunbar |
2009-09-17 | Add ARM register names and aliases. | Daniel Dunbar |
2009-09-16 | fix some ppc register name issues, patch by Richard Pennington! | Chris Lattner |
2009-09-14 | Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. | Daniel Dunbar |
2009-09-14 | ARM target tweaks. | Daniel Dunbar |
2009-09-11 | Swizzle the target triple based on -mthumb, and update clang-cc to recognize | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-03 | Add basic support for -pthread. | Daniel Dunbar |
2009-08-24 | Remove TargetInfo::getTargetPrefix(). | Daniel Dunbar |
2009-08-24 | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar |
2009-08-20 | Issue an error if the user specifies parameters in a function marked as ISR. | Sanjiv Gupta |
2009-08-19 | Add TCE target to clang; patch by Mikael Lepistö. | Eli Friedman |
2009-08-19 | Switch to SmallString::str from SmallString::c_str. | Daniel Dunbar |
2009-08-18 | Convert CreateTargetInfo to use a Triple instead of manul string munging. | Daniel Dunbar |
2009-08-17 | Support compilation for the blackfin back-end | Jakob Stoklund Olesen |