summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/TargetInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* parameterize pointer size/align better without doing virtual method calls in ↵Chris Lattner2008-05-091-0/+1
| | | | | | normal case. llvm-svn: 50890
* parameterize long long.Chris Lattner2008-05-091-1/+2
| | | | llvm-svn: 50887
* correctly parameterize long, patch by Nate.Chris Lattner2008-05-091-0/+1
| | | | llvm-svn: 50886
* Add basic support for the pic-* target triples and add support forChris Lattner2008-05-081-0/+1
| | | | | | | | | targets that do not support recursion (and thus codegen stack variables as globals). Patch contributed by Alireza Moshtaghi! llvm-svn: 50844
* Have ValidateOutputConstraint return false instead of firing an assertionTed Kremenek2008-04-241-2/+2
| | | | | | | when processing a constraint we don't understand. This allows the frontend to gracefully fail. llvm-svn: 50213
* Tabs -> spacesNate Begeman2008-04-181-2/+2
| | | | llvm-svn: 49909
* Initialize default double width and alignmentNate Begeman2008-04-181-0/+2
| | | | llvm-svn: 49899
* add a missing #includeChris Lattner2008-04-061-0/+1
| | | | llvm-svn: 49256
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+210
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