1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. e395598 remove a dead annotation by Chris Lattner · 17 years ago
  3. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  4. afba8fe Reverting dtor devirtualization patch. by Gordon Henriksen · 17 years ago
  5. ed455c8 Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! by Gordon Henriksen · 17 years ago
  6. 73d0d0d represent indirect operands explicitly in inline asm strings. by Chris Lattner · 17 years ago
  7. af303d5 For PR780: by Reid Spencer · 18 years ago
  8. 3bdac51 Add a virtual dtor to the InlineAsm class so that the principle method of by Chris Lattner · 18 years ago
  9. fe3db46 Parse the %*# constraint modifiers by Chris Lattner · 18 years ago
  10. 2f0eec6 validate matching constraints and remember when we see them. by Chris Lattner · 19 years ago
  11. 09f0bd3 Fix VC++ compilation error. by Jeff Cohen · 19 years ago
  12. a55079a Beef up the interface to inline asm constraint parsing, making it more general, useful, and easier to use. by Chris Lattner · 19 years ago
  13. f0b415f add method for constraint parsing by Chris Lattner · 19 years ago
  14. 3b91778 parse and verify the constraint string. by Chris Lattner · 19 years ago
  15. 80cd115 Print InlineAsm objects by Chris Lattner · 19 years ago
  16. 863517a Change inline asms to be uniqued like constants, not embedded in a Module. by Chris Lattner · 19 years ago
  17. cc041ba Initial checkin of the InlineAsm class by Chris Lattner · 19 years ago