aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU
Commit message (Expand)AuthorAgeFilesLines
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-071-2/+2
* Needs this file too.Dale Johannesen2009-02-071-1/+1
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-3/+3
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-37/+49
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-064-12/+11
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-063-131/+150
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-35/+41
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-042-43/+54
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-041-23/+25
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-1/+2
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-2/+2
* CellSPU:Scott Michel2009-01-266-70/+75
* Untabify code.pingbak2009-01-266-49/+49
* CellSPU:pingbak2009-01-266-231/+468
* fix warning in release-asserts mode and spelling of assert.Chris Lattner2009-01-211-3/+2
* CellSPU:Scott Michel2009-01-218-130/+313
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-202-7/+9
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-153-11/+14
* Add the private linkage.Rafael Espindola2009-01-151-3/+4
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* - Convert remaining i64 custom lowering into custom instruction emissionScott Michel2009-01-157-185/+333
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-092-2/+2
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-7/+9
* Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman2009-01-071-1/+1
* CellSPU:Scott Michel2009-01-067-61/+38
* CellSPU: Update the READMEScott Michel2009-01-061-7/+18
* CellSPU:Scott Michel2009-01-066-57/+213
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* CellSPU:Scott Michel2009-01-051-1/+111
* CellSPU:Scott Michel2009-01-053-35/+82
* CellSPU:Scott Michel2009-01-033-109/+122
* - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes findingScott Michel2009-01-021-38/+50
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-012-4/+4
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-3010-614/+608
* Fixed spelling, removed trailing whitespace.Misha Brukman2008-12-291-2/+2
* - Various '#if 0' cleanups.Scott Michel2008-12-293-156/+174
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-2712-628/+1148
* CellSPU:Scott Michel2008-12-109-84/+286
* CellSPU:Scott Michel2008-12-091-2/+5
* CellSPU: Fix bug 3055Scott Michel2008-12-043-23/+59
* Missing closing brace and reverse conditional condition on NDEBUGScott Michel2008-12-041-5/+5
* This code is apparently quite confused. In the meantime,Chris Lattner2008-12-041-1/+2
* CellSPU:Scott Michel2008-12-045-133/+56
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-032-12/+12
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-1/+1
* CellSPU:Scott Michel2008-12-023-45/+179
* CellSPU:Scott Michel2008-12-013-92/+80
* There are no longer any places that require aDuncan Sands2008-12-011-2/+2
* Change the interface to the type legalization methodDuncan Sands2008-12-012-5/+7