aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUAsmPrinter.cpp
AgeCommit message (Expand)Author
2012-11-14Remove the CellSPU port.Eric Christopher
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-02-28Add branch hinting for SPU. Kalle Raiskila
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner
2008-11-20CellSPU:Scott Michel
2008-11-08CellSPU: Bring SPU's assembly printer more in-line with current LLVM codeScott Michel
2008-10-30Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stackScott Michel
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-26If we have a function with an unreachable statement such that the ending debugBill Wendling
2008-09-24Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov
2008-09-24Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov
2008-09-24SPU section handling is really huge mess. Replace remaining TAI calls for sec...Anton Korobeynikov
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-07-09Emit debug info for data-only files on Cell SPU.Dale Johannesen
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-02Get rid of the annoying blank lines before labels.Evan Cheng
2008-01-30More cleanups for CellSPU:Scott Michel
2008-01-29Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-20More working CellSPU tests:Scott Michel
2007-12-05Updated source file headers to llvm coding standard.Scott Michel
2007-12-04More of the Cell SPU code drop from "Team Aerospace".Scott Michel