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
/
Sparc
/
SparcTargetAsmInfo.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-08
eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
Chris Lattner
2009-08-02
eliminate TargetMAchine argument to sparc TAI
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-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-26
remove a densemap from TargetAsmInfo that was uniquing the targetflags strings,
Chris Lattner
2009-07-25
this is (unfortunately) several changes mixed together:
Chris Lattner
2008-08-16
Add interface for section override. Use this for Sparc, since it should use n...
Anton Korobeynikov
2008-08-16
Reduce heap trashing due to std::string construction / concatenation via cach...
Anton Korobeynikov
2008-08-08
Properly print flags on Sparc
Anton Korobeynikov
2008-08-08
Use mergeable strings sections on sparc
Anton Korobeynikov
2008-08-07
Switch Sparc to new section handling stuff. Refactor printing of module-level...
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-09-07
Break out target asm info into separate files.
Jim Laskey