aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaTargetAsmInfo.h
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-02alpha TAI doesn't need TM.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
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-09-25More explicit keywords.Dan Gohman
2006-09-07Break out target asm info into separate files.Jim Laskey