summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Handle the 'X' constraint. Fixes <rdar://problem/6504897>.Anders Carlsson2009-01-181-0/+2
* Add sema support for symbolic names in inline asm statements.Anders Carlsson2009-01-181-1/+39
* Allow targets to override IntMaxTWidthNate Begeman2009-01-171-0/+1
* Change TargetInfo::validateInputConstraint to take begin/end name iterators i...Anders Carlsson2009-01-171-2/+4
* Make sure to initialize the ConstraintInfo to 0Anders Carlsson2009-01-121-0/+4
* More fallout from r58501: primary fix is some more corrections to make Eli Friedman2008-11-021-2/+2
* Fix a bug that was introduced in 58501. Ideally I think we should force all t...Anders Carlsson2008-10-311-1/+1
* Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wcharSanjiv Gupta2008-10-311-0/+5
* Implement PR2773, support for __USER_LABEL_PREFIX__Chris Lattner2008-10-051-0/+1
* Stop asserting in TargetInfo::validateInputConstraintDaniel Dunbar2008-08-251-4/+4
* First cut at OS detection, taking advantage of the new generic targets. Eli Friedman2008-08-211-2/+2
* Allow targets to override description string.Sanjiv Gupta2008-08-181-0/+2
* More #include cleaningDaniel Dunbar2008-08-111-2/+0
* Some small changes to make the target info a bit more accurate.Eli Friedman2008-05-201-2/+8
* parameterize pointer size/align better without doing virtual method calls in ...Chris Lattner2008-05-091-0/+1
* parameterize long long.Chris Lattner2008-05-091-1/+2
* correctly parameterize long, patch by Nate.Chris Lattner2008-05-091-0/+1
* Add basic support for the pic-* target triples and add support forChris Lattner2008-05-081-0/+1
* Have ValidateOutputConstraint return false instead of firing an assertionTed Kremenek2008-04-241-2/+2
* Tabs -> spacesNate Begeman2008-04-181-2/+2
* Initialize default double width and alignmentNate Begeman2008-04-181-0/+2
* add a missing #includeChris Lattner2008-04-061-0/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+210
OpenPOWER on IntegriCloud