aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcISelLowering.cpp
AgeCommit message (Expand)Author
2012-03-11Convert more static tables of registers used by calling convention to uint16_...Craig Topper
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-01-07Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer
2011-12-13Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper
2011-07-27Code generation for 'fence' instruction.Eli Friedman
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-08Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich
2011-06-29Remove getRegClassForInlineAsmConstraint from sparc.Eric Christopher
2011-06-08Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher
2011-05-06Make the logic for determining function alignment more explicit. No function...Eli Friedman
2011-05-03Remove unused variables caught by GCC's -Wunused-but-set-variable.Benjamin Kramer
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-02-21Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel
2011-02-21Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju
2011-02-16Swap VT and DebugLoc operands of getExtLoad() for consistency withStuart Hastings
2011-01-31Keep track of incoming argument's location while emitting LiveIns.Devang Patel
2011-01-22Pass sret arguments through the stack instead of through registers in Sparc b...Venkatraman Govindaraju
2011-01-21Sparc backend: Venkatraman Govindaraju
2011-01-21Implement support for byval arguments in Sparc backend.Venkatraman Govindaraju
2011-01-18SPARC backend: Modified LowerCall and LowerFormalArguments so that they use C...Venkatraman Govindaraju
2011-01-12Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju
2011-01-12Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju
2010-12-29SPARC backend fix: correctly passing arguments through stackVenkatraman Govindaraju
2010-12-28Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx...Venkatraman Govindaraju
2010-12-21rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner
2010-11-23Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck
2010-11-03Inside the calling convention logic LocVT is always a simpleDuncan Sands
2010-09-21update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner
2010-09-21propagate MachinePointerInfo through various uses of the oldChris Lattner
2010-09-21convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner
2010-07-07Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng
2010-07-07Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman
2010-07-06Propagate debug loc.Devang Patel
2010-07-06Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman
2010-07-06Revert r107655.Dan Gohman
2010-07-06Fix a bunch of custom-inserter functions to handle the case whereDan Gohman
2010-07-03Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng
2010-06-18Eliminate unnecessary uses of getZExtValue().Dan Gohman
2010-05-01Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-04-17Move per-function state out of TargetLowering subclasses and intoDan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2010-02-15Remove an assumption of default arguments. This is in anticipation of aDavid Greene
2010-02-02Revert 95130.Evan Cheng
2010-02-02Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng
2010-01-27Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng