Sign in
llvm
/
llvm-project
/
9e3e1aad3161f4ce5301c3a59c7313ad83240a6d
/
lld
/
lib
/
Driver
7a64822
[CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachO
by Fangrui Song
· 3 years, 10 months ago
f1e2d58
[OptTable] Rename PrintHelp to printHelp
by Fangrui Song
· 4 years ago
3c6f8ca
[lld] Rename StringRef _lower() method calls to _insensitive()
by Martin Storsjö
· 4 years ago
f2efb57
[LLD][COFF] Cover usage of LLD-as-a-library in tests
by Alexandre Ganea
· 4 years, 9 months ago
058ec20
[lld] As part of using inclusive language within the llvm
by Eric Christopher
· 5 years ago
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 5 years ago
7ae3d33
[lld] Fix trivial typos in comments
by Kazuaki Ishizaki
· 5 years ago
d3fec7f
LLD: Don't use the stderrOS stream in link before it's reassigned.
by James Y Knight
· 6 years ago
d0371f4
Fix component build
by Rui Ueyama
· 6 years ago
b11386f
Make it possible to redirect not only errs() but also outs()
by Rui Ueyama
· 6 years ago
6ba7992
[LLD] Migrate llvm::make_unique to std::make_unique
by Jonas Devlieghere
· 6 years ago
cac8df1
Re-submit r367649: Improve raw_ostream so that you can "write" colors using operator<<
by Rui Ueyama
· 6 years ago
4d41c33
Revert r367649: Improve raw_ostream so that you can "write" colors using operator<<
by Rui Ueyama
· 6 years ago
a52f982
Improve raw_ostream so that you can "write" colors using operator<<
by Rui Ueyama
· 6 years ago
136d27a
[Coding style change][lld] Rename variables for non-ELF ports
by Rui Ueyama
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
9ae88c6
Eliminate dependency to formatv(). NFC.
by Rui Ueyama
· 7 years ago
2043a58
Adapt OptTable::PrintHelp change in D51009
by Fangrui Song
· 7 years ago
4183120
Rename a function to follow the LLVM coding style.
by Rui Ueyama
· 7 years ago
386bf12
win: Omit ".exe" from lld warning and error messages.
by Nico Weber
· 7 years ago
bbfe0b7
Omit path to lld binary from lld's error, warning, and log output.
by Nico Weber
· 7 years ago
4fcebf6
[Darwin] Do not error on '-lto_library' option
by Brian Gesiak
· 7 years ago
b9f7f4b
[Darwin] Use errorHandler from liblldCommon
by Brian Gesiak
· 7 years ago
e7245b4
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
b6d3452
lld: Prune unused libdeps.
by NAKAMURA Takumi
· 8 years ago
d791eaa
lld: Reorder libdeps.
by NAKAMURA Takumi
· 8 years ago
f69216a
Build fix: don't try to link in lldConfig
by Hans Wennborg
· 8 years ago
3f85170
Move new lld's code to Common subdirectory.
by Rui Ueyama
· 8 years ago
8cd2f13
NFC: LLD fix OptTable Variable Name Style
by Martell Malone
· 8 years ago
ba5d4af
[GSoC] Flag value completion for clang
by Yuka Takahashi
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
c9fa114
[lld][cmake] Fix LLVM_LINK_LLVM_DYLIB build
by Pavel Labath
· 8 years ago
c1edf566
Prevent at compile time converting from Error::success() to Expected<T>
by Mehdi Amini
· 9 years ago
e568b91
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes.
by Eugene Zelenko
· 9 years ago
8dd4e70
[Driver] Remove break after return. NFCI.
by Davide Italiano
· 9 years ago
d62d116
[MachO] Factor out some common code in the Driver.
by Davide Italiano
· 9 years ago
fbcf695
[MachO] Add a couple of missing braces.
by Davide Italiano
· 9 years ago
d0a643e
Change library search methods to return Optional instead of ErrorOr.
by Pete Cooper
· 9 years ago
fefbd22
Convert lld file writing to llvm::Error. NFC.
by Pete Cooper
· 9 years ago
96be123
Change loadFileList to llvm::Error. NFC
by Pete Cooper
· 9 years ago
c73c9d2
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
by Pete Cooper
· 9 years ago
8ad55fb
Use owning pointers instead of raw pointers for Atom's to fix leaks.
by Pete Cooper
· 9 years ago
3e4d732
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
by Pete Cooper
· 9 years ago
572a87e
Use owning pointers instead of raw pointers for Atom's to fix leaks.
by Pete Cooper
· 9 years ago
a453c0a5
Merge DarwinLdDriver and Driver.
by Rui Ueyama
· 9 years ago
7a963bf
Tidy up CMakefiles.
by Rui Ueyama
· 9 years ago
165ca7c
Remove unused #include's.
by Rui Ueyama
· 9 years ago
947648f
Make a few utility functions file-scoped.
by Rui Ueyama
· 9 years ago
958e44b
Remove dead code.
by Rui Ueyama
· 9 years ago
1054ae7
Remove CoreDriver.
by Rui Ueyama
· 9 years ago
8cca07e
Remove dead code for ELF.
by Rui Ueyama
· 9 years ago
e7b3300
Move functionality of UniversalDriver to the entry point file.
by Rui Ueyama
· 9 years ago
b369d14
Remove obsolte TODOs. They are for the old gnu driver.
by Rui Ueyama
· 9 years ago
f6f3e2d
Remove a few bits of elf from the old linker.
by Rafael Espindola
· 9 years ago
e0df00b
Rename elf2 to elf.
by Rafael Espindola
· 9 years ago
3a4d0a7
Remove the old ELF linker.
by Rafael Espindola
· 9 years ago
9b28a45
Add cmdline options for LC_DATA_IN_CODE load command.
by Pete Cooper
· 9 years ago
41f3e8e
Generate LC_FUNCTION_STARTS load command.
by Pete Cooper
· 9 years ago
40576fa
Add support for the source_version cmdline option.
by Pete Cooper
· 9 years ago
3dd478a
Default to an unknown OS instead of MacOSX.
by Pete Cooper
· 9 years ago
451ec4b
Add support for -sdk_version cmdline option.
by Pete Cooper
· 9 years ago
354809e
Add generation of LC_VERSION_MIN load commands.
by Pete Cooper
· 9 years ago
b694011
ELF: Make link() to take an output stream to which error messages are written.
by Rui Ueyama
· 9 years ago
c2bad09
Add command line option to disable ObjC category merging.
by Pete Cooper
· 9 years ago
64cfffd
ELF: Rename error -> fatal and redefine error as a non-noreturn function.
by Rui Ueyama
· 9 years ago
3511645
Add support for export_dynamic cmdline option and behaviour.
by Pete Cooper
· 9 years ago
2735783
Add the GC commandline options and throw errors if they are used
by Pete Cooper
· 9 years ago
3b8cde6
[old ELF] Remove AMDGPU target
by Tom Stellard
· 9 years ago
69b18f4
Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC.
by Pete Cooper
· 9 years ago
f154b67
Set the folder for libraries to 'lld libraries'. NFC.
by Pete Cooper
· 9 years ago
7bf3a85
Move parsing of LLVM options to parse() method.
by Pete Cooper
· 9 years ago
9c8904f
Rename ld.lld2 to ld.lld since it is the default.
by Rafael Espindola
· 10 years ago
7477e99
Make ELF2 the default.
by Rafael Espindola
· 10 years ago
97a8695a
Rename gnu2 to gnu.
by Rafael Espindola
· 10 years ago
7467461
Rename the gnu flavour to gnu old.
by Rafael Espindola
· 10 years ago
4154794
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
by Eugene Zelenko
· 10 years ago
069b2dd
[Driver] Ignore -G option in both new and old ELF linker
by Simon Atanasyan
· 10 years ago
07fe7a9
[Driver] Accept both -m <emulation> and -m<emulation>
by Simon Atanasyan
· 10 years ago
b1b67f4
[lld][Darwin] Add support for the -sectcreate option.
by Lang Hames
· 10 years ago
f88d2297
Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef. NFC
by Craig Topper
· 10 years ago
98efd89
Use ld.lld2 as a argv[0] alias.
by Rafael Espindola
· 10 years ago
43155d0
[LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups.
by Rui Ueyama
· 10 years ago
5c69200
[lld][MachO] Initial implementation of -flat_namespace and -undefined.
by Lang Hames
· 10 years ago
92480f9
[Mips] Rejects all --hash-style arguments except 'sysv' in case of MIPS target
by Simon Atanasyan
· 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
15d1fa1
ELF: Add AMDGPU ReaderWriter
by Tom Stellard
· 10 years ago
f0461ba
Update for llvm api change.
by Rafael Espindola
· 10 years ago
0c8beb1
[LinkerScript] Process program header in PHDRS command
by Denis Protivensky
· 10 years ago
8c484af
COFF: Remove lld-link2 alias.
by Rui Ueyama
· 10 years ago
251b0e2
COFF: Remove the old COFF linker and make link an alias to link2.
by Rui Ueyama
· 10 years ago
b835ae8
Port the error functions from ELF to COFF.
by Rafael Espindola
· 10 years ago
84487f1
[ELF2] Add a new ELF linker based on the new PE/COFF linker.
by Michael J. Spencer
· 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
b34a080
[Mips] Support MIPS big-endian 32/64-bits targets
by Simon Atanasyan
· 10 years ago
44b0723
Add missing dependencies for the CMake shared lld build.
by Benjamin Kramer
· 10 years ago
6521ed9
Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs
by David Blaikie
· 10 years ago
0081819
Fix missed formatting in prior commit (mostly 80 cols violation and some whitespace around *)
by David Blaikie
· 10 years ago
b2b1c7c
ArrayRef-ify Driver::parse and related functions.
by David Blaikie
· 10 years ago
Next »