summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachOWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ivars private and use getters. Have the MachOWriter return "Mach-OBill Wendling2007-01-241-2/+2
* Use the TargetMachOWriterInfo class to get this information.Bill Wendling2007-01-241-2/+2
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-1/+1
* Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling2007-01-181-7/+14
* Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling2007-01-171-74/+88
* Revert patch.Bill Wendling2007-01-171-90/+76
* Use the methods in the TargetObjInfo object instead of internal methods.Bill Wendling2007-01-171-76/+90
* For PR1064:Reid Spencer2007-01-121-29/+39
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-8/+4
* Properly mangles symbol table namesNate Begeman2006-12-111-112/+333
* Removed more <iostream> includesBill Wendling2006-12-071-1/+0
* Match MachineCodeEmitter changes.Evan Cheng2006-11-161-1/+1
* Behold, more work on relocations. Things are looking pretty good now.Nate Begeman2006-09-101-38/+106
* First pass at supporting relocations. Relocations are written correctly toNate Begeman2006-09-081-43/+75
* improve compat with certain versions of GCC (on cygwin?)Chris Lattner2006-09-021-1/+1
* Properly size the string table, and emit symbol table and string tableNate Begeman2006-08-261-59/+81
* Get closer to handling globals correctly. We now generally get them in theNate Begeman2006-08-251-5/+70
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-231-0/+428
OpenPOWER on IntegriCloud