Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Fix PR3682 by just disabling a broken assertion. This check should be | Chris Lattner | 2009-03-10 | 1 | -1/+7 |
* | reduce duplication of parsing code between %0 and %x0 and | Chris Lattner | 2009-03-10 | 1 | -1/+6 |
* | move matching of named operands into AsmStmt class. At the same | Chris Lattner | 2009-03-10 | 1 | -13/+12 |
* | Match gcc and always perform array/function conversion for asm input exprs. F... | Anders Carlsson | 2009-02-22 | 1 | -0/+6 |
* | If an input constraint refers to an output constraint, it should have the sam... | Anders Carlsson | 2009-01-27 | 1 | -4/+5 |
* | Handle multi-value inputs | Anders Carlsson | 2009-01-12 | 1 | -0/+7 |
* | More inline asm fixes | Anders Carlsson | 2009-01-11 | 1 | -3/+19 |
* | Handle readwrite constraints correctly | Anders Carlsson | 2009-01-11 | 1 | -0/+5 |