Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Some small changes to make the target info a bit more accurate. | Eli Friedman | 2008-05-20 | 1 | -9/+22 | |
| | | | | llvm-svn: 51319 | |||||
* | set long/pointers to 64-bits on ppc64/x86-64 | Chris Lattner | 2008-05-09 | 1 | -2/+6 | |
| | | | | llvm-svn: 50891 | |||||
* | parameterize pointer size/align better without doing virtual method calls in ↵ | Chris Lattner | 2008-05-09 | 1 | -4/+2 | |
| | | | | | | normal case. llvm-svn: 50890 | |||||
* | Add basic support for the pic-* target triples and add support for | Chris Lattner | 2008-05-08 | 1 | -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 constraints | Nate Begeman | 2008-04-22 | 1 | -1/+10 | |
| | | | | llvm-svn: 50085 | |||||
* | Fix pasto, thanks to Anders for pointing this out. | Chris Lattner | 2008-04-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 50055 | |||||
* | add arm support | Chris Lattner | 2008-04-21 | 1 | -0/+132 | |
| | | | | llvm-svn: 50049 | |||||
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -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 |