More templatization.
[oota-llvm.git] / lib / CodeGen / MachOWriter.cpp
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-04 Reid SpencerRemove unneeded header file.
2007-03-03 Nate Begemanhttp://llvm.org/bugs/show_bug.cgi?id=1237
2007-02-28 Nate BegemanFix a typo, thanks Bill!
2007-02-28 Nate BegemanMore Mach-O writer improvements.
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-10 Chris Lattnereliminate temporary vectors.
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-08 Bill WendlingAdd function to create a file writer.
2007-02-07 Nate BegemanFix a fixme by correctly calculating preferred alignmen...
2007-02-03 Bill WendlingPass in non-Mach-O-specific parameters to the GetTarget...
2007-01-29 Nate BegemanProperly support cstrings
2007-01-26 Nate BegemanHandle multiple functions, properly mangle symbols...
2007-01-24 Bill WendlingMake ivars private and use getters. Have the MachOWrite...
2007-01-24 Bill WendlingUse the TargetMachOWriterInfo class to get this informa...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingUse the methods in the TargetObjInfo object instead...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-12-11 Nate BegemanProperly mangles symbol table names
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-11-16 Evan ChengMatch MachineCodeEmitter changes.
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-02 Chris Lattnerimprove compat with certain versions of GCC (on cygwin?)
2006-08-26 Nate BegemanProperly size the string table, and emit symbol table...
2006-08-25 Nate BegemanGet closer to handling globals correctly. We now gener...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...