aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCMachOWriter.cpp
AgeCommit message (Expand)Author
2007-02-08Dead files. Functionality has been taken over by the Add*Writer functions.Bill Wendling
2007-02-03Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. TheBill Wendling
2007-01-26Handle multiple functions, properly mangle symbols, and fix support forNate Begeman
2007-01-24Move the getJTRelocation method out of here.Bill Wendling
2007-01-18Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling
2007-01-17Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling
2007-01-17Revert patch.Bill Wendling
2007-01-17Create the specified TargetObjInfo and use it.Bill Wendling
2006-12-16Apply B. Scott Michel's patch for PR1054, thanks!Chris Lattner
2006-12-11Properly mangles symbol table namesNate Begeman
2006-11-02fix a bug reid noticedChris Lattner
2006-11-02For PR786:Reid Spencer
2006-09-10Behold, more work on relocations. Things are looking pretty good now.Nate Begeman
2006-09-08First pass at supporting relocations. Relocations are written correctly toNate Begeman
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-08-23Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman