1. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  2. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  3. c9235d2 Don't include <map> in Pass.h, which doesn't need it. This requires by Dan Gohman · 17 years ago
  4. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  5. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
  6. 1997473 Drop 'const' by Devang Patel · 18 years ago
  7. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  8. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  9. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
  10. fec910c More Mach-O writer improvements. by Nate Begeman · 18 years ago
  11. 4b2ca1a Moved from include/llvm/CodeGen to lib/CodeGen. by Bill Wendling · 19 years ago[Renamed (99%) from include/llvm/CodeGen/MachOWriter.h]
  12. 0f43b22 Moved MachORelocation to its own header file. Have a call through the by Bill Wendling · 19 years ago
  13. 1257c85 Properly support cstrings by Nate Begeman · 19 years ago
  14. 6635f35 Handle multiple functions, properly mangle symbols, and fix support for by Nate Begeman · 19 years ago
  15. 2b72182 Make ivars private and use getters. Have the MachOWriter return "Mach-O by Bill Wendling · 19 years ago
  16. 40fab40 Moved target-specific information to the TargetMachOWriterInfo obj. by Bill Wendling · 19 years ago
  17. 203d3e4 Changed to use the OutputBuffer instead of the methods in MachO and ELF writers. by Bill Wendling · 19 years ago
  18. e911615 Revert patch. by Bill Wendling · 19 years ago
  19. 99b1027 Removed methods which are now in the respective TargetObjInfo implementations. by Bill Wendling · 19 years ago
  20. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
  21. 488228c Primitive types don't include integers any more, adjust. by Reid Spencer · 19 years ago
  22. 3381f0a Apply B. Scott Michel's patch for PR1054, thanks! by Chris Lattner · 19 years ago
  23. bfaaaa6 Properly mangles symbol table names by Nate Begeman · 19 years ago
  24. 019f851 Behold, more work on relocations. Things are looking pretty good now. by Nate Begeman · 19 years ago
  25. 94be248 First pass at supporting relocations. Relocations are written correctly to by Nate Begeman · 19 years ago
  26. d2030e6 Properly size the string table, and emit symbol table and string table by Nate Begeman · 19 years ago
  27. f8f2c5a Get closer to handling globals correctly. We now generally get them in the by Nate Begeman · 19 years ago
  28. 0569eee Remove a FIXME. Don't use strlcpy that isn't available on non-BSD platforms by Reid Spencer · 19 years ago
  29. ea7b8cf Correctly attribute file author & remote tabs by Nate Begeman · 19 years ago
  30. eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 19 years ago