1. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  2. d92e71c remove a dead annotation by Chris Lattner · 18 years ago
  3. edf0788 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 · 18 years ago
  4. 14a5569 Reverting dtor devirtualization patch. by Gordon Henriksen · 18 years ago
  5. 3e5be66 Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! by Gordon Henriksen · 18 years ago
  6. c48e2c3 represent indirect operands explicitly in inline asm strings. by Chris Lattner · 19 years ago
  7. 5113dc5 For PR780: by Reid Spencer · 19 years ago
  8. 5bd30fa Add a virtual dtor to the InlineAsm class so that the principle method of by Chris Lattner · 19 years ago
  9. de5a9f4 Parse the %*# constraint modifiers by Chris Lattner · 20 years ago
  10. 2f34a9e validate matching constraints and remember when we see them. by Chris Lattner · 20 years ago
  11. b24b66f Fix VC++ compilation error. by Jeff Cohen · 20 years ago
  12. 7ed3101 Beef up the interface to inline asm constraint parsing, making it more general, useful, and easier to use. by Chris Lattner · 20 years ago
  13. c981b8e add method for constraint parsing by Chris Lattner · 20 years ago
  14. 8547e3a parse and verify the constraint string. by Chris Lattner · 20 years ago
  15. a2d810d Print InlineAsm objects by Chris Lattner · 20 years ago
  16. 8bbcda2 Change inline asms to be uniqued like constants, not embedded in a Module. by Chris Lattner · 20 years ago
  17. eef2fe7 Initial checkin of the InlineAsm class by Chris Lattner · 20 years ago