aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU
AgeCommit message (Expand)Author
2010-01-15supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner
2010-01-05Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman
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-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman
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-13Move DebugInfo checks into EmitComments and remove them fromDavid Greene
2009-11-12Make the MachineFunction argument of getFrameRegister const.David Greene
2009-11-12Add a bool flag to StackObjects telling whether they reference spillDavid Greene
2009-11-10Don't mark conditional branch instructions as control barriers.Dan Gohman
2009-11-07indicate what the native integer types for the target are.Chris Lattner
2009-11-05Remove uninteresting and confusing debug output.Dan Gohman
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach
2009-10-06Instead of printing unnecessary basic block labels as labels inDan Gohman
2009-10-06Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel
2009-09-30Use MachineInstr as an processDebugLoc() argument.Devang Patel
2009-09-30The AsmPrinter base class contains a DwarfWriter member, so there's no needBob Wilson
2009-09-25Rename getTargetNode to getMachineNode, for consistency with theDan Gohman
2009-09-13remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner
2009-09-13the tblgen produced 'getRegisterName' method does not accessChris Lattner
2009-09-13make tblgen produce a function that returns the name for a physreg.Chris Lattner
2009-09-13replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner
2009-09-13convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner
2009-09-09remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner
2009-09-09hoist the call to processDebugLoc out of the generatedChris Lattner
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-31Normalize makefile comments and sort cmake file lists.Benjamin Kramer
2009-08-25Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel
2009-08-24- Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott 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-23Remove Streams.h from the targets.Benjamin Kramer
2009-08-23eliminate uses of cerr()Chris Lattner
2009-08-23eliminate the last DOUTs from the targets.Chris Lattner
2009-08-22Forgot to update some CMakeLists.Benjamin Kramer
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-19eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner
2009-08-14Allow targets to specify their choice of calling conventions perAnton Korobeynikov
2009-08-13Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner
2009-08-12Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson
2009-08-11Change the asmprinter to print the comment character before theChris Lattner
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson