Generate correct Sparc32 ABI compliant code for functions that return a struct.
[oota-llvm.git] / lib / Target / Sparc / SparcISelLowering.h
2011-02-21 Venkatraman Govind... Generate correct Sparc32 ABI compliant code for functio...
2011-01-21 Venkatraman Govind... Sparc backend:
2011-01-12 Venkatraman Govind... Implement RETURNADDR and FRAMEADDR lowering in SPARC...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
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-07-19 Eli FriedmanDon't override LowerArguments in the SPARC backend...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-10 Anton KorobeynikovAdd rudimentary support for 'r' register operand
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-06-30 Dan GohmanReplace some std::vectors that showed up in heap profil...
2008-03-17 Chris LattnerSwitch sparc from using LowerCallTo to using LowerOpera...
2008-03-17 Chris Lattnersplit sparc lowering out into SparcISelLowering.{cpp...