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
/
include
/
llvm
/
CodeGen
/
CallingConvLower.h
Age
Commit message (
Expand
)
Author
2008-09-13
Define CallSDNode, an SDNode subclass for use with ISD::CALL.
Dan Gohman
2008-09-07
- Doh. Pass vector by value is bad.
Evan Cheng
2008-09-05
Add a variant of AnalyzeCallOperands that can be used by fast isel.
Evan Cheng
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-04-02
Add new CC lowering rule: provide a list of registers, which can be 'shadowed',
Anton Korobeynikov
2008-03-21
Introduce a new node for holding call argument
Duncan Sands
2008-03-10
Increase ISD::ParamFlags to 64 bits. Increase the ByValSize
Dale Johannesen
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-01-15
Oops. Forgot to commit this.
Evan Cheng
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-08-10
propagate struct size and alignment of byval arguments to the DAG
Rafael Espindola
2007-06-25
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-19
add isvararg tracking to CCState
Chris Lattner
2007-02-28
add methods for analysis of call results and return nodes.
Chris Lattner
2007-02-28
add methods to analyze calls and formals.
Chris Lattner
2007-02-27
Minor refactoring of CC Lowering interfaces
Chris Lattner
2007-02-27
move CC Lowering stuff to its own public interface
Chris Lattner