index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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