PEI is now responsible for adding MaxCallFrameSize to frame size and align the stack...
[oota-llvm.git] / lib / CodeGen / MachOWriter.cpp
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...