summaryrefslogtreecommitdiff
path: root/include/llvm/InlineAsm.h
Commit message (Expand)AuthorAge
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-18
* remove a dead annotationChris Lattner2007-12-18
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* represent indirect operands explicitly in inline asm strings.Chris Lattner2007-04-28
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* For PR780:Reid Spencer2006-07-26
* For PR780:Reid Spencer2006-06-07
* Add a virtual dtor to the InlineAsm class so that the principle method ofChris Lattner2006-06-07
* 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