summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-22/+0
| | | | llvm-svn: 79763
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-1/+1
| | | | | | | | 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
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-111-1/+1
| | | | | | | | | | version. This allows TAI implementations to specify the directive to use based on the mode being codegen'd for. The real fix for this is to remove JumpTableDirective, but I don't feel like diving into the jumptable snarl just now. llvm-svn: 78709
* alpha TAI doesn't need TM.Chris Lattner2009-08-021-3/+1
| | | | llvm-svn: 77872
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-2/+1
| | | | | | no longer depends on TM! llvm-svn: 77863
* no need to override the default with the default.Chris Lattner2009-08-011-1/+0
| | | | llvm-svn: 77826
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-3/+0
| | | | | | | | | | | | | | | | | | | | it is highly specific to the object file that will be generated in the end, this introduces a new TargetLoweringObjectFile interface that is implemented for each of ELF/MachO/COFF/Alpha/PIC16 and XCore. Though still is still a brutal and ugly refactoring, this is a major step towards goodness. This patch also: 1. fixes a bunch of dangling pointer problems in the PIC16 backend. 2. disables the TargetLowering copy ctor which PIC16 was accidentally using. 3. gets us closer to xcore having its own crazy target section flags and pic16 not having to shadow sections with its own objects. 4. fixes wierdness where ELF targets would set CStringSection but not CStringSection_. Factor the code better. 5. fixes some bugs in string lowering on ELF targets. llvm-svn: 77294
* Apparently alpha doesn't use ElfTargetAsmInfo (?)Chris Lattner2009-07-271-0/+3
| | | | llvm-svn: 77202
* alpha doesn't need to redefine this: it only supports PIC codegen anyway.Chris Lattner2009-07-211-5/+0
| | | | llvm-svn: 76682
* Alpha always requires global relocations to be r/w regardless of PIC.Anton Korobeynikov2009-03-291-1/+6
| | | | llvm-svn: 68006
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-1/+3
| | | | | | adding a TargetMachine member to the base TargetAsmInfo class instead. llvm-svn: 58624
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Simplify a bitAndrew Lenharth2006-12-071-0/+1
| | | | llvm-svn: 32343
* Set the jt sectionChris Lattner2006-10-061-0/+1
| | | | llvm-svn: 30781
* Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner2006-10-051-1/+0
| | | | llvm-svn: 30745
* Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth2006-09-241-0/+2
| | | | llvm-svn: 30594
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+21
llvm-svn: 30161
OpenPOWER on IntegriCloud