index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lld
/
lib
/
Driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-4
/
+4
*
LLD: Don't use the stderrOS stream in link before it's reassigned.
James Y Knight
2019-11-21
1
-4
/
+4
*
Fix component build
Rui Ueyama
2019-11-19
1
-2
/
+2
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-13
/
+12
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...
Rui Ueyama
2019-08-07
1
-1
/
+1
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
1
-0
/
+1
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
1
-1
/
+0
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-12
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Eliminate dependency to formatv(). NFC.
Rui Ueyama
2018-10-10
1
-4
/
+3
*
Adapt OptTable::PrintHelp change in D51009
Fangrui Song
2018-10-10
1
-3
/
+7
*
Rename a function to follow the LLVM coding style.
Rui Ueyama
2018-08-27
1
-1
/
+1
*
win: Omit ".exe" from lld warning and error messages.
Nico Weber
2018-08-22
1
-1
/
+1
*
Omit path to lld binary from lld's error, warning, and log output.
Nico Weber
2018-07-20
1
-1
/
+1
*
[Darwin] Do not error on '-lto_library' option
Brian Gesiak
2018-06-13
1
-0
/
+4
*
[Darwin] Use errorHandler from liblldCommon
Brian Gesiak
2018-06-12
3
-161
/
+154
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-1
/
+1
*
lld: Prune unused libdeps.
NAKAMURA Takumi
2017-10-12
1
-1
/
+0
*
lld: Reorder libdeps.
NAKAMURA Takumi
2017-10-11
1
-1
/
+1
*
Build fix: don't try to link in lldConfig
Hans Wennborg
2017-10-02
1
-1
/
+0
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
NFC: LLD fix OptTable Variable Name Style
Martell Malone
2017-08-23
1
-2
/
+2
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
1
-7
/
+9
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-4
/
+4
*
[lld][cmake] Fix LLVM_LINK_LLVM_DYLIB build
Pavel Labath
2017-01-09
1
-3
/
+5
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-04
1
-7
/
+27
*
[Driver] Remove break after return. NFCI.
Davide Italiano
2016-08-16
1
-1
/
+0
*
[MachO] Factor out some common code in the Driver.
Davide Italiano
2016-08-04
1
-13
/
+15
*
[MachO] Add a couple of missing braces.
Davide Italiano
2016-07-20
1
-1
/
+2
*
Change library search methods to return Optional instead of ErrorOr.
Pete Cooper
2016-03-31
1
-5
/
+7
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
1
-3
/
+5
*
Change loadFileList to llvm::Error. NFC
Pete Cooper
2016-03-30
1
-14
/
+16
*
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
Pete Cooper
2016-03-30
1
-3
/
+7
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-1
/
+8
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-8
/
+1
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-1
/
+8
*
Merge DarwinLdDriver and Driver.
Rui Ueyama
2016-03-02
3
-118
/
+83
*
Tidy up CMakefiles.
Rui Ueyama
2016-03-02
1
-3
/
+0
*
Remove unused #include's.
Rui Ueyama
2016-03-02
1
-8
/
+0
*
Make a few utility functions file-scoped.
Rui Ueyama
2016-03-01
2
-17
/
+19
*
Remove dead code.
Rui Ueyama
2016-03-01
1
-17
/
+0
*
Remove CoreDriver.
Rui Ueyama
2016-03-01
3
-191
/
+0
*
Remove dead code for ELF.
Rui Ueyama
2016-02-28
1
-5
/
+2
*
Move functionality of UniversalDriver to the entry point file.
Rui Ueyama
2016-02-28
3
-242
/
+0
*
Remove obsolte TODOs. They are for the old gnu driver.
Rui Ueyama
2016-02-28
1
-99
/
+0
*
Remove a few bits of elf from the old linker.
Rafael Espindola
2016-02-28
1
-1
/
+0
*
Rename elf2 to elf.
Rafael Espindola
2016-02-28
2
-2
/
+2
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
4
-1175
/
+0
[next]