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
/
utils
/
TableGen
/
CallingConvEmitter.cpp
Age
Commit message (
Expand
)
Author
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
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-01-15
Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...
Evan Cheng
2008-01-15
Revert my last commit. Not needed.
Evan Cheng
2008-01-12
ByVal arguments are passed on stack. Make sure to allocate a slot using size ...
Evan Cheng
2007-12-29
remove attributions from utils.
Chris Lattner
2007-11-14
Eliminate the recently introduced CCAssignToStackABISizeAlign
Duncan Sands
2007-11-10
Add CCAssignToStackABISizeAlign for convenience in
Dale Johannesen
2007-08-10
propagate struct size and alignment of byval arguments to the DAG
Rafael Espindola
2007-07-06
Add the byval attribute
Rafael Espindola
2007-03-07
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-03-06
Use new SDIselParamAttr enumeration. This removes "magick" constants
Anton Korobeynikov
2007-02-28
rename some CCActions
Chris Lattner
2007-02-28
implement CCPromoteToType
Chris Lattner
2007-02-27
reapply
Chris Lattner
2007-02-27
*** empty log message ***
Chris Lattner