summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU
Commit message (Expand)AuthorAge
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Silence compiler warning.Kalle Raiskila2010-09-09
* Fix CellSPU vector shuffles, again.Kalle Raiskila2010-09-08
* zap dead code.Chris Lattner2010-09-04
* Zap dead code.Benjamin Kramer2010-09-03
* Fix lowering of INSERT_VECTOR_ELT in SPU. Kalle Raiskila2010-08-29
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* zap dead codeChris Lattner2010-08-25
* Fix SPU BE to use all the available return registers.Kalle Raiskila2010-08-24
* Remove some dead code from SPU BE that remainedKalle Raiskila2010-08-24
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-18
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-18
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-18
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-09
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-04
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-02
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-02
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-02
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-16
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-11
* Replace copyRegToReg with copyPhysReg for CellSPU.Jakob Stoklund Olesen2010-07-11
* Switch SPU calling convention (function arguments) Kalle Raiskila2010-07-08
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* Propagate debug loc.Devang Patel2010-07-06
* Remove some unused/redundant code.Kalle Raiskila2010-07-05
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-03
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-29
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-25
* remove some dead variables reported by clang++Chris Lattner2010-06-21
* Mark the SPU 'lr' instruction to never have side effects. Kalle Raiskila2010-06-21
* Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila2010-06-21
* Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila2010-06-21
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-18
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila2010-06-09
* Handle loading from/storing to undef pointers on SPU by inserting a Kalle Raiskila2010-06-09
* Flag SPU's function call sequence together. Kalle Raiskila2010-06-08
* cleanupRafael Espindola2010-06-02
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-01
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-19
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Make SPU backend not assert on jump tables.Kalle Raiskila2010-05-11
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-10
* Testing svn access with a note added to documentation.Kalle Raiskila2010-05-07
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06