index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
InlineAsm.cpp
Age
Commit message (
Expand
)
Author
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-10-21
Rename msasm to alignstack per review.
Dale Johannesen
2009-10-13
Add an "msasm" flag to inline asm as suggested in PR 5125.
Dale Johannesen
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-25
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2008-10-17
Keep track of *which* input constraint matches an output
Chris Lattner
2008-05-22
Fix PR2267, by allowing indirect outputs to be intermixed
Chris Lattner
2008-04-27
Allow asms to return multiple results by value.
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-18
remove a dead annotation
Chris Lattner
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-10
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-09
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-04-28
represent indirect operands explicitly in inline asm strings.
Chris Lattner
2006-06-07
For PR780:
Reid Spencer
2006-06-07
Add a virtual dtor to the InlineAsm class so that the principle method of
Chris Lattner
2006-02-23
Parse the %*# constraint modifiers
Chris Lattner
2006-02-02
validate matching constraints and remember when we see them.
Chris Lattner
2006-02-01
Fix VC++ compilation error.
Jeff Cohen
2006-02-01
Beef up the interface to inline asm constraint parsing, making it more genera...
Chris Lattner
2006-01-26
add method for constraint parsing
Chris Lattner
2006-01-26
parse and verify the constraint string.
Chris Lattner
2006-01-25
Print InlineAsm objects
Chris Lattner
2006-01-25
Change inline asms to be uniqued like constants, not embedded in a Module.
Chris Lattner
2006-01-24
Initial checkin of the InlineAsm class
Chris Lattner