aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/TargetInfo.cpp
AgeCommit message (Expand)Author
2008-11-02More fallout from r58501: primary fix is some more corrections to make Eli Friedman
2008-10-31Fix a bug that was introduced in 58501. Ideally I think we should force all t...Anders Carlsson
2008-10-31Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wcharSanjiv Gupta
2008-10-05Implement PR2773, support for __USER_LABEL_PREFIX__Chris Lattner
2008-08-25Stop asserting in TargetInfo::validateInputConstraintDaniel Dunbar
2008-08-21First cut at OS detection, taking advantage of the new generic targets. Eli Friedman
2008-08-18Allow targets to override description string.Sanjiv Gupta
2008-08-11More #include cleaningDaniel Dunbar
2008-05-20Some small changes to make the target info a bit more accurate.Eli Friedman
2008-05-09parameterize pointer size/align better without doing virtual method calls in ...Chris Lattner
2008-05-09parameterize long long.Chris Lattner
2008-05-09correctly parameterize long, patch by Nate.Chris Lattner
2008-05-08Add basic support for the pic-* target triples and add support forChris Lattner
2008-04-24Have ValidateOutputConstraint return false instead of firing an assertionTed Kremenek
2008-04-18Tabs -> spacesNate Begeman
2008-04-18Initialize default double width and alignmentNate Begeman
2008-04-06add a missing #includeChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner