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