summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCMachOWriterInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* remove PPCMachOWriterInfo.Chris Lattner2010-02-021-55/+0
| | | | llvm-svn: 95111
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* More Mach-O writer improvements.Nate Begeman2007-02-281-1/+1
| | | | llvm-svn: 34740
* Moved the GetTargetRelocation method from PPCMachOWriter to here. It usesBill Wendling2007-02-031-1/+24
| | | | | | non-Mach-O-specific information. llvm-svn: 33819
* Make ivars private and use getters. Have the MachOWriter return "Mach-OBill Wendling2007-01-241-5/+2
| | | | | | Writer" for the pass name. llvm-svn: 33483
* New "TargetMachOWriterInfo" class. It holds target-specific informationBill Wendling2007-01-241-0/+35
that the MachOWriter needs in order to do its writing stuff 'n things. llvm-svn: 33475
OpenPOWER on IntegriCloud