aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InlineAsm.h
Commit message (Expand)AuthorAgeFilesLines
* Model inline asm constraint which ties an input to an output register as mach...Evan Cheng2009-03-231-8/+7
* For inline asm output operand that matches an input. Encode the input operand...Evan Cheng2009-03-201-0/+18
* Keep track of *which* input constraint matches an outputChris Lattner2008-10-171-3/+9
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-5/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-181-1/+0
* remove a dead annotationChris Lattner2007-12-181-3/+0
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-5/+2
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-2/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+138