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
/
wasm
/
SymbolTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Handle object parsing more like the ELF backend
Sam Clegg
2019-06-05
1
-6
/
+22
*
[WebAssembly] Add comment as follow-up to rL362276. NFC.
Sam Clegg
2019-06-04
1
-1
/
+3
*
[WebAssembly] Don't export __data_end and __heap_base by default.
Sam Clegg
2019-05-31
1
-1
/
+4
*
[WebAssembly] Fix signatures of undefined function in LTO object which are no...
Sam Clegg
2019-05-29
1
-8
/
+10
*
[WebAssembly] Relax signature checking for undefined functions that are not c...
Sam Clegg
2019-05-24
1
-4
/
+9
*
[WebAssebmly] Add support for --wrap
Sam Clegg
2019-05-24
1
-1
/
+16
*
[lld] Trace all references with lld --trace-symbol
Sam Clegg
2019-05-24
1
-0
/
+6
*
Reland: [WebAssembly] Add __start_/_stop_ symbols for data sections
Sam Clegg
2019-05-23
1
-0
/
+11
*
Revert "[WebAssembly] Add __start_/_stop_ symbols for data sections"
Sam Clegg
2019-05-21
1
-11
/
+0
*
[WebAssembly] Add __start_/_stop_ symbols for data sections
Sam Clegg
2019-05-21
1
-0
/
+11
*
[WebAssembly] LTO: Honor comdat groups when loading bitcode files
Sam Clegg
2019-05-15
1
-2
/
+2
*
[wasm] Simplify. NFC
Fangrui Song
2019-04-18
1
-1
/
+1
*
[WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.
Sam Clegg
2019-04-09
1
-1
/
+1
*
Make helper functions static. NFC.
Benjamin Kramer
2019-03-28
1
-1
/
+2
*
[WebAssembly] Improve support for "needed" list in dylink section
Sam Clegg
2019-03-13
1
-0
/
+2
*
[WebAssembly] Don't mark lazy symbols as `IsUsedInRegularObj`
Sam Clegg
2019-03-08
1
-4
/
+4
*
[WebAssembly] Remove redundant code added in rL354538. NFC.
Sam Clegg
2019-02-21
1
-36
/
+4
*
Fix unused variable warning.
Richard Trieu
2019-02-21
1
-2
/
+2
*
[WebAssembly] Don't generate invalid modules when function signatures mismatch
Sam Clegg
2019-02-20
1
-55
/
+220
*
[WebAssembly] Refactor handling of weak undefined functions. NFC.
Sam Clegg
2019-02-07
1
-1
/
+57
*
[WebAssembly] Fix imported function symbol names that differ from their impor...
Dan Gohman
2019-02-07
1
-4
/
+8
*
[WebAssembly] Implement --trace and --trace-symbol
Sam Clegg
2019-02-06
1
-11
/
+40
*
[WebAssembly] Support imports from custom module names
Sam Clegg
2019-02-01
1
-3
/
+3
*
[WebAssembly] Don't load weak undefined symbols from archive files
Sam Clegg
2019-01-29
1
-6
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-12-08
1
-5
/
+48
*
[WebAssembly] Remove `using` statements from header files. NFC.
Sam Clegg
2018-11-27
1
-0
/
+1
*
[WebAssembly] Fix inaccurate comments / assertion messages
Heejin Ahn
2018-11-19
1
-2
/
+2
*
[WebAssembly] Preserve function signatures during LTO
Sam Clegg
2018-09-28
1
-4
/
+15
*
[WebAssembly] Don't error when --undefined symbols are not found
Sam Clegg
2018-08-04
1
-14
/
+1
*
Set IsUsedInRegularObj in a consistent manor between COFF, ELF and wasm. NFC
Sam Clegg
2018-08-02
1
-37
/
+24
*
[WebAssemlby] Set IsUsedInRegularObj correctly for undefined data symbols
Sam Clegg
2018-07-17
1
-0
/
+3
*
[WebAssembly] LTO: Fix signatures of undefined functions in bitcode
Sam Clegg
2018-06-28
1
-5
/
+13
*
Revert "[WebAssembly] Error on mismatched function signature in final output"
Sam Clegg
2018-06-22
1
-20
/
+5
*
[WebAssembly] Error on mismatched function signature in final output
Sam Clegg
2018-06-21
1
-5
/
+20
*
[WebAssembly] Update function signature mismatch error message. NFC.
Sam Clegg
2018-06-20
1
-1
/
+1
*
[WebAssembly] Initial support for LTO
Sam Clegg
2018-05-30
1
-6
/
+52
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-15
/
+17
*
[WebAssembly] Allow signautre of entry function to be flexible
Sam Clegg
2018-05-14
1
-4
/
+4
*
[WebAssembly] Update to match llvm changes
Sam Clegg
2018-05-14
1
-6
/
+6
*
[WebAssembly] Check function signatures by default
Sam Clegg
2018-05-05
1
-7
/
+4
*
[WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC
Nicholas Wilson
2018-03-14
1
-2
/
+2
*
[WebAssembly] Refactor order of creation for SyntheticFunction
Nicholas Wilson
2018-03-09
1
-3
/
+6
*
[WebAssembly] Simplify COMDAT handling.
Rui Ueyama
2018-03-01
1
-14
/
+2
*
Use DenseMap::lookup() instead of find() and a hand-written null check.
Rui Ueyama
2018-02-28
1
-4
/
+1
*
[WebAssembly] Reduce code repetition. NFC.
Rui Ueyama
2018-02-28
1
-18
/
+10
*
[WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.
Rui Ueyama
2018-02-28
1
-111
/
+125
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-44
/
+86
*
[WebAssembly] Rename GlobalSymbol types. NFC.
Sam Clegg
2018-02-20
1
-9
/
+10
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-1
/
+0
[next]