aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUISelLowering.cpp
AgeCommit message (Expand)Author
2010-08-29Fix lowering of INSERT_VECTOR_ELT in SPU. Kalle Raiskila
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-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-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
2010-07-05Remove some unused/redundant code.Kalle Raiskila
2010-07-03Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng
2010-06-25The hasMemory argument is irrelevant to how the argumentDale Johannesen
2010-06-21remove some dead variables reported by clang++Chris Lattner
2010-06-21Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila
2010-06-21Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila
2010-06-18Eliminate unnecessary uses of getZExtValue().Dan Gohman
2010-06-09Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila
2010-05-19Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng
2010-04-20teach cellspu how to return i8 and i16 from calls,Chris Lattner
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-04-17Move per-function state out of TargetLowering subclasses and intoDan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-08Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-29Remove a bunch of integer width predicate functions in favor of MathExtras.Benjamin Kramer
2010-03-29From Kalle Raiskila:Chris Lattner
2010-03-02Remove dead parameter passing.Bill Wendling
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2010-02-15Remove an assumption of default arguments. This is in anticipation of aDavid Greene
2010-02-02Revert 95130.Evan Cheng
2010-02-02Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng
2010-01-27Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng
2009-12-28Remove dead variable.Bill Wendling
2009-12-28Remove dead store. The initial value was never used, but always overridden.Bill Wendling
2009-12-22Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling
2009-11-23Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman
2009-11-21We are not using DBG_STOPPOINT anymore.Devang Patel
2009-11-12Add a bool flag to StackObjects telling whether they reference spillDavid Greene
2009-09-06Remove strange 'const' qualifiers, as warned about by iccDuncan Sands
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel
2009-08-25Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel
2009-08-24128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel
2009-08-24Initialize ShufBytes, as gcc 4.4 can't detect that the entire array isScott Michel
2009-08-23eliminate uses of cerr()Chris Lattner
2009-08-14Allow targets to specify their choice of calling conventions perAnton Korobeynikov
2009-08-12Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson