1. e0df00b Rename elf2 to elf. by Rafael Espindola · 10 years ago
  2. e2ee72b [ELF] - Implemented linkerscript sections padding. by George Rimar · 10 years ago
  3. dc9cc6a Remove redundant template instantiations. by Rui Ueyama · 10 years ago
  4. c3794e5 [ELF] - replaced std::function with raw pointers in LinkerScript.cpp by George Rimar · 10 years ago
  5. cb2aeb6 [ELF] - Teach input section wildcard patterns to recognize '?' meta character. by George Rimar · 10 years ago
  6. 481c2ce [ELF] - Linkerscript KEEP command. by George Rimar · 10 years ago
  7. d2389bf Attemp to heal windows buildbot by George Rimar · 10 years ago
  8. f23b232 [ELF] - Minor refactor of LinkerScript file by George Rimar · 10 years ago
  9. 1ebc8ed ELF: Add wildcard pattern matching to SECTIONS linker script command. by Rui Ueyama · 10 years ago
  10. e9c5806 ELF: Remove use of MapVector from LinkerScript. by Rui Ueyama · 10 years ago
  11. f9de0d6 ELF: Remove readLinkerScript and define LinkerScript::read instead. by Rui Ueyama · 10 years ago
  12. 717677a ELF: Create LinkerScript class to move code out of Writer. by Rui Ueyama · 10 years ago
  13. 21eecb4 Re-submit ELF: Report multiple errors from the driver. by Rui Ueyama · 10 years ago
  14. 025d59b ELF: Do not use fatal in LinkerScript.cpp. by Rui Ueyama · 10 years ago
  15. f07bd3b Revert r259143, it broke check-lld on Windows (see PR26388). by Nico Weber · 10 years ago
  16. 1940424 ELF: Report multiple errors from the driver. by Rui Ueyama · 10 years ago
  17. 64cfffd ELF: Rename error -> fatal and redefine error as a non-noreturn function. by Rui Ueyama · 10 years ago
  18. 6025933 Fix bug in handling of quoted linker script tokens and update tests to use it. by Pete Cooper · 10 years ago
  19. 83cd6e0 Remove unnecessary `lld::`. by Rui Ueyama · 10 years ago
  20. a1b8fc3 [ELF] Lookup INPUT argument in the current directory by Simon Atanasyan · 10 years ago
  21. 16b0cc9 [ELF] Reapply r254031 - LinkerScript: lookup absolute paths under sysroot by Simon Atanasyan · 10 years ago
  22. 17436ce Follow-up to r254049; remove function I missed in the revert. by Hans Wennborg · 10 years ago
  23. 82d2d07 Revert r254031: "ELF2: LinkerScript: lookup absolute paths under sysroot" by Hans Wennborg · 10 years ago
  24. a7e09c6 ELF2: Factor out isUnderSysroot from readLinkerScript. NFC. by Rui Ueyama · 10 years ago
  25. 44136b67 ELF2: LinkerScript: lookup absolute paths under sysroot by Simon Atanasyan · 10 years ago
  26. 8e3b38a [ELF2] SECTIONS command basic support by Denis Protivensky · 10 years ago
  27. 83f406c [ELF2] - Linker script EXTERN command implemented. by George Rimar · 10 years ago
  28. 10d268d [ELF2/Linkerscript] Skip semicolon in linker directives parsing. by Davide Italiano · 10 years ago
  29. 34f2924 ELF2: Add comments. by Rui Ueyama · 10 years ago
  30. 7f10746 Remove unnecessary include. by Rafael Espindola · 10 years ago
  31. f03f3cc Use llvm::sys::path::is_absolute instead of my own. by Rui Ueyama · 10 years ago
  32. 63d8880 Fix test breakage on Windows. by Rui Ueyama · 10 years ago
  33. 9159ce9 [ELF2/LinkerScript] Implement parsing of OUTPUT_ARCH() command. by Davide Italiano · 10 years ago
  34. 6836c61 [ELF2/LinkerScript] Fix OUTPUT_FORMAT directive parsing by Davide Italiano · 10 years ago
  35. 1c42afc Remove explicit Twine instantiation if possible. by Rui Ueyama · 10 years ago
  36. 35da9b6 ELF2: Implement --as-needed. by Rui Ueyama · 10 years ago
  37. 52a1509 ELF2: LinkerScript: Interpret -l and = file name prefixes. by Rui Ueyama · 10 years ago
  38. a47ee68 ELF2: Do not leak MemoryBuffers. by Rui Ueyama · 10 years ago
  39. 00f9727 ELF2: LinkerScript: Handle INPUT as a synonym for GROUP. by Rui Ueyama · 10 years ago
  40. 31aa1f8 ELF2: LinkerScript: Implement INCLUDE directive. by Rui Ueyama · 10 years ago
  41. 68a39a6 [ELF2] Implement linker script SEARCH_DIR() directive. by Davide Italiano · 10 years ago
  42. 90c5099 [ELF2] Add ENTRY command to the linker script by Denis Protivensky · 10 years ago
  43. ee59282 ELF2: Implement OUTPUT() linker script directive. by Rui Ueyama · 10 years ago
  44. 983ed2b ELF2: Define Driver::addFile() as a one-stop place to open a file. by Rui Ueyama · 10 years ago
  45. f7c5fbb ELF2: Create LinkerScript.cpp and move code from DriverUtils to there. by Rui Ueyama · 10 years ago