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
/
ELF
/
Driver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...
Fangrui Song
2020-04-10
1
-2
/
+11
*
[ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsym
Fangrui Song
2020-01-23
1
-1
/
+6
*
[ELF] --exclude-libs: don't assign VER_NDX_LOCAL to undefined symbols
Fangrui Song
2020-01-14
1
-1
/
+1
*
[ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...
Fangrui Song
2020-01-13
1
-21
/
+25
*
[lld] Fix -Wrange-loop-analysis warnings
Fangrui Song
2020-01-01
1
-4
/
+1
*
Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355ae
Rui Ueyama
2019-12-13
1
-44
/
+11
*
temporary
Rui Ueyama
2019-12-13
1
-11
/
+44
*
[ELF][AArch64] Rename --force-bti to -z force-bti and --pac-plt to -z pac-plt
Fangrui Song
2019-12-11
1
-14
/
+15
*
[ELF] Move a computeIsPreemptible() pass into ICF. NFC
Fangrui Song
2019-12-10
1
-5
/
+0
*
[ELF] --icf: do not fold preemptible symbols
Fangrui Song
2019-12-10
1
-0
/
+5
*
[ELF] Replace SymbolTable::forEachSymbol with iterator_range symbols()
Fangrui Song
2019-11-26
1
-10
/
+9
*
[ELF] Delete unused Configuration::zExecstack after D56554
Fangrui Song
2019-11-25
1
-1
/
+0
*
[ELF] Error if -Ttext-segment is specified
Fangrui Song
2019-11-21
1
-0
/
+8
*
LLD: Don't use the stderrOS stream in link before it's reassigned.
James Y Knight
2019-11-21
1
-4
/
+4
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-3
/
+6
*
Keep symbols passed by -init and -fini
Rui Ueyama
2019-11-08
1
-0
/
+6
*
[LLD][ELF] Support --[no-]mmap-output-file with F_no_mmap
Nick Terrell
2019-10-29
1
-0
/
+2
*
[ELF] Delete redundant comment after D56554. NFC
Fangrui Song
2019-10-29
1
-1
/
+0
*
[lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACK
Michał Górny
2019-10-29
1
-0
/
+16
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-1
/
+1
*
[LLD][ELF] Fix stale comments about doing ICF
Russell Gallop
2019-10-10
1
-2
/
+3
*
Report error if -export-dynamic is used with -r
Rui Ueyama
2019-10-08
1
-0
/
+2
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-6
/
+8
*
[ELF] Add -z separate-loadable-segments to complement separate-code and nosep...
Fangrui Song
2019-09-25
1
-6
/
+20
*
[ELF] accept thinlto options without --plugin-opt= prefix
Bob Haarman
2019-09-25
1
-10
/
+14
*
[ELF] Make MergeInputSection merging aware of output sections
Fangrui Song
2019-09-24
1
-3
/
+11
*
[mips] Support elf32btsmipn32_fbsd / elf32ltsmipn32_fbsd emulations
Simon Atanasyan
2019-09-23
1
-1
/
+2
*
[lld] Update lld driver to use new LTO APIs to handle libcall symbols
Steven Wu
2019-09-16
1
-7
/
+2
*
[ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417
Peter Smith
2019-09-16
1
-0
/
+4
*
[ELF] Fix a common-page-size typo
Fangrui Song
2019-09-12
1
-1
/
+1
*
[ELF] Support -z undefs
Fangrui Song
2019-09-12
1
-1
/
+3
*
Reland D66717 [ELF] Do not ICF two sections with different output sections (b...
Fangrui Song
2019-09-06
1
-0
/
+5
*
Revert "Revert r370635, it caused PR43241."
Fangrui Song
2019-09-06
1
-0
/
+20
*
Revert r370635, it caused PR43241.
Nico Weber
2019-09-06
1
-20
/
+0
*
[ELF] Do not ICF two sections with different output sections (by SECTIONS com...
Fangrui Song
2019-09-02
1
-0
/
+20
*
[ELF] Error if --strip-all and --emit-relocs are used together
Fangrui Song
2019-08-26
1
-0
/
+3
*
[ELF] Replace local variable hasExportDynamic with config->exportDynamic. NFC
Fangrui Song
2019-08-17
1
-5
/
+2
*
Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...
Rui Ueyama
2019-08-07
1
-1
/
+1
*
[ELF] Consistently prioritize non-* wildcards overs "*" in version scripts
Fangrui Song
2019-08-05
1
-3
/
+9
*
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
*
[ELF] Add -z separate-code and pad the last page of last PF_X PT_LOAD with tr...
Fangrui Song
2019-08-01
1
-3
/
+5
*
[lld] Add Visual Studio compatible diagnostics
Chris Jackson
2019-07-17
1
-0
/
+2
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-9
/
+9
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-4
/
+4
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-12
/
+12
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-894
/
+894
*
Let unaliased Args track which Alias they were created from, and use that in ...
Nico Weber
2019-07-09
1
-6
/
+7
*
Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...
Nico Weber
2019-07-05
1
-1
/
+1
*
[ELF] Error on archive with missing index
Sam Clegg
2019-07-03
1
-1
/
+3
[next]