aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU
AgeCommit message (Expand)Author
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-29Remove initialized but otherwise unused variables.Duncan Sands
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-21Mark the SPU 'lr' instruction to never have side effects. Kalle Raiskila
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-17Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings
2010-06-09Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila
2010-06-09Handle loading from/storing to undef pointers on SPU by inserting a Kalle Raiskila
2010-06-08Flag SPU's function call sequence together. Kalle Raiskila
2010-06-02cleanupRafael Espindola
2010-06-01Fix handling of 'load' nodes.Kalle Raiskila
2010-05-19Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman
2010-05-11Make SPU backend not assert on jump tables.Kalle Raiskila
2010-05-10Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila
2010-05-07Testing svn access with a note added to documentation.Kalle Raiskila
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman
2010-05-06Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng
2010-05-04"on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner
2010-05-01fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng
2010-04-20teach cellspu how to return i8 and i16 from calls,Chris Lattner
2010-04-18Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov
2010-04-17Use cast instead of dyn_cast when assuming success.Dan Gohman
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-17Name these stub files consistently with the SPU and PPC targets' conventions.Chandler Carruth
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-09"On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner
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-04-07add newlines at end of files.Chris Lattner
2010-04-05remove the MMI pointer from MachineFrameInfo.Chris Lattner
2010-04-04Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner
2010-04-04convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner
2010-04-04fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner
2010-04-04change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-04-02Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen
2010-03-29Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer
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-28fix a typo, bitconvert from node to itself isn't valid.Chris Lattner
2010-03-28stop using vnot_convChris Lattner