summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* More fallout from r58501: primary fix is some more corrections to make Eli Friedman2008-11-021-7/+18
* Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wcharSanjiv Gupta2008-10-311-4/+10
* Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, ...Chris Lattner2008-10-271-2/+4
* Add basic FreeBSD target support, patch by Roman Divacky!Chris Lattner2008-10-161-0/+51
* Add 'x' constraint character.Anders Carlsson2008-10-061-0/+1
* Add the 'y' assembler constraint.Anders Carlsson2008-10-061-0/+1
* miscellaneous cleanupsChris Lattner2008-10-051-22/+30
* move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ intoChris Lattner2008-10-051-14/+1
* it helps when I save the file before testing and committing.Chris Lattner2008-10-051-27/+1
* suck the rest of the FP macros out of the targets into the PPChris Lattner2008-10-051-99/+9
* start moving fp macros overChris Lattner2008-10-051-20/+0
* move a bunch more integer sizing out of target-specific code intoChris Lattner2008-10-051-41/+1
* eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start movingChris Lattner2008-10-051-16/+2
* Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__Chris Lattner2008-09-301-7/+19
* Add missing include for use of atoi.Nick Lewycky2008-09-301-0/+1
* The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ followsChris Lattner2008-09-301-7/+21
* define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled.Chris Lattner2008-09-301-4/+1
* __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #defineChris Lattner2008-09-301-1/+2
* Add x86_64 Linux target.Daniel Dunbar2008-09-231-0/+16
* Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows.Eli Friedman2008-09-061-0/+2
* Add dragonfly target support, patch by Sascha WildnerChris Lattner2008-08-231-0/+28
* Add TargetInfo::useNeXTRuntimeAsDefaultDaniel Dunbar2008-08-231-0/+7
* Remove duplicate define from Windows-x86 target.Eli Friedman2008-08-211-1/+0
* Initial implementation of Windows x86 target; at the moment, the only Eli Friedman2008-08-211-0/+29
* Add Linux x86-32 target.Eli Friedman2008-08-211-0/+26
* First cut at OS detection, taking advantage of the new generic targets. Eli Friedman2008-08-211-13/+58
* Class reorg for PPC; shouldn't be any visible changes unless I messed Eli Friedman2008-08-201-190/+133
* Class reorg for ARM. Shouldn't be any visible changes.Eli Friedman2008-08-201-22/+27
* Class hierarchy reorg for Sparc architecture. While I was there, I Eli Friedman2008-08-201-45/+43
* Reorganize the class hierarchy for x86 targets; shouldn't have any Eli Friedman2008-08-201-150/+140
* Fix PR2627, support for Q constraint.Chris Lattner2008-08-181-1/+2
* Allow targets to override description string.Sanjiv Gupta2008-08-181-0/+1
* Move some ObjC preprocessor definitions intoDaniel Dunbar2008-08-121-24/+0
* Add LangOptions::NeXTRuntime.Daniel Dunbar2008-08-111-1/+4
* More #include cleaningDaniel Dunbar2008-08-111-1/+0
* Always define __SIZE_TYPE__ as long unsigned int.Anders Carlsson2008-07-221-2/+1
* add x86 EDI register aliasNuno Lopes2008-07-071-0/+1
* move the linux predefined macro definition to the TargetInfo, where it really...Nuno Lopes2008-07-051-0/+5
* Make the width and alignment for long double consistent with the Eli Friedman2008-06-041-2/+2
* Make sure to define __sparc__ on Solaris; this should "fix" Eli Friedman2008-05-251-0/+1
* Missed an include.Eli Friedman2008-05-201-0/+1
* Minor correction for PPC targets.Eli Friedman2008-05-201-1/+4
* Some small changes to make the target info a bit more accurate.Eli Friedman2008-05-201-9/+22
* set long/pointers to 64-bits on ppc64/x86-64Chris Lattner2008-05-091-2/+6
* parameterize pointer size/align better without doing virtual method calls in ...Chris Lattner2008-05-091-4/+2
* Add basic support for the pic-* target triples and add support forChris Lattner2008-05-081-0/+33
* Add some basic ARM asm constraintsNate Begeman2008-04-221-1/+10
* Fix pasto, thanks to Anders for pointing this out.Chris Lattner2008-04-211-1/+1
* add arm supportChris Lattner2008-04-211-0/+132
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+757
OpenPOWER on IntegriCloud