aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachOWriter.cpp
AgeCommit message (Expand)Author
2007-01-24Make ivars private and use getters. Have the MachOWriter return "Mach-OBill Wendling
2007-01-24Use the TargetMachOWriterInfo class to get this information.Bill Wendling
2007-01-20Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner
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-17Use the methods in the TargetObjInfo object instead of internal methods.Bill Wendling
2007-01-12For PR1064:Reid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-11Properly mangles symbol table namesNate Begeman
2006-12-07Removed more <iostream> includesBill Wendling
2006-11-16Match MachineCodeEmitter changes.Evan Cheng
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-02improve compat with certain versions of GCC (on cygwin?)Chris Lattner
2006-08-26Properly size the string table, and emit symbol table and string tableNate Begeman
2006-08-25Get closer to handling globals correctly. We now generally get them in theNate Begeman
2006-08-23Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman