aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Remove tabs.Bill Wendling2012-07-191-4/+4
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-7/+12
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-4/+4
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-6/+3
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-3/+3
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-1/+1
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-1/+1
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-1/+1
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-071-1/+0
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-131-0/+2
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-15/+15
* Code generation for 'fence' instruction.Eli Friedman2011-07-271-1/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-081-0/+2
* Remove getRegClassForInlineAsmConstraint from sparc.Eric Christopher2011-06-291-21/+0
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-9/+9
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-5/+2
* Remove unused variables caught by GCC's -Wunused-but-set-variable.Benjamin Kramer2011-05-031-2/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-1/+1
* Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju2011-02-211-2/+39
* Swap VT and DebugLoc operands of getExtLoad() for consistency withStuart Hastings2011-02-161-1/+1
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-311-1/+1
* Pass sret arguments through the stack instead of through registers in Sparc b...Venkatraman Govindaraju2011-01-221-2/+64
* Sparc backend: Venkatraman Govindaraju2011-01-211-16/+16
* Implement support for byval arguments in Sparc backend.Venkatraman Govindaraju2011-01-211-1/+31
* SPARC backend: Modified LowerCall and LowerFormalArguments so that they use C...Venkatraman Govindaraju2011-01-181-269/+216
* Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju2011-01-121-3/+74
* Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju2011-01-121-5/+17
* SPARC backend fix: correctly passing arguments through stackVenkatraman Govindaraju2010-12-291-23/+51
* Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx...Venkatraman Govindaraju2010-12-281-2/+2
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-5/+5
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-231-19/+19
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-1/+1
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-7/+8
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-211-1/+1
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-14/+16
* Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng2010-07-071-1/+1
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-5/+7
* Propagate debug loc.Devang Patel2010-07-061-2/+2
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-14/+13
* Revert r107655.Dan Gohman2010-07-061-13/+14
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-14/+13
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-5/+5
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-3/+3
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-6/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-7/+8