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
/
SPUTargetAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-12
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-11
Change the asmprinter to print the comment character before the
Chris Lattner
2009-08-11
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-02
move dwarf debug info section selection stuff from TAI to
Chris Lattner
2009-08-02
simplify SPULinuxTargetAsmInfo, remove use of TM.
Chris Lattner
2009-08-02
remove TargetAsmInfo::TM, which is now dead. The basic TAI class now
Chris Lattner
2009-08-01
REmove dead fields of TAI.
Chris Lattner
2009-07-31
remove a pointless override.
Chris Lattner
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-27
Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...
Chris Lattner
2009-07-27
Eliminate SectionFlags, just embed a SectionKind into Section
Chris Lattner
2009-07-26
untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a
Chris Lattner
2009-07-25
this is (unfortunately) several changes mixed together:
Chris Lattner
2009-06-18
simplify macro debug info directive handling.
Chris Lattner
2009-01-26
CellSPU:
Scott Michel
2008-12-27
- Remove Tilmann's custom truncate lowering: it completely hosed over
Scott Michel
2008-11-08
CellSPU: Bring SPU's assembly printer more in-line with current LLVM code
Scott Michel
2008-11-07
CellSPU: Ensure that C strings are always put in the .rodata section
Scott Michel
2008-11-07
Teach CellSPU about ELF sections and new section emitter classes.
Scott Michel
2008-11-03
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-09-24
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-01-29
Overhaul Cell SPU's addressing mode internals so that there are now
Scott Michel
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-05
Updated source file headers to llvm coding standard.
Scott Michel
2007-12-05
Main CellSPU backend files checked in. Intrinsics and autoconf files
Scott Michel