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
/
CodeGen
/
CallingConvLower.cpp
Age
Commit message (
Expand
)
Author
2011-03-04
Improve readability with some whitespace!
Eric Christopher
2011-02-28
Support for byval parameters on ARM. Will be enabled by a forthcoming
Stuart Hastings
2010-12-14
Simplify CCState's use of register aliases.
Jakob Stoklund Olesen
2010-11-04
In the calling convention logic, ValVT is always a legal type,
Duncan Sands
2010-11-03
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-07-10
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-09
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
Dan Gohman
2010-07-08
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-07
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
Move CallingConvLower.cpp out of the SelectionDAG directory.
Dan Gohman