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
/
Symbols.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsym
Fangrui Song
2020-01-23
1
-1
/
+5
*
[ELF] Fix includeInDynsym() when an undefined weak is merged with a lazy defi...
Fangrui Song
2020-01-09
1
-1
/
+3
*
[ELF] Don't special case weak symbols for pie with no shared objects
Fangrui Song
2020-01-08
1
-5
/
+0
*
[ELF] Add IpltSection
Fangrui Song
2019-12-17
1
-3
/
+5
*
[ELF] Update st_size when merging a common symbol with a shared symbol
Fangrui Song
2019-12-13
1
-1
/
+18
*
[ELF] --icf: do not fold preemptible symbols
Fangrui Song
2019-12-10
1
-0
/
+28
*
[ELF][PPC64] Support long branch thunks with addends
Fangrui Song
2019-12-05
1
-11
/
+0
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-17
/
+18
*
[LLD] Simplify the demangleItanium function. NFC.
Martin Storsjo
2019-09-27
1
-2
/
+1
*
[ELF] Simplify handling of exportDynamic and isPreemptible
Fangrui Song
2019-08-13
1
-1
/
+1
*
[ELF] Remove redundant isDefined() in Symbol::computeBinding() and delete one...
Fangrui Song
2019-08-11
1
-3
/
+2
*
[ELF] Remove redundant !isPreemptible in Symbol::computeBinding()
Fangrui Song
2019-08-11
1
-1
/
+1
*
[ELF] Make binding (weak or non-weak) logic consistent for Undefined and Shar...
Fangrui Song
2019-08-06
1
-11
/
+7
*
[ELF] Consistently prioritize non-* wildcards overs "*" in version scripts
Fangrui Song
2019-08-05
1
-1
/
+1
*
[ELF] Simplify with dyn_cast_or_null. NFC
Fangrui Song
2019-07-26
1
-1
/
+1
*
ld.lld: Demangle symbols from archives in diagnostics
Nico Weber
2019-07-23
1
-11
/
+18
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-253
/
+253
*
[ELF] resolveUndefined: ignore undefined symbols in SharedFile for Undefined ...
Fangrui Song
2019-07-04
1
-12
/
+19
*
Avoid identifiers that are different only in case. NFC.
Rui Ueyama
2019-07-03
1
-6
/
+6
*
[ELF] Only allow the binding of SharedSymbol to change for the first undef ref
Fangrui Song
2019-07-02
1
-4
/
+14
*
Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...
Fangrui Song
2019-06-26
1
-7
/
+1
*
Revert r362743 "Revert "Revert "Reland D61583 [ELF] Error on relocations to S...
Hans Wennborg
2019-06-25
1
-1
/
+7
*
Fix an issue that common symbols are not internalized under some condition.
Rui Ueyama
2019-06-25
1
-3
/
+3
*
[ELF][RISCV] Create dummy .sdata for __global_pointer$ if .sdata does not exist
Fangrui Song
2019-06-14
1
-0
/
+1
*
[ELF] Delete GotEntrySize and GotPltEntrySize
Fangrui Song
2019-05-31
1
-7
/
+5
*
[ELF] Replace a dead test in getSymVA() with assert()
Fangrui Song
2019-05-31
1
-7
/
+1
*
[ELF] Implement Local Dynamic style TLSDESC for x86-64
Fangrui Song
2019-05-30
1
-0
/
+1
*
ELF: Add basic partition data structures and behaviours.
Peter Collingbourne
2019-05-29
1
-1
/
+1
*
[lld] Trace all references with lld --trace-symbol
Sam Clegg
2019-05-24
1
-1
/
+4
*
Simplify InputFile::fetch().
Rui Ueyama
2019-05-23
1
-4
/
+2
*
Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp.
Rui Ueyama
2019-05-23
1
-6
/
+310
*
Introduce CommonSymbol.
Rui Ueyama
2019-05-16
1
-1
/
+3
*
Simplify SymbolTable::add{Defined,Undefined,...} functions.
Rui Ueyama
2019-05-16
1
-1
/
+7
*
[ELF] Emit weak-undef symbols in .dynsym of a PIE binary only if linked again...
Siva Chandra
2019-03-18
1
-0
/
+4
*
[MIPS] Handle cross-mode (regular <-> microMIPS) jumps
Simon Atanasyan
2019-02-19
1
-1
/
+21
*
ELF: Allow GOT relocs pointing to non-preemptable ifunc to resolve to an IREL...
Peter Collingbourne
2019-02-13
1
-3
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Do not emit a corrupt symbol table entry for .rela_iplt_{start,end}.
Rui Ueyama
2019-01-15
1
-0
/
+1
*
Simplify Symbol::getPltVA.
Rui Ueyama
2018-11-28
1
-11
/
+2
*
[ELF] Write IPLT header in -static -z retpolineplt mode
Fangrui Song
2018-11-21
1
-1
/
+4
*
[PPC64] Long branch thunks.
Sean Fertile
2018-11-14
1
-0
/
+11
*
Rename warnUnorderableSymbol maybeWarnUnorderableSymbol because the function ...
Rui Ueyama
2018-10-26
1
-1
/
+1
*
Remove a global variable that is set but not used.
Rui Ueyama
2018-10-23
1
-1
/
+0
*
Remove `Type` parameter from SymbolTable::insert(). NFC.
Rui Ueyama
2018-10-12
1
-0
/
+2
*
[ELF] Don't warn on undefined symbols if UnresolvedPolicy::Ignore is used
Fangrui Song
2018-10-10
1
-0
/
+9
*
[ELF] - Do not forget to include to .dymsym symbols that were converted to De...
George Rimar
2018-10-03
1
-1
/
+1
*
Reset input section pointers to null on each linker invocation.
Rui Ueyama
2018-09-25
1
-5
/
+5
*
[ELF] Set Out::TlsPhdr earlier for encoding packed reloc tables
Ryan Prichard
2018-09-18
1
-2
/
+7
*
[ELF] Revert "Also demote lazy symbols."
Chih-Hung Hsieh
2018-09-11
1
-1
/
+2
*
Support RISC-V
Rui Ueyama
2018-08-09
1
-0
/
+1
[next]