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