- Doh. Pass vector by value is bad.
[oota-llvm.git] / include / llvm / CodeGen / CallingConvLower.h
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-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-02 Anton KorobeynikovAdd new CC lowering rule: provide a list of registers...
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.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
2007-06-25 Dan GohmanGeneralize MVT::ValueType and associated functions...
2007-06-19 Chris Lattneradd isvararg tracking 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