Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / lib / VMCore / InlineAsm.cpp
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-05-22 Chris LattnerFix PR2267, by allowing indirect outputs to be intermixed
2008-04-27 Chris LattnerAllow asms to return multiple results by value.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Chris Lattnerremove a dead annotation
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-04-28 Chris Lattnerrepresent indirect operands explicitly in inline asm...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Chris LattnerAdd a virtual dtor to the InlineAsm class so that the...
2006-02-23 Chris LattnerParse the %*# constraint modifiers
2006-02-02 Chris Lattnervalidate matching constraints and remember when we...
2006-02-01 Jeff CohenFix VC++ compilation error.
2006-02-01 Chris LattnerBeef up the interface to inline asm constraint parsing...
2006-01-26 Chris Lattneradd method for constraint parsing
2006-01-26 Chris Lattnerparse and verify the constraint string.
2006-01-25 Chris LattnerPrint InlineAsm objects
2006-01-25 Chris LattnerChange inline asms to be uniqued like constants, not...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class