Split the SDValue out of OutputArg so that SelectionDAG-independent
[oota-llvm.git] / include / llvm / CodeGen / CallingConvLower.h
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-07 Dan GohmanMove ArgFlagsTy, OutputArg, and InputArg out of Selecti...
2010-07-07 Dan GohmanMove CallingConvLower.cpp out of the SelectionDAG direc...
2010-07-06 Dan GohmanAdd versions of OutputArgReg, AnalyzeReturn, and Analyz...
2010-07-06 Dan GohmanAdd a new CCValAssign LocInfo value, and a comment...
2009-11-07 Kenneth UildriksAdd code to check at SelectionDAGISel::LowerArguments...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-04-17 Bob WilsonClean up formatting, remove trailing whitespace, fix...
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
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