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
/
COFF
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix alignment of thunks for ARM/ARM64
Martin Storsjö
2020-06-17
2
-7
/
+19
*
[COFF] Don't treat DWARF sections as GC roots
Reid Kleckner
2020-04-13
1
-2
/
+4
*
[LLD][COFF] Enable linking of __declspec(selectany) symbols from Clang and GCC
Markus Böck
2020-01-23
1
-0
/
+11
*
[COFF] Align ARM64 range extension thunks at instruction boundary
Tom Tan
2020-01-10
1
-1
/
+1
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
1
-0
/
+1
*
[LLD] [COFF] Fix post-commit suggestions for absolute symbol equality
Martin Storsjö
2020-01-08
2
-10
/
+3
*
[LLD] [COFF] Don't error out on duplicate absolute symbols with the same value
Martin Storsjö
2020-01-04
2
-2
/
+16
*
[PDB] Print the most redundant type record indices with /summary
Reid Kleckner
2020-01-02
1
-1
/
+90
*
[lld] Fix -Wrange-loop-analysis warnings
Fangrui Song
2020-01-01
1
-4
/
+1
*
lld: Remove explicit copy ops from AssociatedIterator, relying on implicit op...
David Blaikie
2019-12-27
1
-5
/
+0
*
[LLD] [COFF] Fix reporting duplicate errors for absolute symbols
Martin Storsjö
2019-12-19
1
-1
/
+3
*
[LLD] Add a default copy constructor to avoid warnings
Nemanja Ivanovic
2019-11-25
1
-0
/
+1
*
LLD: Don't use the stderrOS stream in link before it's reassigned.
James Y Knight
2019-11-21
2
-8
/
+8
*
Use lld::make<T> to make TpiSource objects
Rui Ueyama
2019-11-20
1
-10
/
+7
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
3
-6
/
+9
*
[COFF] Don't error if the only inputs are from /wholearchive:
Reid Kleckner
2019-11-15
1
-4
/
+4
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
[COFF] Avoid CodeView include in header
Reid Kleckner
2019-11-14
3
-6
/
+8
*
Forward declare the DWARFCache to avoid including LLVM DWARF details
Reid Kleckner
2019-11-14
2
-1
/
+3
*
[COFF] Don't include llvm/LTO/LTO.h in a header
Reid Kleckner
2019-11-14
5
-3
/
+15
*
Warn on /align if used without /driver
Rui Ueyama
2019-11-14
1
-0
/
+2
*
Implement /driver, /driver:wdm and /driver:uponly
Rui Ueyama
2019-11-14
4
-3
/
+36
*
[LLD] [COFF] Fix automatically importing data symbols from DLLs with LTO
Martin Storsjö
2019-11-13
1
-2
/
+0
*
Warn when an output section name is longer than 8 characters
Reid Kleckner
2019-11-01
3
-0
/
+13
*
lld/COFF: Simplify getOutputPath() using sys::path functions.
Nico Weber
2019-10-28
1
-4
/
+1
*
[LLD] [COFF] Fix use of uninitialized memory since SVN r375390
Martin Storsjo
2019-10-21
1
-1
/
+1
*
[LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving cod...
Martin Storsjo
2019-10-21
5
-15
/
+21
*
[LLD] Move duplicated dwarf parsing code to the Common library. NFC.
Martin Storsjo
2019-10-21
2
-79
/
+6
*
[lld][coff] Add missing dependency to fix build.
Michael Liao
2019-10-18
1
-0
/
+1
*
[LLD] [COFF] Try to report source locations for duplicate symbols
Martin Storsjo
2019-10-18
4
-13
/
+167
*
[LLD] [COFF] Update a leftover comment after SVN r374869. NFC.
Martin Storsjo
2019-10-15
1
-1
/
+1
*
[LLD] [COFF] Fix -Wmissing-field-initializers warnings. NFC.
Martin Storsjo
2019-10-15
1
-1
/
+1
*
[LLD] [COFF] Wrap file location pair<StringRef,int> in Optional<>. NFC.
Martin Storsjo
2019-10-15
3
-22
/
+26
*
[PDB] Fix bug when using multiple PCH header objects with the same name.
Zachary Turner
2019-10-10
1
-17
/
+9
*
[COFF] Wrap definitions in namespace lld { namespace coff {. NFC
Fangrui Song
2019-10-10
7
-50
/
+63
*
dummy comment typo fix commit to cycle the bots
Nico Weber
2019-10-10
5
-9
/
+8
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
1
-4
/
+2
*
[lld] Don't create hints-section if Hint/Name Table is empty
Rui Ueyama
2019-10-09
1
-1
/
+2
*
[LLD] [COFF] Always demangle the __imp_ prefix to __declspec(dllimport)
Martin Storsjo
2019-10-04
1
-3
/
+5
*
Add /reproduce option to lld/COFF
Rui Ueyama
2019-10-04
2
-6
/
+27
*
Revert r371729: lld-link: Make /linkrepro: take a filename, not a directory.
Rui Ueyama
2019-10-04
1
-5
/
+7
*
[LLD] [COFF] Use the unified llvm demangle frontend function. NFC.
Martin Storsjo
2019-09-27
2
-15
/
+16
*
[LLD] [COFF] Resolve source locations for undefined references using dwarf
Martin Storsjo
2019-09-25
5
-4
/
+38
*
[NFC][COFF] fix typo in comment ("algortihm" -> "algorithm")
Bob Haarman
2019-09-24
1
-1
/
+1
*
[lld] Update lld driver to use new LTO APIs to handle libcall symbols
Steven Wu
2019-09-16
1
-7
/
+2
*
lld-link: Make Options.td formatting more self-consistent.
Nico Weber
2019-09-14
1
-13
/
+19
*
lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars.
Nico Weber
2019-09-13
4
-11
/
+17
*
[COFF] Fix to not add archive name to buffer identifiers when they come
Amy Huang
2019-09-12
1
-2
/
+3
*
lld-link: Make /linkrepro: take a filename, not a directory.
Nico Weber
2019-09-12
1
-7
/
+5
*
[LLD][COFF] Add index to disambiguate archive members when using -wholearchive
Rui Ueyama
2019-09-10
1
-1
/
+2
[next]