Sign in
llvm
/
llvm-project
/
a356dae74c8798d5f859d2339466e002a65e4abe
/
lld
/
unittests
/
DriverTests
7a64822
[CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachO
by Fangrui Song
· 3 years, 10 months ago
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 5 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
b9f7f4b
[Darwin] Use errorHandler from liblldCommon
by Brian Gesiak
· 7 years ago
c505e06
Remove \brief commands from doxygen comments.
by Fangrui Song
· 7 years ago
d806af3
[CMake] Use PRIVATE in target_link_libraries for executables
by Shoaib Meenai
· 8 years ago
3f85170
Move new lld's code to Common subdirectory.
by Rui Ueyama
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
a453c0a5
Merge DarwinLdDriver and Driver.
by Rui Ueyama
· 9 years ago
3006daa
Fix BUILD_SHARED_LIBS build.
by Rafael Espindola
· 9 years ago
7a963bf
Tidy up CMakefiles.
by Rui Ueyama
· 9 years ago
3b9388f
Remove DriverTest.h.
by Rui Ueyama
· 9 years ago
e7b3300
Move functionality of UniversalDriver to the entry point file.
by Rui Ueyama
· 9 years ago
3a4d0a7
Remove the old ELF linker.
by Rafael Espindola
· 9 years ago
3511645
Add support for export_dynamic cmdline option and behaviour.
by Pete Cooper
· 9 years ago
6e319c7
Fix DarwinLdDriverTest.cpp to pass real llvm options.
by Pete Cooper
· 9 years ago
7477e99
Make ELF2 the default.
by Rafael Espindola
· 10 years ago
97a8695a
Rename gnu2 to gnu.
by Rafael Espindola
· 10 years ago
9638d7d
[Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32ltsmipn32
by Simon Atanasyan
· 10 years ago
f12120c
[Mips] Make "emulation" option less dependent on the "-target" option.
by Simon Atanasyan
· 10 years ago
251b0e2
COFF: Remove the old COFF linker and make link an alias to link2.
by Rui Ueyama
· 10 years ago
8abca7e
Fix -Wextra-semi.
by Rui Ueyama
· 10 years ago
bae540e
Revert ELF port. Posting to mailing list.
by Michael J. Spencer
· 10 years ago
8a41454
Initial ELF port.
by Michael J. Spencer
· 10 years ago
b2b1c7c
ArrayRef-ify Driver::parse and related functions.
by David Blaikie
· 10 years ago
411c6360
COFF: Add a new PE/COFF port.
by Rui Ueyama
· 10 years ago
ebcc0dc
Remove redundant std::move on functions that return a unique_ptr.
by Benjamin Kramer
· 10 years ago
d9a21bf
Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."
by Nico Weber
· 10 years ago
4d572472
PECOFF: Use C++11 braced init list to make Version objects.
by Rui Ueyama
· 10 years ago
24f2d2a9
Remove Makefiles.
by Rui Ueyama
· 10 years ago
9a7e211
[LinkerScript] Implement semantics for simple sections mappings
by Rafael Auler
· 10 years ago
832472a
Fix configure & make build by adding support for the ExampleSubTarget.
by Iain Sandoe
· 10 years ago
ad11d4c
[LinkerScript] Implement linker script expression evaluation
by Rafael Auler
· 10 years ago
53a93c6
PECOFF: allow more than one /alternatename for the same symbol.
by Rui Ueyama
· 10 years ago
2c64aef
Remove YAML/Native round-trip passes.
by Rui Ueyama
· 10 years ago
ea6c8e9
Unittest: Do s/_context/_ctx/g.
by Rui Ueyama
· 10 years ago
2050b61
GNU: Add --no-export-dynamic command line option.
by Rui Ueyama
· 10 years ago
4c30cb3
Use override rather than virtual.
by Rui Ueyama
· 10 years ago
375c5e2
GNU: Use StringRef::empty instead of a boolean flag.
by Rui Ueyama
· 10 years ago
2ba4f5d
[Cleanup] Remove member functions added to support nostdlib
by Shankar Easwaran
· 10 years ago
e315edd
[ELF] Fix -nostdlib option.
by Shankar Easwaran
· 10 years ago
8e4f68b
The PPC lld backend has been removed, don't require it here.
by Eric Christopher
· 10 years ago
2a96704
ELF: Support INPUT linker script directive
by Rui Ueyama
· 10 years ago
a6d38a3
ELF: Improve linker script unit tests.
by Rui Ueyama
· 10 years ago
104949d
[ELF] Implement action for OUTPUT linker script command
by Davide Italiano
· 10 years ago
1ecdf4a
[ELF] Implement semantic action for ENTRY linker script command.
by Davide Italiano
· 10 years ago
8251d74
Implement semantic action for SEARCH_DIR linker script command
by Rafael Auler
· 10 years ago
48eec8a
ELF: add a unit test for --as-needed.
by Rui Ueyama
· 10 years ago
0b55151
Add a unit test for LinkerScript.
by Rui Ueyama
· 10 years ago
0dc8672
Fix shared library build
by Greg Fitzgerald
· 10 years ago
77337ef
Add ARM backend to the autotools build
by Greg Fitzgerald
· 10 years ago
cf14b63
[ELF] Do not error on non-existent file in the driver.
by Rui Ueyama
· 10 years ago
883afba
Remove InputGraph and use std::vector<Node> instead.
by Rui Ueyama
· 10 years ago
6163544
Rename InputElement Node.
by Rui Ueyama
· 10 years ago
7c4ba12
Remove FileNode::getPath().
by Rui Ueyama
· 10 years ago
cdb1071
Remove InputGraph::size().
by Rui Ueyama
· 10 years ago
5a831ee
[PECOFF] Remove an InputElement placeholder for the entry name.
by Rui Ueyama
· 10 years ago
80c0443
Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.
by Rui Ueyama
· 10 years ago
df230b2
Re-commit r225674: Convert other drivers to use WrapperNode.
by Rui Ueyama
· 10 years ago
cfb2534
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
by Rui Ueyama
· 10 years ago
b348384
Remove InputGraph::getNextFile().
by Rui Ueyama
· 10 years ago
d5bb5c2
Remove dead code.
by Rui Ueyama
· 10 years ago
64e3ded
Remove InputGraph::registerObserver.
by Rui Ueyama
· 10 years ago
e8ecb2b
Convert other drivers to use WrapperNode.
by Rui Ueyama
· 10 years ago
e9b4551
Simplify InputGraph API.
by Rui Ueyama
· 10 years ago
83220a0
Remove dead code.
by Rui Ueyama
· 10 years ago
04da06c
[ELF] Make -init/-fini options compatible with the gnu linker
by Simon Atanasyan
· 10 years ago
00eb257
Re-commit r223330: Rewrite InputGraph's Group
by Rui Ueyama
· 10 years ago
5ae2050
Revert "Rewrite InputGraph's Group"
by Rui Ueyama
· 11 years ago
60df72f
Rewrite InputGraph's Group
by Rui Ueyama
· 11 years ago
24a7f7e
[PECOFF] Ignore /maxilkfile option.
by Rui Ueyama
· 11 years ago
0d9a181
[PECOFF] Create an empty PDB file if debug option is enabled.
by Rui Ueyama
· 11 years ago
4a259cf
[PECOFF] Enable dead-stripping even if /debug option is given.
by Rui Ueyama
· 11 years ago
48b9fc7
Revert "Add support library."
by Shankar Easwaran
· 11 years ago
c937b49
Add support library.
by Shankar Easwaran
· 11 years ago
2f28686
[PECOFF] Fix /nodefaultlib option.
by Rui Ueyama
· 11 years ago
2b67fca
Sort include files according to convention.
by Shankar Easwaran
· 11 years ago
ecbb309
[PECOFF] Remember DLL names given with /delayload option.
by Rui Ueyama
· 11 years ago
c3550f9
Add support to print version.
by Shankar Easwaran
· 11 years ago
251d9a3
[PECOFF] Simplify /machine option handling
by Rui Ueyama
· 11 years ago
75c0127
[PECOFF] Change export table type.
by Rui Ueyama
· 11 years ago
7ea46ba
[PECOFF] Fix duplicate /export options
by Rui Ueyama
· 11 years ago
c2c2937
Driver: accept /machine:arm for Windows linker
by Saleem Abdulrasool
· 11 years ago
635f9c7
[mach-o] Let darwin driver infer arch from .o files if -arch not used.
by Nick Kledzik
· 11 years ago
54e0614
Fix unit test now that 'ld' is host specific
by Nick Kledzik
· 11 years ago
77afc71
[mach-o] Fix initial live atoms with -dead_strip
by Nick Kledzik
· 11 years ago
69e2881
[AArch64] Initial ELF/AArch64 Support
by Chad Rosier
· 11 years ago
bff29b7
[PECOFF] Fix /profile option.
by Rui Ueyama
· 11 years ago
55a6e76
[PECOFF] Add /profile command line option.
by Rui Ueyama
· 11 years ago
7c60a98
[PECOFF] Add the entry point file at the right place.
by Rui Ueyama
· 11 years ago
a27bb08
[PECOFF] Fix entry point functions selection
by Rui Ueyama
· 11 years ago
31fd9d0
[PECOFF] Invoke cvtres.exe in the driver.
by Rui Ueyama
· 11 years ago
9734a53
Fix build of DriverTests for config & make.
by Iain Sandoe
· 11 years ago
d30a1f2
MachO: rename _outputFileType to avoid shadowing parent field.
by Tim Northover
· 11 years ago
28db74b
Fix test build on windows.
by Rafael Espindola
· 11 years ago
e05d380
Move Simple.h and Alias.h to include/Core.
by Rui Ueyama
· 11 years ago
c4d9bed
Initial set of Makefiles
by Iain Sandoe
· 11 years ago
551aacd
Add observers to Input Graph
by Rui Ueyama
· 11 years ago
1127fe4
[PECOFF] DLL extension can be omitted in .def file.
by Rui Ueyama
· 11 years ago
3608609
Expand nested input elements.
by Rui Ueyama
· 11 years ago
Next »