summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-22/+0
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-1/+1
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-111-1/+1
* alpha TAI doesn't need TM.Chris Lattner2009-08-021-3/+1
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-2/+1
* no need to override the default with the default.Chris Lattner2009-08-011-1/+0
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-3/+0
* Apparently alpha doesn't use ElfTargetAsmInfo (?)Chris Lattner2009-07-271-0/+3
* alpha doesn't need to redefine this: it only supports PIC codegen anyway.Chris Lattner2009-07-211-5/+0
* Alpha always requires global relocations to be r/w regardless of PIC.Anton Korobeynikov2009-03-291-1/+6
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-1/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Simplify a bitAndrew Lenharth2006-12-071-0/+1
* Set the jt sectionChris Lattner2006-10-061-0/+1
* Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner2006-10-051-1/+0
* Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth2006-09-241-0/+2
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+21
OpenPOWER on IntegriCloud