summaryrefslogtreecommitdiffstats
path: root/include/llvm/InlineAsm.h
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-309/+0
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-301-0/+2
* Remove unnecessary classof()'sSean Silva2012-10-111-1/+0
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Cleanup a few magic numbers.Chad Rosier2012-09-051-1/+1
* [ms-inline asm] We only need one bit to represent the AsmDialect in theChad Rosier2012-09-051-2/+1
* [ms-inline asm] Propagate the asm dialect into the MachineInstr representation.Chad Rosier2012-09-051-2/+4
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-051-5/+12
* [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier2012-09-041-4/+7
* Prune some includes and forward declarations.Craig Topper2012-03-261-0/+1
* Encode register class constreaints in inline asm instructions.Jakob Stoklund Olesen2011-10-121-0/+29
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* deconstify getType()'s.Chris Lattner2011-07-151-3/+3
* Distinguish early clobber output operands from clobbered registers.Jakob Stoklund Olesen2011-06-271-8/+18
* Extend ConstantUniqueMap with a new template parameter ValRefType,Jay Foad2011-06-221-3/+4
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-071-1/+8
* Mult-alt constraint incremental development step 3.John Thompson2010-10-291-4/+4
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-10/+13
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-131-0/+33
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-021-1/+2
* Three changes:Chris Lattner2010-04-071-2/+45
* 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
* represent indirect operands explicitly in inline asm strings.Chris Lattner2007-04-281-5/+7
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-1/+1
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* 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