aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU
AgeCommit message (Expand)Author
2008-01-15rename SDTRet -> SDTNone.Chris Lattner
2008-01-12improve cygwin compatibility, patch by Sam BishopChris Lattner
2008-01-11More CellSPU refinements:Scott Michel
2008-01-11More CellSPU refinement and progress:Scott Michel
2008-01-07no need to explicitly clear these fields.Chris Lattner
2008-01-07remove MachineOpCode typedef.Chris Lattner
2008-01-07Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson
2008-01-06rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner
2008-01-06Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner
2008-01-01Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson
2008-01-01Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner
2007-12-31Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-12-22fix some warnings. This code needs to be de-tabified :(Chris Lattner
2007-12-22fix strict-aliasing violationChris Lattner
2007-12-20More working CellSPU tests:Scott Michel
2007-12-19CellSPU testcase, extract_elt.ll: extract vector element.Scott Michel
2007-12-19Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.llScott Michel
2007-12-19Add new immed16.ll test case, fix CellSPU errata to make test case work.Scott Michel
2007-12-17- Restore some i8 functionality in CellSPUScott Michel
2007-12-16don't violate C TBAA rules, use FloatToBits instead.Chris Lattner
2007-12-15Start committing working test cases for CellSPU.Scott Michel
2007-12-05Minor updates:Scott Michel
2007-12-05Update foldMemoryOperand.Evan Cheng
2007-12-05fix warningsChris Lattner
2007-12-05allow this to buildChris Lattner
2007-12-05Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng
2007-12-05More stuff for CellSPU -- this should be enough to get an error-freeScott Michel
2007-12-05Updated source file headers to llvm coding standard.Scott Michel
2007-12-05Two missing files.Scott Michel
2007-12-05Main CellSPU backend files checked in. Intrinsics and autoconf filesScott Michel
2007-12-04More files in the CellSPU drop...Scott Michel
2007-12-04More of the Cell SPU code drop from "Team Aerospace".Scott Michel
2007-12-03More CellSPU files... more to follow.Scott Michel
2007-12-03Makefile fragment for CellSPU.Scott Michel
2007-12-03First commit to CellSPU. More to followScott Michel
2007-03-28First test check-in.Scott Michel