summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Always define __SIZE_TYPE__ as long unsigned int.Anders Carlsson2008-07-221-2/+1
| | | | llvm-svn: 53922
* add x86 EDI register aliasNuno Lopes2008-07-071-0/+1
| | | | llvm-svn: 53170
* move the linux predefined macro definition to the TargetInfo, where it ↵Nuno Lopes2008-07-051-0/+5
| | | | | | really belongs llvm-svn: 53149
* Make the width and alignment for long double consistent with the Eli Friedman2008-06-041-2/+2
| | | | | | | | | hardcoded data layout in getTargetDescription. Hopefully fixes a test failure. Of course, this should be fixed properly, but that's a bigger fix. llvm-svn: 51948
* Make sure to define __sparc__ on Solaris; this should "fix" Eli Friedman2008-05-251-0/+1
| | | | | | test/Codegen/mandel.c on Solaris. :-) llvm-svn: 51554
* Missed an include.Eli Friedman2008-05-201-0/+1
| | | | llvm-svn: 51321
* Minor correction for PPC targets.Eli Friedman2008-05-201-1/+4
| | | | llvm-svn: 51320
* Some small changes to make the target info a bit more accurate.Eli Friedman2008-05-201-9/+22
| | | | llvm-svn: 51319
* set long/pointers to 64-bits on ppc64/x86-64Chris Lattner2008-05-091-2/+6
| | | | llvm-svn: 50891
* parameterize pointer size/align better without doing virtual method calls in ↵Chris Lattner2008-05-091-4/+2
| | | | | | normal case. llvm-svn: 50890
* Add basic support for the pic-* target triples and add support forChris Lattner2008-05-081-0/+33
| | | | | | | | | targets that do not support recursion (and thus codegen stack variables as globals). Patch contributed by Alireza Moshtaghi! llvm-svn: 50844
* Add some basic ARM asm constraintsNate Begeman2008-04-221-1/+10
| | | | llvm-svn: 50085
* Fix pasto, thanks to Anders for pointing this out.Chris Lattner2008-04-211-1/+1
| | | | llvm-svn: 50055
* add arm supportChris Lattner2008-04-211-0/+132
| | | | llvm-svn: 50049
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+757
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
OpenPOWER on IntegriCloud