summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hopefully unbreak build with g++ >= 4.3.Benjamin Kramer2010-01-091-0/+1
* Use MacroBuilder for TargetDefines instead of std::vector.Benjamin Kramer2010-01-091-233/+217
* improve support for dragonfly, patch by Sascha Wildner!Chris Lattner2010-01-091-0/+2
* move a few more symbols to .rodata/.data.rel.roNuno Lopes2009-12-231-1/+1
* ARM: Remove a FIXME, it's not actually more complicated than that.Daniel Dunbar2009-12-221-1/+0
* ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".Daniel Dunbar2009-12-211-9/+59
* ARM: Use front-end specific target features "soft-float" and "soft-float-abi"...Daniel Dunbar2009-12-191-4/+36
* Targets: Allow CreateTargetInfo to mutate the target features.Daniel Dunbar2009-12-191-7/+6
* Add f80 entry for windows targetsAnton Korobeynikov2009-12-191-2/+2
* Use proper alignment for i16/i32 on msp430. This fixes PR5815.Anton Korobeynikov2009-12-191-1/+1
* ARM: Define __thumb2__ for V6T2 targets and only defineDaniel Dunbar2009-12-181-5/+4
* ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX).Daniel Dunbar2009-12-181-54/+59
* Tweaks for PS3 target.John Thompson2009-12-181-0/+3
* Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke...Edward O'Callaghan2009-11-211-0/+2
* Added preliminary support step for PS3John Thompson2009-11-191-0/+47
* Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better doneDaniel Dunbar2009-11-171-24/+0
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-2/+0
* Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt...Daniel Dunbar2009-11-171-9/+0
* Move char-is-signed defaulting to driver, instead of usingDaniel Dunbar2009-11-171-13/+0
* Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-151-0/+163
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-151-5/+56
* do not store wchar/char16/char32/intmax width/alignment infoChris Lattner2009-11-121-6/+0
* Simplifiy target feature handling by coalescing all the logic intoDaniel Dunbar2009-11-111-17/+22
* teach the various targets what native integer types they have.Chris Lattner2009-11-071-17/+18
* Add a preprocessor define for adding a "near" section attribute for allowing Sanjiv Gupta2009-10-241-0/+2
* The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h he...Edward O'Callaghan2009-10-181-0/+35
* Disallow arbitrary custom inline asm constraints for msp430.Anton Korobeynikov2009-10-151-2/+2
* fix some cfstring related issues: Chris Lattner2009-10-141-4/+0
* "Someone pointed out that in my previous Targets.cpp patch I didn'tMike Stump2009-10-081-0/+1
* Handle Eli remark on mingw __declspec macro definitionCedric Venet2009-09-271-1/+1
* Factor Windows target into VS, MinGW and Cygwin variants.Daniel Dunbar2009-09-231-11/+128
* implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.Chris Lattner2009-09-231-0/+12
* Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness).Daniel Dunbar2009-09-221-3/+20
* Fix typo.Mike Stump2009-09-171-1/+1
* ARM: Incremental improvement to preprocessor defines.Daniel Dunbar2009-09-171-13/+38
* Add ARM register names and aliases.Daniel Dunbar2009-09-171-75/+107
* fix some ppc register name issues, patch by Richard Pennington!Chris Lattner2009-09-161-45/+78
* Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that.Daniel Dunbar2009-09-141-1/+9
* ARM target tweaks.Daniel Dunbar2009-09-141-2/+24
* Swizzle the target triple based on -mthumb, and update clang-cc to recognizeDaniel Dunbar2009-09-111-0/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-37/+37
* Add basic support for -pthread.Daniel Dunbar2009-09-031-0/+9
* Remove TargetInfo::getTargetPrefix().Daniel Dunbar2009-08-241-27/+9
* Switch TargetInfo to store an llvm::Triple.Daniel Dunbar2009-08-241-27/+27
* Issue an error if the user specifies parameters in a function marked as ISR.Sanjiv Gupta2009-08-201-2/+7
* Add TCE target to clang; patch by Mikael Lepistö.Eli Friedman2009-08-191-0/+67
* Switch to SmallString::str from SmallString::c_str.Daniel Dunbar2009-08-191-6/+7
* Convert CreateTargetInfo to use a Triple instead of manul string munging.Daniel Dunbar2009-08-181-72/+66
* Support compilation for the blackfin back-endJakob Stoklund Olesen2009-08-171-0/+81
* use the new llvm::Triple parsing stuffola for handling darwin version #'s.Chris Lattner2009-08-121-93/+47
OpenPOWER on IntegriCloud