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
/
Transforms
/
IPO
/
ArgumentPromotion.cpp
Age
Commit message (
Expand
)
Author
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2005-05-09
Preserve calling conventions when doing IPO
Chris Lattner
2005-05-06
preserve the tail marker
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-01-08
Fix VS warnings.
Chris Lattner
2004-11-13
Remove debugging code
Chris Lattner
2004-11-13
Argument promotion transforms functions to unconditionally load their
Chris Lattner
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-19
Add comment
Chris Lattner
2004-09-18
Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates
Chris Lattner
2004-09-17
Fix typo in comment
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-06-21
Make order of argument addition deterministic. In particular, the layout
Chris Lattner
2004-05-23
Fairly substantial changes to update the alias analysis we are querying as
Chris Lattner
2004-03-08
Implement ArgumentPromotion/aggregate-promote.ll
Chris Lattner
2004-03-07
Implement: ArgumentPromotion/chained.ll
Chris Lattner
2004-03-07
Fix another minor bug, exposed by perlbmk
Chris Lattner
2004-03-07
Fix a minor bug and turn debug output into, well, debug output.
Chris Lattner
2004-03-07
New LLVM pass: argument promotion. This version only handles simple scalar
Chris Lattner