summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-29/+0
| | | | llvm-svn: 79763
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-1/+3
| | | | | | | | pair instead of from a virtual method on TargetMachine. This cuts the final ties of TargetAsmInfo to TargetMachine, meaning that MC can now use TargetAsmInfo. llvm-svn: 78802
* alpha TAI doesn't need TM.Chris Lattner2009-08-021-4/+1
| | | | llvm-svn: 77872
* alpha doesn't need to redefine this: it only supports PIC codegen anyway.Chris Lattner2009-07-211-2/+0
| | | | llvm-svn: 76682
* Alpha always requires global relocations to be r/w regardless of PIC.Anton Korobeynikov2009-03-291-0/+2
| | | | llvm-svn: 68006
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* More explicit keywords.Dan Gohman2007-09-251-1/+1
| | | | llvm-svn: 42316
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+30
llvm-svn: 30161
OpenPOWER on IntegriCloud