aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCMachOWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. TheBill Wendling2007-02-031-131/+1
* Handle multiple functions, properly mangle symbols, and fix support forNate Begeman2007-01-261-12/+23
* Move the getJTRelocation method out of here.Bill Wendling2007-01-241-26/+7
* Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling2007-01-181-8/+8
* Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling2007-01-171-30/+51
* Revert patch.Bill Wendling2007-01-171-18/+18
* Create the specified TargetObjInfo and use it.Bill Wendling2007-01-171-18/+18
* Apply B. Scott Michel's patch for PR1054, thanks!Chris Lattner2006-12-161-3/+3
* Properly mangles symbol table namesNate Begeman2006-12-111-27/+29
* fix a bug reid noticedChris Lattner2006-11-021-1/+1
* For PR786:Reid Spencer2006-11-021-1/+1
* Behold, more work on relocations. Things are looking pretty good now.Nate Begeman2006-09-101-40/+66
* First pass at supporting relocations. Relocations are written correctly toNate Begeman2006-09-081-2/+86
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-1/+1
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-231-0/+41