Removed methods which are now in the respective TargetObjInfo implementations.
[oota-llvm.git] / include / llvm / CodeGen / MachOWriter.h
2007-01-17 Bill WendlingRemoved methods which are now in the respective TargetO...
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-14 Reid SpencerPrimitive types don't include integers any more, adjust.
2006-12-16 Chris LattnerApply B. Scott Michel's patch for PR1054, thanks!
2006-12-11 Nate BegemanProperly mangles symbol table names
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
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-24 Reid SpencerRemove a FIXME. Don't use strlcpy that isn't available...
2006-08-23 Nate BegemanCorrectly attribute file author & remote tabs
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...