Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / VMCore / InlineAsm.cpp
2013-01-02 Chandler CarruthRename VMCore directory to IR.
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...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Chris Lattnerdeconstify getType()'s.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-03 Eric ChristopherAnother possible bug. Stopgap until we can autogenerate...
2011-06-03 Eric ChristopherFix an off by one error.
2011-06-02 Eric ChristopherAdd a new parse hint for multi-letter constraints in...
2010-11-02 Dale JohannesenApply patch for use-after-free in InlineAsm constant...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-09-13 Eric ChristopherSilence some constructor ordering warnings.
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-07-25 Benjamin KramerReduce string trashing.
2010-03-21 Jeffrey YasskinMemoize InlineAsms into the LLVMContext and delete...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
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-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-05-22 Chris LattnerFix PR2267, by allowing indirect outputs to be intermixed
2008-04-27 Chris LattnerAllow asms to return multiple results by value.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Chris Lattnerremove a dead annotation
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
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...
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 LattnerParse the %*# constraint modifiers
2006-02-02 Chris Lattnervalidate matching constraints and remember when we...
2006-02-01 Jeff CohenFix VC++ compilation error.
2006-02-01 Chris LattnerBeef up the interface to inline asm constraint parsing...
2006-01-26 Chris Lattneradd method for constraint parsing
2006-01-26 Chris Lattnerparse and verify the constraint string.
2006-01-25 Chris LattnerPrint InlineAsm objects
2006-01-25 Chris LattnerChange inline asms to be uniqued like constants, not...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class