summaryrefslogtreecommitdiff
path: root/include/llvm/InlineAsm.h
Commit message (Expand)AuthorAge
* add a new flagChris Lattner2006-02-23
* fix an error compiling with -pedanticChris Lattner2006-02-07
* add an instance var and argument.Chris Lattner2006-02-02
* Beef up the interface to inline asm constraint parsing, making it moreChris Lattner2006-02-01
* add methods for constraint parsingChris Lattner2006-01-26
* add another methodChris Lattner2006-01-25
* add some useful accessors :)Chris Lattner2006-01-25
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-25
* Be consistent in using class/struct to keep Visual Studio happy.Jeff Cohen2006-01-24
* Initial checkin of the InlineAsm classChris Lattner2006-01-24