- Doh. Pass vector by value is bad.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / CallingConvLower.cpp
2008-09-07 Evan Cheng- Doh. Pass vector by value is bad.
2008-09-05 Evan ChengAdd a variant of AnalyzeCallOperands that can be used...
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-06-30 Dan GohmanCorrect the allocation size for CCState's UsedRegs...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-15 Evan ChengOops. Forgot to commit this.
2008-01-15 Evan ChengByVal stack slot alignment should be at least as large...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
2007-06-19 Chris Lattneradd isVarArg to CCState
2007-02-28 Chris Lattneradd methods for analysis of call results and return...
2007-02-28 Chris Lattneradd methods to analyze calls and formals.
2007-02-27 Chris LattnerMinor refactoring of CC Lowering interfaces
2007-02-27 Chris Lattnermove CC Lowering stuff to its own public interface