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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
9
-17
/
+17
*
[lld] Fix -Wrange-loop-analysis warnings
Fangrui Song
2020-01-01
1
-1
/
+1
*
[MachO] Fix detecting malformed DWARF.
Igor Kudrin
2019-12-17
1
-2
/
+2
*
LLD: Don't use the stderrOS stream in link before it's reassigned.
James Y Knight
2019-11-21
1
-4
/
+4
*
Revert "Fix shared lib build."
Rui Ueyama
2019-11-19
2
-4
/
+2
*
Fix component build
Rui Ueyama
2019-11-19
7
-25
/
+25
*
Fix shared lib build.
Michael Liao
2019-11-18
2
-2
/
+4
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
7
-44
/
+36
*
Move endian constant from Host.h to SwapByteOrder.h, prune include
Reid Kleckner
2019-10-19
1
-0
/
+1
*
[lld][mach-o] Avoid segfaulting when handling an empty section list.
Matt Davis
2019-09-26
1
-6
/
+8
*
[mach-o] Extend LC_DATA_IN_CODE support to x86_64
Rui Ueyama
2019-08-28
1
-8
/
+42
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
11
-20
/
+20
*
Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...
Rui Ueyama
2019-08-07
1
-1
/
+1
*
[MachO] Update LLD to use 64-bit offsets with DataExtractor (3/5)
Igor Kudrin
2019-08-06
1
-6
/
+6
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
2
-3
/
+3
*
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
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-5
/
+4
*
lld: Fix initial Mach-O load commands size calculation omitting LC_FUNCTION_S...
Rui Ueyama
2019-04-17
3
-12
/
+21
*
[ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...
Fangrui Song
2019-03-29
3
-13
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
41
-164
/
+123
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
2
-0
/
+2
*
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
*
MachO: Change getString16() back to inline function
Tom Stellard
2018-09-07
1
-1
/
+1
*
MachO: Fix out-of-bounds memory access in getString16
Tom Stellard
2018-09-07
1
-6
/
+5
*
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
*
Fix -DBUILD_SHARED_LIBS=1 build
Sam Clegg
2018-06-12
1
-0
/
+1
*
[Darwin] Use errorHandler from liblldCommon
Brian Gesiak
2018-06-12
5
-171
/
+162
*
Remove \brief commands from doxygen comments.
Fangrui Song
2018-05-15
1
-3
/
+3
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
4
-38
/
+42
*
Fix build broken by llvm r327486
Pavel Labath
2018-03-14
1
-1
/
+1
*
[ELF] Fix IsPreemptible comment and typo. NFC
Fangrui Song
2018-02-23
1
-2
/
+2
*
[YAML] Fix mustQuote return type changed in r320996
Francis Visoiu Mistrih
2017-12-18
2
-6
/
+6
*
MachONormalizedFile.h: Remove unimplemented function
David Blaikie
2017-11-22
1
-9
/
+0
*
Make some headers modular by adding missing includes/forward decls.
David Blaikie
2017-11-21
1
-0
/
+2
*
Update for llvm change.
Rafael Espindola
2017-11-08
1
-1
/
+2
*
Update for llvm change.
Rafael Espindola
2017-11-08
1
-3
/
+3
*
lld: Prune unused libdeps.
NAKAMURA Takumi
2017-10-12
2
-2
/
+0
*
lld: Reorder libdeps.
NAKAMURA Takumi
2017-10-11
2
-2
/
+2
*
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
24
-173
/
+20
*
[MACH-O] Fix the ASM code generated for __stub_helpers section
Rui Ueyama
2017-08-24
6
-0
/
+77
*
NFC: LLD fix OptTable Variable Name Style
Martell Malone
2017-08-23
1
-2
/
+2
*
Update for llvm change.
Rafael Espindola
2017-08-03
1
-2
/
+2
*
Fix ObjCPass on big-endian host
Tom Stellard
2017-07-24
1
-2
/
+6
[next]