eliminate some extraneous methods in SDNode
[oota-llvm.git] / include / llvm / CodeGen / MachOWriter.h
2007-02-03 Bill WendlingMoved MachORelocation to its own header file. Have...
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 WendlingMoved target-specific information to the TargetMachOWri...
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRevert patch.
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...