Fix case for include of Compiler.h.
[oota-llvm.git] / include / llvm / InlineAsm.h
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-05 Chad RosierCleanup a few magic numbers.
2012-09-05 Chad Rosier[ms-inline asm] We only need one bit to represent the...
2012-09-05 Chad Rosier[ms-inline asm] Propagate the asm dialect into the...
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-04 Chad Rosier[ms-inline asm] Add the inline assembly dialect, AsmDia...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2011-10-12 Jakob Stoklund OlesenEncode register class constreaints in inline asm instru...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Chris Lattnerdeconstify getType()'s.
2011-06-27 Jakob Stoklund OlesenDistinguish early clobber output operands from clobbere...
2011-06-22 Jay FoadExtend ConstantUniqueMap with a new template parameter...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2010-10-29 John ThompsonMult-alt constraint incremental development step 3.
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-04-07 Chris LattnerThree changes:
2010-03-21 Jeffrey YasskinMemoize InlineAsms into the LLVMContext and delete...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-03-23 Evan ChengModel inline asm constraint which ties an input to...
2009-03-20 Evan ChengFor inline asm output operand that matches an input...
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-12-18 Chris Lattnerremove a dead annotation
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-04-28 Chris Lattnerrepresent indirect operands explicitly in inline asm...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-07-26 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Chris LattnerAdd a virtual dtor to the InlineAsm class so that the...
2006-02-23 Chris Lattneradd a new flag
2006-02-07 Chris Lattnerfix an error compiling with -pedantic
2006-02-02 Chris Lattneradd an instance var and argument.
2006-02-01 Chris LattnerBeef up the interface to inline asm constraint parsing...
2006-01-26 Chris Lattneradd methods for constraint parsing
2006-01-25 Chris Lattneradd another method
2006-01-25 Chris Lattneradd some useful accessors :)
2006-01-25 Chris LattnerChange inline asms to be uniqued like constants, not...
2006-01-24 Jeff CohenBe consistent in using class/struct to keep Visual...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class