aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InlineAsm.h
Commit message (Expand)AuthorAgeFilesLines
* Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin2010-03-211-3/+16
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Pass StringRef by value.Daniel Dunbar2009-11-061-7/+7
* Rename msasm to alignstack per review.Dale Johannesen2009-10-211-4/+4
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-131-2/+6
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-7/+7
* 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