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