summaryrefslogtreecommitdiff
path: root/lib/VMCore/InlineAsm.cpp
Commit message (Expand)AuthorAge
* represent indirect operands explicitly in inline asm strings.Chris Lattner2007-04-28
* For PR780:Reid Spencer2006-06-07
* Add a virtual dtor to the InlineAsm class so that the principle method ofChris Lattner2006-06-07
* Parse the %*# constraint modifiersChris Lattner2006-02-23
* validate matching constraints and remember when we see them.Chris Lattner2006-02-02
* Fix VC++ compilation error.Jeff Cohen2006-02-01
* Beef up the interface to inline asm constraint parsing, making it more genera...Chris Lattner2006-02-01
* add method for constraint parsingChris Lattner2006-01-26
* parse and verify the constraint string.Chris Lattner2006-01-26
* Print InlineAsm objectsChris Lattner2006-01-25
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-25
* Initial checkin of the InlineAsm classChris Lattner2006-01-24