| Commit message (Expand) | Author | Age | Files | Lines |
* | david conrad points out that {|} in inline assembly on arm are not asm | Chris Lattner | 2010-04-23 | 1 | -0/+1 |
* | clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. | Daniel Dunbar | 2010-04-15 | 1 | -2/+3 |
* | Tweak spelling (Bitfield -> BitField) | Daniel Dunbar | 2010-04-15 | 1 | -1/+1 |
* | Add TargetInfo::useBitfieldTypeAlignment(). | Daniel Dunbar | 2010-04-15 | 1 | -3/+3 |
* | Yay for more StringRefs. | Anders Carlsson | 2010-01-30 | 1 | -18/+21 |
* | fix PR5689: add support for 'o' and 'V' asm input operands | Nuno Lopes | 2009-12-16 | 1 | -0/+2 |
* | Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke... | Edward O'Callaghan | 2009-11-21 | 1 | -0/+1 |
* | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner | 2009-11-12 | 1 | -5/+0 |
* | teach the various targets what native integer types they have. | Chris Lattner | 2009-11-07 | 1 | -1/+1 |
* | Eliminate tabls | John Thompson | 2009-11-05 | 1 | -2/+2 |
* | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner | 2009-11-05 | 1 | -4/+20 |
* | Adding -fshort-wchar option. | John Thompson | 2009-11-05 | 1 | -0/+10 |
* | rename getTypeSigned() -> isTypeSigned() per daniel's review. | Chris Lattner | 2009-10-25 | 1 | -2/+2 |
* | add helpful methods to TargetInfo for querying builtin integer type properties, | Chris Lattner | 2009-10-21 | 1 | -0/+51 |
* | hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). | Chris Lattner | 2009-10-21 | 1 | -0/+1 |
* | fix PR4938 by recognizing % as a modifier on outputs, | Chris Lattner | 2009-10-13 | 1 | -0/+3 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -25/+25 |
* | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith | 2009-07-14 | 1 | -0/+4 |
* | Fix for PR4192: fix the definition of int64_t on x86_64 Linux. | Eli Friedman | 2009-07-01 | 1 | -0/+1 |
* | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman | 2009-06-05 | 1 | -1/+0 |
* | Fix rdar://6860124 - invalid input constraint 'J' in asm | Chris Lattner | 2009-05-06 | 1 | -1/+9 |
* | in a tied operand, don't copy over the name or constraint string, just the fl... | Chris Lattner | 2009-04-26 | 1 | -2/+1 |
* | pull operands names "[foo]" into ConstraintInfo. | Chris Lattner | 2009-04-26 | 1 | -13/+7 |
* | pull the constraint string into the ConstraintInfo struct | Chris Lattner | 2009-04-26 | 1 | -4/+5 |
* | change TargetInfo::ConstraintInfo to be a struct that contains | Chris Lattner | 2009-04-26 | 1 | -23/+17 |
* | Add target property for whether thread-local storage is supported. | Eli Friedman | 2009-04-19 | 1 | -0/+1 |
* | TargetInfo::validateAsmConstraint now takes a reference to the full constrain... | Anders Carlsson | 2009-02-28 | 1 | -2/+2 |
* | Give TargetInfo a new IntPtrType to hold the intptr_t type for | Chris Lattner | 2009-02-13 | 1 | -0/+1 |
* | simplify and refactor a bunch of type definition code in Preprocessor | Chris Lattner | 2009-02-06 | 1 | -0/+16 |
* | If an input constraint refers to an output constraint, it should have the sam... | Anders Carlsson | 2009-01-27 | 1 | -0/+5 |
* | Handle the 'X' constraint. Fixes <rdar://problem/6504897>. | Anders Carlsson | 2009-01-18 | 1 | -0/+2 |
* | Add sema support for symbolic names in inline asm statements. | Anders Carlsson | 2009-01-18 | 1 | -1/+39 |
* | Allow targets to override IntMaxTWidth | Nate Begeman | 2009-01-17 | 1 | -0/+1 |
* | Change TargetInfo::validateInputConstraint to take begin/end name iterators i... | Anders Carlsson | 2009-01-17 | 1 | -2/+4 |
* | Make sure to initialize the ConstraintInfo to 0 | Anders Carlsson | 2009-01-12 | 1 | -0/+4 |
* | More fallout from r58501: primary fix is some more corrections to make | Eli Friedman | 2008-11-02 | 1 | -2/+2 |
* | Fix a bug that was introduced in 58501. Ideally I think we should force all t... | Anders Carlsson | 2008-10-31 | 1 | -1/+1 |
* | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta | 2008-10-31 | 1 | -0/+5 |
* | Implement PR2773, support for __USER_LABEL_PREFIX__ | Chris Lattner | 2008-10-05 | 1 | -0/+1 |
* | Stop asserting in TargetInfo::validateInputConstraint | Daniel Dunbar | 2008-08-25 | 1 | -4/+4 |
* | First cut at OS detection, taking advantage of the new generic targets. | Eli Friedman | 2008-08-21 | 1 | -2/+2 |
* | Allow targets to override description string. | Sanjiv Gupta | 2008-08-18 | 1 | -0/+2 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -2/+0 |
* | Some small changes to make the target info a bit more accurate. | Eli Friedman | 2008-05-20 | 1 | -2/+8 |
* | parameterize pointer size/align better without doing virtual method calls in ... | Chris Lattner | 2008-05-09 | 1 | -0/+1 |
* | parameterize long long. | Chris Lattner | 2008-05-09 | 1 | -1/+2 |
* | correctly parameterize long, patch by Nate. | Chris Lattner | 2008-05-09 | 1 | -0/+1 |
* | Add basic support for the pic-* target triples and add support for | Chris Lattner | 2008-05-08 | 1 | -0/+1 |
* | Have ValidateOutputConstraint return false instead of firing an assertion | Ted Kremenek | 2008-04-24 | 1 | -2/+2 |
* | Tabs -> spaces | Nate Begeman | 2008-04-18 | 1 | -2/+2 |