aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-9/+9
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-9/+10
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-2/+3
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+5
* Remove non-DebugLoc versions of buildMI from Sparc.Dale Johannesen2009-02-131-2/+3
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-071-1/+1
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-1/+1
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-4/+6
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-061-3/+3
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-6/+10
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-051-6/+8
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-8/+11
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-23/+29
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-041-22/+22
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-1/+2
* Don't make use of an illegal type (i64) whenDuncan Sands2008-12-121-5/+31
* There are no longer any places that require aDuncan Sands2008-12-011-2/+2
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-181-0/+6
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-2/+2
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-111-4/+3
* Use expand for smul_lohi for nowAnton Korobeynikov2008-10-101-0/+1
* Add rudimentary support for 'r' register operandAnton Korobeynikov2008-10-101-0/+52
* CleanupAnton Korobeynikov2008-10-101-83/+82
* Make log, log2, log10, exp, exp2 use Expand byDale Johannesen2008-09-221-10/+0
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-3/+3
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-3/+3
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-131-11/+12
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-6/+7
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-041-0/+10
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-8/+8
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-84/+84
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-7/+7
* Add a new getMergeValues method that does not needDuncan Sands2008-07-021-3/+3
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-2/+4
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-301-2/+2
* Replace some std::vectors that showed up in heap profiling withDan Gohman2008-06-301-5/+3
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-301-8/+4
* Use MachineBasicBlock::transferSuccessors.Dan Gohman2008-06-211-8/+3
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-12/+12
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-3/+0
* Check in some #ifdef'd out code switching call argument Chris Lattner2008-03-171-42/+103
* remove dead codeChris Lattner2008-03-171-32/+0
* Switch sparc from using LowerCallTo to using LowerOperation(CALL) like Chris Lattner2008-03-171-66/+47
* Start moving sparc to use SparcCallingConv.td, switching overChris Lattner2008-03-171-266/+265
* split sparc lowering out into SparcISelLowering.{cpp|h} to followChris Lattner2008-03-171-0/+948