add expand support for bit_convert result, even allowing custom expansion.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / CallingConvLower.cpp
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