| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ignore plus operands when looking up the operand number from a named ↵ | Anders Carlsson | 2009-04-03 | 1 | -1/+7 |
| | | | | | | | operand. This matches llvm-gcc and fixes PR3908. llvm-svn: 68371 | ||||
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
| * | Fix PR3682 by just disabling a broken assertion. This check should be | Chris Lattner | 2009-03-10 | 1 | -1/+7 |
| | | | | | | | | | done in sema, and is reflected by the existing PR3258. In the meantime, fix PR3682 by disabling a bogus assertion (which doesn't account for + operands). llvm-svn: 66533 | ||||
| * | reduce duplication of parsing code between %0 and %x0 and | Chris Lattner | 2009-03-10 | 1 | -1/+6 |
| | | | | | | | add support for modifiers on named references, like %c[foo]. llvm-svn: 66532 | ||||
| * | move matching of named operands into AsmStmt class. At the same | Chris Lattner | 2009-03-10 | 1 | -13/+12 |
| | | | | | | | | time handle + operands in operand counting, fixing asm.c:t7 to expand into $2 instead of $1. llvm-svn: 66531 | ||||
| * | Match gcc and always perform array/function conversion for asm input exprs. ↵ | Anders Carlsson | 2009-02-22 | 1 | -0/+6 |
| | | | | | | | Fixes PR3641. llvm-svn: 65256 | ||||
| * | If an input constraint refers to an output constraint, it should have the ↵ | Anders Carlsson | 2009-01-27 | 1 | -4/+5 |
| | | | | | | | same constraint info as the output constraint. Fixes PR3417 llvm-svn: 63127 | ||||
| * | Handle multi-value inputs | Anders Carlsson | 2009-01-12 | 1 | -0/+7 |
| | | | | | llvm-svn: 62069 | ||||
| * | More inline asm fixes | Anders Carlsson | 2009-01-11 | 1 | -3/+19 |
| | | | | | llvm-svn: 62049 | ||||
| * | Handle readwrite constraints correctly | Anders Carlsson | 2009-01-11 | 1 | -0/+5 |
| llvm-svn: 62043 | |||||

