aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InlineAsm.h
Commit message (Expand)AuthorAgeFilesLines
* For PR780:Reid Spencer2006-07-261-1/+1
* For PR780:Reid Spencer2006-06-071-1/+5
* Add a virtual dtor to the InlineAsm class so that the principle method ofChris Lattner2006-06-071-0/+1
* add a new flagChris Lattner2006-02-231-0/+4
* fix an error compiling with -pedanticChris Lattner2006-02-071-1/+1
* add an instance var and argument.Chris Lattner2006-02-021-1/+6
* Beef up the interface to inline asm constraint parsing, making it moreChris Lattner2006-02-011-3/+27
* add methods for constraint parsingChris Lattner2006-01-261-0/+19
* add another methodChris Lattner2006-01-251-0/+7
* add some useful accessors :)Chris Lattner2006-01-251-0/+3
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-251-33/+12
* Be consistent in using class/struct to keep Visual Studio happy.Jeff Cohen2006-01-241-1/+1
* Initial checkin of the InlineAsm classChris Lattner2006-01-241-0/+89