Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / Target / CellSPU / SPUAsmPrinter.cpp
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-02-28 Kalle RaiskilaAdd branch hinting for SPU.
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2008-11-20 Scott MichelCellSPU:
2008-11-08 Scott MichelCellSPU: Bring SPU's assembly printer more in-line...
2008-10-30 Scott MichelResolve bug 2947: vararg-marked functions must spill...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-26 Bill WendlingIf we have a function with an unreachable statement...
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Anton KorobeynikovSPU section handling is really huge mess. Replace remai...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-07-09 Dale JohannesenEmit debug info for data-only files on Cell SPU.
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-04 Scott MichelMore of the Cell SPU code drop from "Team Aerospace".