aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner
2009-08-11split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner
2009-08-02alpha TAI doesn't need TM.Chris Lattner
2009-08-02remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner
2009-08-01no need to override the default with the default.Chris Lattner
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-27Apparently alpha doesn't use ElfTargetAsmInfo (?)Chris Lattner
2009-07-21alpha doesn't need to redefine this: it only supports PIC codegen anyway.Chris Lattner
2009-03-29Alpha always requires global relocations to be r/w regardless of PIC.Anton Korobeynikov
2008-11-03Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-12-07Simplify a bitAndrew Lenharth
2006-10-06Set the jt sectionChris Lattner
2006-10-05Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner
2006-09-24Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth
2006-09-07Break out target asm info into separate files.Jim Laskey