aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachOWriter.cpp
AgeCommit message (Expand)Author
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-03-04Remove unneeded header file.Reid Spencer
2007-03-03http://llvm.org/bugs/show_bug.cgi?id=1237Nate Begeman
2007-02-28Fix a typo, thanks Bill!Nate Begeman
2007-02-28More Mach-O writer improvements.Nate Begeman
2007-02-15For PR1195:Reid Spencer
2007-02-14Generalize TargetData strings, to support more interesting forms of data.Chris Lattner
2007-02-10eliminate temporary vectors.Chris Lattner
2007-02-10Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner
2007-02-08Add function to create a file writer.Bill Wendling
2007-02-07Fix a fixme by correctly calculating preferred alignments for functions,Nate Begeman
2007-02-03Pass in non-Mach-O-specific parameters to the GetTargetRelocation method.Bill Wendling
2007-01-29Properly support cstringsNate Begeman
2007-01-26Handle multiple functions, properly mangle symbols, and fix support forNate Begeman
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