summaryrefslogtreecommitdiff
path: root/include/llvm/InlineAsm.h
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-30
* Remove unnecessary classof()'sSean Silva2012-10-11
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Cleanup a few magic numbers.Chad Rosier2012-09-05
* [ms-inline asm] We only need one bit to represent the AsmDialect in theChad Rosier2012-09-05
* [ms-inline asm] Propagate the asm dialect into the MachineInstr representation.Chad Rosier2012-09-05
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-05
* [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier2012-09-04
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Encode register class constreaints in inline asm instructions.Jakob Stoklund Olesen2011-10-12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* deconstify getType()'s.Chris Lattner2011-07-15
* Distinguish early clobber output operands from clobbered registers.Jakob Stoklund Olesen2011-06-27
* Extend ConstantUniqueMap with a new template parameter ValRefType,Jay Foad2011-06-22
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-07
* Mult-alt constraint incremental development step 3.John Thompson2010-10-29
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-13
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-02
* Three changes:Chris Lattner2010-04-07
* Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin2010-03-21
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Rename msasm to alignstack per review.Dale Johannesen2009-10-21
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-13
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Model inline asm constraint which ties an input to an output register as mach...Evan Cheng2009-03-23
* For inline asm output operand that matches an input. Encode the input operand...Evan Cheng2009-03-20
* Keep track of *which* input constraint matches an outputChris Lattner2008-10-17
* 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