aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU
AgeCommit message (Expand)Author
2010-11-23Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck
2010-11-22Fix a bug with extractelement on SPU.Kalle Raiskila
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov
2010-11-18Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola
2010-11-15Improve code layout, mostly indentation. Kalle Raiskila
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner
2010-11-12Fix memory access lowering on SPU, addingKalle Raiskila
2010-11-03Simplify uses of MVT and EVT. An MVT can be compared directlyDuncan Sands
2010-10-29Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson
2010-10-26Change v64 datalayout in SPU.Kalle Raiskila
2010-10-18Improve lowering of sext to i128 on SPU.Kalle Raiskila
2010-10-07Add the missing cases to the type->registerclass conversion function.Kalle Raiskila
2010-10-07Implement two virtual functions in SPUTargetLowering.Kalle Raiskila
2010-10-01Zap some redundant 'ori $?, $?, 0' from SPU.Kalle Raiskila
2010-09-28Add support to model pipeline bypass / forwarding.Evan Cheng
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-21fix a long standing wart: all the ComplexPattern's were beingChris Lattner
2010-09-21update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner
2010-09-21it's more elegant to put the "getConstantPool" andChris Lattner
2010-09-16Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction.Kalle Raiskila
2010-09-10Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng
2010-09-09Silence compiler warning.Kalle Raiskila
2010-09-08Fix CellSPU vector shuffles, again.Kalle Raiskila
2010-09-04zap dead code.Chris Lattner
2010-09-03Zap dead code.Benjamin Kramer
2010-08-29Fix lowering of INSERT_VECTOR_ELT in SPU. Kalle Raiskila
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-08-25zap dead codeChris Lattner
2010-08-24Fix SPU BE to use all the available return registers.Kalle Raiskila
2010-08-24Remove some dead code from SPU BE that remainedKalle Raiskila
2010-08-18Fix a bug with insertelement on SPU. Kalle Raiskila
2010-08-18Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila
2010-08-18Change SPU C calling convention to match that described in Kalle Raiskila
2010-08-17fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner
2010-08-09Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila
2010-08-04Make SPU backend handle insertelement and Kalle Raiskila
2010-08-02More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila
2010-08-02Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila
2010-08-02Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen
2010-07-16Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-11RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen
2010-07-11Replace copyRegToReg with copyPhysReg for CellSPU.Jakob Stoklund Olesen
2010-07-08Switch SPU calling convention (function arguments) Kalle Raiskila
2010-07-07Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman
2010-07-06Propagate debug loc.Devang Patel