aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU
AgeCommit message (Expand)Author
2009-02-14Merge 64124 frm mainline.Tanya Lattner
2009-01-30Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-26CellSPU:Scott Michel
2009-01-26Untabify code.Scott Michel
2009-01-26CellSPU:Scott Michel
2009-01-21fix warning in release-asserts mode and spelling of assert.Chris Lattner
2009-01-21CellSPU:Scott Michel
2009-01-20Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng
2009-01-15Generalize the HazardRecognizer interface so that it can be usedDan Gohman
2009-01-15Add the private linkage.Rafael Espindola
2009-01-15Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman
2009-01-15- Convert remaining i64 custom lowering into custom instruction emissionScott Michel
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2009-01-08Convert DwarfWriter into a pass.Devang Patel
2009-01-07Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman
2009-01-06CellSPU:Scott Michel
2009-01-06CellSPU: Update the READMEScott Michel
2009-01-06CellSPU:Scott Michel
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2009-01-05CellSPU:Scott Michel
2009-01-05CellSPU:Scott Michel
2009-01-03CellSPU:Scott Michel
2009-01-02- Make copyRegToReg use the "LR" assembler synonym for "OR". Makes findingScott Michel
2009-01-01Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands
2008-12-30- Start moving target-dependent nodes that could be represented by anScott Michel
2008-12-29Fixed spelling, removed trailing whitespace.Misha Brukman
2008-12-29- Various '#if 0' cleanups.Scott Michel
2008-12-27- Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel
2008-12-10CellSPU:Scott Michel
2008-12-09CellSPU:Scott Michel
2008-12-04CellSPU: Fix bug 3055Scott Michel
2008-12-04Missing closing brace and reverse conditional condition on NDEBUGScott Michel
2008-12-04This code is apparently quite confused. In the meantime,Chris Lattner
2008-12-04CellSPU:Scott Michel
2008-12-03Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-12-02CellSPU:Scott Michel
2008-12-01CellSPU:Scott Michel
2008-12-01There are no longer any places that require aDuncan Sands
2008-12-01Change the interface to the type legalization methodDuncan Sands
2008-11-25CellSPU:Scott Michel
2008-11-25CellSPU: Relax constraints on when to generate a X-form address, evidentlyScott Michel
2008-11-25CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby".Scott Michel
2008-11-24CellSPU:Scott Michel
2008-11-24CellSPU:Scott Michel
2008-11-24Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng
2008-11-23Rename SetCCResultContents to BooleanContents. InDuncan Sands
2008-11-22CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was itScott Michel