Age | Commit message (Expand) | Author |
2011-01-06 | PowerPC fixes. | Roman Divacky |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-19 | Add missing standard includes. Patch by Joerg Sonnenberger! | Nick Lewycky |
2010-11-03 | When setting a tied check if it's already tied. If it's tied to another const... | Anders Carlsson |
2010-11-03 | A number in an input constraint can't point to a read-write ('+') constraint.... | Anders Carlsson |
2010-10-18 | Fix Whitespace. | Michael J. Spencer |
2010-09-21 | Fixed pr20314-2.c failure, added E, F, p constraint letters. | John Thompson |
2010-09-18 | Added '|' delimiter to separate inline asm multiple alternative constraints f... | John Thompson |
2010-09-07 | Allow 'o' and 'V' as constraints for output asm operands. | Dale Johannesen |
2010-08-21 | The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that | John McCall |
2010-08-11 | Fix oversight with symbolic names in TargetInfo::validateInputConstraint. | Eli Friedman |
2010-08-11 | Fix for pr7869, inline asm mult-alt constraints. | John Thompson |
2010-08-10 | Slightly revised handling of mult-alt constraints, to avoid an assert, until ... | John Thompson |
2010-07-14 | CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing | Daniel Dunbar |
2010-07-09 | Hack for dealing with commas until we support multiple alternative constraint... | John Thompson |
2010-06-04 | Correctly align large arrays in x86-64. This fixes PR5599. | Rafael Espindola |
2010-05-27 | Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. | Daniel Dunbar |
2010-04-23 | david conrad points out that {|} in inline assembly on arm are not asm | Chris Lattner |
2010-04-15 | clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. | Daniel Dunbar |
2010-04-15 | Tweak spelling (Bitfield -> BitField) | Daniel Dunbar |
2010-04-15 | Add TargetInfo::useBitfieldTypeAlignment(). | Daniel Dunbar |
2010-01-30 | Yay for more StringRefs. | Anders Carlsson |
2009-12-16 | fix PR5689: add support for 'o' and 'V' asm input operands | Nuno Lopes |
2009-11-21 | Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke... | Edward O'Callaghan |
2009-11-12 | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner |
2009-11-07 | teach the various targets what native integer types they have. | Chris Lattner |
2009-11-05 | Eliminate tabls | John Thompson |
2009-11-05 | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner |
2009-11-05 | Adding -fshort-wchar option. | John Thompson |
2009-10-25 | rename getTypeSigned() -> isTypeSigned() per daniel's review. | Chris Lattner |
2009-10-21 | add helpful methods to TargetInfo for querying builtin integer type properties, | Chris Lattner |
2009-10-21 | hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). | Chris Lattner |
2009-10-13 | fix PR4938 by recognizing % as a modifier on outputs, | Chris Lattner |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-07-01 | Fix for PR4192: fix the definition of int64_t on x86_64 Linux. | Eli Friedman |
2009-06-05 | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman |
2009-05-06 | Fix rdar://6860124 - invalid input constraint 'J' in asm | Chris Lattner |
2009-04-26 | in a tied operand, don't copy over the name or constraint string, just the fl... | Chris Lattner |
2009-04-26 | pull operands names "[foo]" into ConstraintInfo. | Chris Lattner |
2009-04-26 | pull the constraint string into the ConstraintInfo struct | Chris Lattner |
2009-04-26 | change TargetInfo::ConstraintInfo to be a struct that contains | Chris Lattner |
2009-04-19 | Add target property for whether thread-local storage is supported. | Eli Friedman |
2009-02-28 | TargetInfo::validateAsmConstraint now takes a reference to the full constrain... | Anders Carlsson |
2009-02-13 | Give TargetInfo a new IntPtrType to hold the intptr_t type for | Chris Lattner |
2009-02-06 | simplify and refactor a bunch of type definition code in Preprocessor | Chris Lattner |
2009-01-27 | If an input constraint refers to an output constraint, it should have the sam... | Anders Carlsson |
2009-01-18 | Handle the 'X' constraint. Fixes <rdar://problem/6504897>. | Anders Carlsson |
2009-01-18 | Add sema support for symbolic names in inline asm statements. | Anders Carlsson |
2009-01-17 | Allow targets to override IntMaxTWidth | Nate Begeman |