aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPUAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Add branch hinting for SPU. Kalle Raiskila2011-02-281-0/+7
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-0/+327
* CellSPU:Scott Michel2008-11-201-0/+0
* CellSPU: Bring SPU's assembly printer more in-line with current LLVM codeScott Michel2008-11-081-645/+0
* Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stackScott Michel2008-10-301-2/+4
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-12/+12
* If we have a function with an unreachable statement such that the ending debugBill Wendling2008-09-261-1/+1
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-1/+1
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-17/+1
* SPU section handling is really huge mess. Replace remaining TAI calls for sec...Anton Korobeynikov2008-09-241-2/+2
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-3/+4
* Emit debug info for data-only files on Cell SPU.Dale Johannesen2008-07-091-3/+5
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-2/+3
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-1/+1
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-3/+3
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-3/+4
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-021-1/+0
* More cleanups for CellSPU:Scott Michel2008-01-301-5/+5
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-291-4/+10
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-3/+3
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-14/+14
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-6/+2
* More working CellSPU tests:Scott Michel2007-12-201-1/+1
* Updated source file headers to llvm coding standard.Scott Michel2007-12-051-3/+2
* More of the Cell SPU code drop from "Team Aerospace".Scott Michel2007-12-041-0/+654