aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Targets.cpp
AgeCommit message (Expand)Author
2008-05-09set long/pointers to 64-bits on ppc64/x86-64Chris Lattner
2008-05-09parameterize pointer size/align better without doing virtual method calls in ...Chris Lattner
2008-05-08Add basic support for the pic-* target triples and add support forChris Lattner
2008-04-22Add some basic ARM asm constraintsNate Begeman
2008-04-21Fix pasto, thanks to Anders for pointing this out.Chris Lattner
2008-04-21add arm supportChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner