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
/
Symbols.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld][WebAssembly] Add libcall symbols to the link when LTO is being used.
Sam Clegg
2020-01-10
1
-0
/
+1
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-2
/
+2
*
[lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...
Sam Clegg
2019-09-24
1
-4
/
+7
*
[WebAssembly] Initialize memory in start function
Thomas Lively
2019-09-04
1
-4
/
+8
*
[WebAssembly] Implement NO_STRIP
Dan Gohman
2019-08-29
1
-0
/
+4
*
[lld][WebAssembly] Allow linking of pic code into static binaries
Sam Clegg
2019-08-13
1
-0
/
+2
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
1
-0
/
+4
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
1
-0
/
+13
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-167
/
+167
*
[lld][WebAssembly] Fix __start/__stop symbols when combining input segments
Sam Clegg
2019-07-08
1
-1
/
+2
*
[WebAssembly] Add static_assert(sizeof(SymbolUnion) <= 96)
Fangrui Song
2019-07-08
1
-5
/
+10
*
[WebAssembly] Delete static_assert(sizeof(SymbolUnion) <= 96) to fix Windows ...
Fangrui Song
2019-07-05
1
-5
/
+0
*
[WebAssembly] Reorder Symbol fields to make it smaller
Fangrui Song
2019-07-05
1
-25
/
+31
*
[WebAssembly] Add option to emit passive segments
Thomas Lively
2019-07-03
1
-0
/
+4
*
[wasm-ld] Add __global_base symbol to mark the value of --global-base
Guanzhong Chen
2019-06-26
1
-0
/
+4
*
[WebAssembly] Fix for discarded init functions
Sam Clegg
2019-06-07
1
-0
/
+3
*
[WebAssembly] Relax signature checking for undefined functions that are not c...
Sam Clegg
2019-05-24
1
-2
/
+4
*
[WebAssebmly] Add support for --wrap
Sam Clegg
2019-05-24
1
-2
/
+8
*
[lld] Trace all references with lld --trace-symbol
Sam Clegg
2019-05-24
1
-0
/
+1
*
[WebAssembly] Refactor synthetic sections and relocation processing. NFC.
Sam Clegg
2019-05-21
1
-14
/
+32
*
[WebAssembly] Apply data relocations at runtime in shared objects
Sam Clegg
2019-04-04
1
-0
/
+4
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
1
-15
/
+11
*
[WebAssembly] Handle undefined data symbols in shared libraries
Sam Clegg
2019-03-12
1
-0
/
+15
*
[WebAssembly] Don't mark lazy symbols as `IsUsedInRegularObj`
Sam Clegg
2019-03-08
1
-1
/
+7
*
[WebAssembly] Don't generate invalid modules when function signatures mismatch
Sam Clegg
2019-02-20
1
-0
/
+2
*
[WebAssembly] Refactor handling of weak undefined functions. NFC.
Sam Clegg
2019-02-07
1
-0
/
+2
*
[WebAssembly] Fix imported function symbol names that differ from their impor...
Dan Gohman
2019-02-07
1
-5
/
+12
*
[WebAssembly] Implement --trace and --trace-symbol
Sam Clegg
2019-02-06
1
-2
/
+15
*
[WebAssembly] Support imports from custom module names
Sam Clegg
2019-02-01
1
-2
/
+6
*
[WebAssembly] Don't load weak undefined symbols from archive files
Sam Clegg
2019-01-29
1
-2
/
+25
*
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
-8
/
+56
*
[WebAssembly] Remove `using` statements from header files. NFC.
Sam Clegg
2018-11-27
1
-7
/
+5
*
[WebAssembly] Delete unused using statements (NFC)
Heejin Ahn
2018-11-21
1
-2
/
+0
*
[WebAssembly] Fix inaccurate comments / assertion messages
Heejin Ahn
2018-11-19
1
-3
/
+1
*
[WebAssembly] Import the stack pointer when building shared libraries
Sam Clegg
2018-11-15
1
-3
/
+3
*
[WebAssembly] Initial support for shared objects (-shared)
Sam Clegg
2018-11-15
1
-0
/
+8
*
[WebAssembly] Respect `--no-mangle` in more locations
Sam Clegg
2018-11-09
1
-0
/
+1
*
[WebAssembly] Fix --export of LTO symbols
Sam Clegg
2018-06-28
1
-2
/
+4
*
[WebAssembly] Add support for bitcode archive members
Sam Clegg
2018-06-28
1
-0
/
+1
*
[WebAssembly] LTO: Fix signatures of undefined functions in bitcode
Sam Clegg
2018-06-28
1
-4
/
+2
*
Revert "[WebAssembly] Error on mismatched function signature in final output"
Sam Clegg
2018-06-22
1
-4
/
+2
*
[WebAssembly] Only mark non-hidden symbols as live if they are also defined
Sam Clegg
2018-06-21
1
-1
/
+1
*
[WebAssembly] Error on mismatched function signature in final output
Sam Clegg
2018-06-21
1
-2
/
+4
*
[WebAssembly] Initial support for LTO
Sam Clegg
2018-05-30
1
-3
/
+11
*
[WebAssembly] Update to match llvm changes
Sam Clegg
2018-05-14
1
-1
/
+0
*
[WebAssembly] Add support for debug (DWARF) sections
Sam Clegg
2018-05-04
1
-1
/
+21
*
[ELF] Fix typo. NFC
Fangrui Song
2018-04-27
1
-1
/
+1
*
[WebAssembly] Implement GC for imports
Nicholas Wilson
2018-04-20
1
-2
/
+10
*
[WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC
Sam Clegg
2018-03-12
1
-17
/
+15
[next]