1. b3be390 [ELF] - (-Map file) Implement printing of LMA for assignments outside of section declarations. by George Rimar · 7 years ago
  2. 4e24752 Reset input section pointers to null on each linker invocation. by Rui Ueyama · 7 years ago
  3. 90d057d [ELF] - Change dyn_cast to cast. NFC. by George Rimar · 7 years ago
  4. 0a22722 [ELF] - Remove dead code. by George Rimar · 7 years ago
  5. ab0cce5 Replace SharedSymbols with Defined when creating copy relocations. by Rafael Espindola · 7 years ago
  6. de83cbf [ELF] - Never use std::sort. by George Rimar · 7 years ago
  7. 4e150c4c Make "Size" column in the map file one characters shorter. by Rui Ueyama · 7 years ago
  8. 16a130b Fix column size in the map file. by Rui Ueyama · 7 years ago
  9. e88b76a [ELF] - Reveal more information in -Map file about assignments. by George Rimar · 7 years ago
  10. ee01b1d [ELF] - Print LMA in a -Map file. by George Rimar · 7 years ago
  11. 5a9529f Do not show alignment 0 because that is equivalent to 1. by Rui Ueyama · 7 years ago
  12. 4d2740c [ELF] - Cleanup. NFCI. by George Rimar · 7 years ago
  13. 4f058a2 Add a SectionBase::getVA helper. NFC. by Rafael Espindola · 8 years ago
  14. 84bcabc [ELF] - Show data and assignment commands in the map file. by George Rimar · 8 years ago
  15. a5c1ed3 [ELF] Add .eh_frame pieces to map file by Rui Ueyama · 8 years ago
  16. db46a62 Implement --cref. by Rui Ueyama · 8 years ago
  17. e1847da Rename Indent{1,2} -> Indent{8,16}. by Rui Ueyama · 8 years ago
  18. 9e0171f Do not create temporary strings just to print out spaces. NFC. by Rui Ueyama · 8 years ago
  19. ee17371 Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp. by Rui Ueyama · 8 years ago
  20. 563e4f2 [ELF] - Introduce getInputSections() helper. by George Rimar · 8 years ago
  21. d26b52f Remove some includes from InputFiles.h. by Rafael Espindola · 8 years ago
  22. ba7afd7 [ELF] - Show .plt symbols in -Map output. by George Rimar · 8 years ago
  23. 31cd5da Recommit r319747 "[ELF] - Show copy relocated symbols in a --Map file output." by George Rimar · 8 years ago
  24. fe52e00 [ELF] - Revert r319747 "[ELF] - Show copy relocated symbols in a --Map file output.". by George Rimar · 8 years ago
  25. d9ae97c [ELF] - Show copy relocated symbols in a --Map file output. by George Rimar · 8 years ago
  26. dfebd36 Use Symbol::File directly. by Rafael Espindola · 8 years ago
  27. 07b7ee4 Simplify. NFC. by Rafael Espindola · 8 years ago
  28. e9a9e0a ELF: Merge DefinedRegular and Defined. by Peter Collingbourne · 8 years ago
  29. f52496e Rename SymbolBody -> Symbol by Rui Ueyama · 8 years ago
  30. 4a22eda Do not handle DefinedCommon symbols in the MapFile writer. by Rui Ueyama · 8 years ago
  31. 7f9694a Pass symbol attributes instead of ElfSym to Shared symbol ctor. by Rui Ueyama · 8 years ago
  32. 4f5c8c2 [lld] Move Threads to Common by Bob Haarman · 8 years ago
  33. 6b394ca Rename Commands -> SectionCommands. by Rui Ueyama · 8 years ago
  34. 696a7f9 [ELF] - Introduce std::vector<InputFile *> global arrays. by George Rimar · 8 years ago
  35. 1e30f07 Currently lld creates a single section to collect all commons. There is no way by Dmitry Mikulin · 8 years ago
  36. 45d2767 [ELF] - Fixing buildbot. by George Rimar · 8 years ago
  37. f2fe963 [ELF] - Do not omit common symbols when -Map is given. by George Rimar · 8 years ago
  38. 6e93d05 Move File from SymbolBody to Symbol. by Rafael Espindola · 8 years ago
  39. f456f57 Simplify. NFC. by Rafael Espindola · 8 years ago
  40. 7b30dd1 [ELF] - Cleanup MapFile.cpp. NFC. by George Rimar · 8 years ago
  41. 8c022ca Merge OutputSectionCommand and OutputSection. by Rafael Espindola · 8 years ago
  42. 709fb2bb1 Rename ObjectFile -> ObjFile. by Rui Ueyama · 8 years ago
  43. b4b4853 Try to fix the windows build. by Rafael Espindola · 8 years ago
  44. 244ef98 Detemplate SymbolTable. by Rafael Espindola · 8 years ago
  45. b069a36 ELF: Exclude dead symbols from -Map output. by Peter Collingbourne · 8 years ago
  46. 2d9a3be Keep a list of all OutputSectionCommands. by Rafael Espindola · 8 years ago
  47. aeb4b7d Clear OutSec->Sections. by Rafael Espindola · 8 years ago
  48. a46f688 Use linker script commands in writeMapFile. by Rafael Espindola · 8 years ago
  49. 1b41409 Use a forward declaration. NFC. by Rafael Espindola · 8 years ago
  50. 33d903d Rename parallelFor -> parallelForEachN. by Rui Ueyama · 8 years ago
  51. 3781137 Fix comments. by Rui Ueyama · 8 years ago
  52. 3151958 Replace PrettyPrinter class in MapFile.cpp with a few non-member functions. by Rui Ueyama · 8 years ago
  53. 3012b37 Change the format of the map file. by Rui Ueyama · 8 years ago
  54. 72408fb Remove trailing whitespace from the -Map output. by Rui Ueyama · 8 years ago
  55. 2634d0f Remove a redundant local variable. by Rui Ueyama · 8 years ago
  56. b882e59 Speed up the -Map option. by Rui Ueyama · 8 years ago
  57. f64618a [ELF] - Detemplate SymbolBody::getVA and SymbolBody::getPltVA. NFC. by George Rimar · 9 years ago
  58. 76b6bd3 Remove unnecessary template. NFC. by Rafael Espindola · 9 years ago
  59. 3770763 Rename Addralign to Alignment. by Rafael Espindola · 9 years ago
  60. 80474a2 De-template DefinedRegular. by Rui Ueyama · 9 years ago
  61. 24e6f36 Merge OutputSectionBase and OutputSection. NFC. by Rafael Espindola · 9 years ago
  62. 4084941 Delete trivial getter. by Rafael Espindola · 9 years ago
  63. 774ea7d Make InputSection a class. NFC. by Rafael Espindola · 9 years ago
  64. c404d50 Merge InputSectionData and InputSectionBase. by Rafael Espindola · 9 years ago
  65. b4c9b81 Convert InputSectionBase to a class. by Rafael Espindola · 9 years ago
  66. eb1ad40 Print alignment in decimal instead of hexadecimal. by Rui Ueyama · 9 years ago
  67. 07d94e3 [ELF] - Fix format specifiers in writeOutSecLine() by George Rimar · 9 years ago
  68. c9807c3 Use error() instead of fatal() to handle file open error. by Rui Ueyama · 9 years ago
  69. 483ffa3 Simplify string output. NFC. by Rui Ueyama · 9 years ago
  70. 543731f Directly write to a -Map file. by Rui Ueyama · 9 years ago
  71. db540ff Split writeMapFile2 to reduce indentation level. by Rui Ueyama · 9 years ago
  72. 1ebfc59 Implement -Map. by Rafael Espindola · 9 years ago