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
/
Alpha
/
AlphaTargetAsmInfo.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
split "JumpTableDirective" (an existing hack) into a PIC and nonPIC
Chris Lattner
2009-08-02
alpha TAI doesn't need TM.
Chris Lattner
2009-08-02
remove TargetAsmInfo::TM, which is now dead. The basic TAI class now
Chris Lattner
2009-08-01
no need to override the default with the default.
Chris Lattner
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-27
Apparently alpha doesn't use ElfTargetAsmInfo (?)
Chris Lattner
2009-07-21
alpha doesn't need to redefine this: it only supports PIC codegen anyway.
Chris Lattner
2009-03-29
Alpha always requires global relocations to be r/w regardless of PIC.
Anton Korobeynikov
2008-11-03
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-12-07
Simplify a bit
Andrew Lenharth
2006-10-06
Set the jt section
Chris Lattner
2006-10-05
Don't bother setting JumpTableTextSection, it is about to disappear
Chris Lattner
2006-09-24
Fix jump tables to match gcc (and the ABI and whatnot)
Andrew Lenharth
2006-09-07
Break out target asm info into separate files.
Jim Laskey