Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / include / llvm / CodeGen / CallingConvLower.h
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-09-29 Jeroen KetemaArguments spilled on the stack before a function call...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-02-24 Tim NorthoverARM: treat [N x i32] and [N x i64] as AAPCS composite...
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2014-12-22 Reid KlecknerMake musttail more robust for vector types on x86
2014-11-27 Tim NorthoverStop using ArrayRef of a const type.
2014-11-27 Tim NorthoverAArch64: treat [N x Ty] as a block during procedure...
2014-11-01 Daniel SandersRenamed CCState members that appear to misspell 'Proces...
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-08-21 Duncan P. N. Exon... Revert "X86: Align the stack on word boundaries in...
2014-08-20 Duncan P. N. Exon... X86: Align the stack on word boundaries in LowerFormalA...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-05 Oliver StannardARM: Correctly align arguments after a byval struct...
2014-02-07 Oliver StannardLLVM-1163: AAPCS-VFP violation when CPRC allocated...
2014-01-14 Lang HamesAdd FPExt option to CCValAssign::LocInfo. When generati...
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-05-05 Stepan DyatkovskiyFor ARM backend, fixed "byval" attribute support.
2013-01-07 NAKAMURA TakumiCallingConvLower.h: Use bitfields like unsigned:1 inste...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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