summaryrefslogtreecommitdiff
path: root/lib/VMCore/InlineAsm.cpp
Commit message (Expand)AuthorAge
* [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
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* deconstify getType()'s.Chris Lattner2011-07-15
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Another possible bug. Stopgap until we can autogenerate tables andEric Christopher2011-06-03
* Fix an off by one error.Eric Christopher2011-06-03
* Add a new parse hint for multi-letter constraints in inline asm.Eric Christopher2011-06-02
* Apply patch for use-after-free in InlineAsm constant handling,Dale Johannesen2010-11-02
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Silence some constructor ordering warnings.Eric Christopher2010-09-13
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-13
* Reduce string trashing.Benjamin Kramer2010-07-25
* Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin2010-03-21
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* 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
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Keep track of *which* input constraint matches an outputChris Lattner2008-10-17
* Fix PR2267, by allowing indirect outputs to be intermixedChris Lattner2008-05-22
* Allow asms to return multiple results by value.Chris Lattner2008-04-27
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* remove a dead annotationChris Lattner2007-12-18
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* 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
* For PR780:Reid Spencer2006-06-07
* Add a virtual dtor to the InlineAsm class so that the principle method ofChris Lattner2006-06-07
* Parse the %*# constraint modifiersChris Lattner2006-02-23
* validate matching constraints and remember when we see them.Chris Lattner2006-02-02
* Fix VC++ compilation error.Jeff Cohen2006-02-01
* Beef up the interface to inline asm constraint parsing, making it more genera...Chris Lattner2006-02-01
* add method for constraint parsingChris Lattner2006-01-26
* parse and verify the constraint string.Chris Lattner2006-01-26
* Print InlineAsm objectsChris Lattner2006-01-25
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-25
* Initial checkin of the InlineAsm classChris Lattner2006-01-24