Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / CallingConvLower.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-01 Michael LiaoFix PR13899
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2011-06-10 Cameron ZwarichProvide an ARMCCState subclass of CCState so that ARM...
2011-06-10 Cameron ZwarichRename the ParmContext enum values to make a bit more...
2011-06-10 Cameron ZwarichRemove tabs.
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-10-31 Duncan SandsExplain the return value of CCAssignFn.
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Dan GohmanAdd X86FastISel support for return statements. This...
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