summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* add TCE target support, patch by Pekka J!Chris Lattner2010-03-041-3/+4
* Add in disabled case as well.Eric Christopher2010-03-041-0/+4
* Add in -msse4.1 and -msse4.2 options and continuing a ratherEric Christopher2010-03-041-3/+8
* add framework for ARM builtins, Patch by Edmund Grimley Evans!Chris Lattner2010-03-031-3/+10
* Add in some more MIPS command line options.Eric Christopher2010-03-021-1/+29
* add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318Chris Lattner2010-02-161-1/+10
* Re-applying 96173. Looks like finally I got the test case right.Sanjiv Gupta2010-02-161-5/+7
* reverting back 96242 as it still causes a test failure.Sanjiv Gupta2010-02-151-7/+5
* Re-applying 96173 with corresponding changes in test.Sanjiv Gupta2010-02-151-5/+7
* temporarily revert 96173, it is causing test failures.Chris Lattner2010-02-141-7/+5
* renamed pic16 specifiic macros.Sanjiv Gupta2010-02-141-5/+7
* Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixesDaniel Dunbar2010-02-101-3/+0
* Don't explicitly force utf strings into the __TEXT,__ustringChris Lattner2010-02-011-4/+0
* Simplify FreeBSD version parsing.Benjamin Kramer2010-01-301-10/+4
* StringRef-ize the TargetInfo::ConstraintInfo constructor.Anders Carlsson2010-01-301-1/+1
* Fix alignment for msp430 integer types.Anton Korobeynikov2010-01-301-7/+4
* ARM/APCS: Fix alignment of long double.Daniel Dunbar2010-01-271-1/+1
* Add support for 3dnow and 3dnowa, and define the target macros accordingly. (...Anders Carlsson2010-01-271-1/+23
* Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) tr...Daniel Dunbar2010-01-261-46/+39
* Move the MacroBuilder utilitiy to its own header. Update references.Chandler Carruth2010-01-201-0/+1
* Actually remove the include that r93974 made unnecessary.Chandler Carruth2010-01-201-1/+0
* long long is 64 bits on msp430Anton Korobeynikov2010-01-141-1/+2
* Predefine __weak attribute when doing objective-cFariborz Jahanian2010-01-131-4/+0
* Define __weak attribute for objective-c pointers inFariborz Jahanian2010-01-121-0/+4
* 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
OpenPOWER on IntegriCloud