summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* david conrad points out that {|} in inline assembly on arm are not asmChris Lattner2010-04-231-0/+1
* clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes.Daniel Dunbar2010-04-151-2/+3
* Tweak spelling (Bitfield -> BitField)Daniel Dunbar2010-04-151-1/+1
* Add TargetInfo::useBitfieldTypeAlignment().Daniel Dunbar2010-04-151-3/+3
* Yay for more StringRefs.Anders Carlsson2010-01-301-18/+21
* fix PR5689: add support for 'o' and 'V' asm input operandsNuno Lopes2009-12-161-0/+2
* Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke...Edward O'Callaghan2009-11-211-0/+1
* do not store wchar/char16/char32/intmax width/alignment infoChris Lattner2009-11-121-5/+0
* teach the various targets what native integer types they have.Chris Lattner2009-11-071-1/+1
* Eliminate tablsJohn Thompson2009-11-051-2/+2
* clean up integer preprocessor type definitions, patch by Ken Dyck!Chris Lattner2009-11-051-4/+20
* Adding -fshort-wchar option.John Thompson2009-11-051-0/+10
* rename getTypeSigned() -> isTypeSigned() per daniel's review.Chris Lattner2009-10-251-2/+2
* add helpful methods to TargetInfo for querying builtin integer type properties,Chris Lattner2009-10-211-0/+51
* hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233).Chris Lattner2009-10-211-0/+1
* fix PR4938 by recognizing % as a modifier on outputs,Chris Lattner2009-10-131-0/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-25/+25
* Basic support for C++0x unicode types. Support for literals will follow in a...Alisdair Meredith2009-07-141-0/+4
* Fix for PR4192: fix the definition of int64_t on x86_64 Linux.Eli Friedman2009-07-011-0/+1
* Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman2009-06-051-1/+0
* Fix rdar://6860124 - invalid input constraint 'J' in asmChris Lattner2009-05-061-1/+9
* in a tied operand, don't copy over the name or constraint string, just the fl...Chris Lattner2009-04-261-2/+1
* pull operands names "[foo]" into ConstraintInfo.Chris Lattner2009-04-261-13/+7
* pull the constraint string into the ConstraintInfo structChris Lattner2009-04-261-4/+5
* change TargetInfo::ConstraintInfo to be a struct that containsChris Lattner2009-04-261-23/+17
* Add target property for whether thread-local storage is supported. Eli Friedman2009-04-191-0/+1
* TargetInfo::validateAsmConstraint now takes a reference to the full constrain...Anders Carlsson2009-02-281-2/+2
* Give TargetInfo a new IntPtrType to hold the intptr_t type forChris Lattner2009-02-131-0/+1
* simplify and refactor a bunch of type definition code in PreprocessorChris Lattner2009-02-061-0/+16
* If an input constraint refers to an output constraint, it should have the sam...Anders Carlsson2009-01-271-0/+5
* 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
OpenPOWER on IntegriCloud