aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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