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
/
MarkLive.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld][WebAssembly] Refactor markLive.cpp. NFC
Sam Clegg
2019-10-10
1
-30
/
+61
*
[WebAssembly] Initialize memory in start function
Thomas Lively
2019-09-04
1
-2
/
+3
*
[WebAssembly] Implement NO_STRIP
Dan Gohman
2019-08-29
1
-2
/
+2
*
[WebAssembly] Rename variale references in comments after VariableName -> var...
Fangrui Song
2019-07-16
1
-2
/
+2
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-61
/
+61
*
[WebAssembly] Add option to emit passive segments
Thomas Lively
2019-07-03
1
-3
/
+5
*
[WebAssembly] Fix for discarded init functions
Sam Clegg
2019-06-07
1
-2
/
+5
*
[WebAssembly] Apply data relocations at runtime in shared objects
Sam Clegg
2019-04-04
1
-0
/
+5
*
[WebAssebmly] Allow __wasm_call_ctors to be GC'ed
Sam Clegg
2019-03-01
1
-9
/
+19
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-1
/
+1
*
[WebAssembly] Update relocation naming to match llvm change. NFC.
Sam Clegg
2019-02-04
1
-3
/
+3
*
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
-0
/
+4
*
[WebAssembly] Delete unused using statements (NFC)
Heejin Ahn
2018-11-21
1
-2
/
+0
*
[WebAssembly] Add support for bitcode archive members
Sam Clegg
2018-06-28
1
-2
/
+2
*
Revert "[WebAssembly] Error on mismatched function signature in final output"
Sam Clegg
2018-06-22
1
-2
/
+3
*
[WebAssembly] Only mark non-hidden symbols as live if they are also defined
Sam Clegg
2018-06-21
1
-2
/
+3
*
[WebAssembly] Error on mismatched function signature in final output
Sam Clegg
2018-06-21
1
-3
/
+2
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-1
/
+1
*
[WebAssembly] Implement -print-gc-sections, to better test GC of globals
Nicholas Wilson
2018-04-20
1
-0
/
+7
*
[WebAssembly] Implement GC for imports
Nicholas Wilson
2018-04-20
1
-6
/
+4
*
[WebAssembly] Implement --print-gc-sections for synthetic functions
Nicholas Wilson
2018-04-20
1
-0
/
+3
*
[WebAssembly] Handle weak undefined functions with a synthetic stub
Nicholas Wilson
2018-03-09
1
-2
/
+19
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-14
/
+3
*
[WebAssembly] Rename GlobalSymbol types. NFC.
Sam Clegg
2018-02-20
1
-1
/
+1
*
[WebAssembly] Expand a lambda that is used only once.
Rui Ueyama
2018-02-19
1
-9
/
+9
*
[WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp.
Rui Ueyama
2018-02-19
1
-8
/
+4
*
[WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.
Sam Clegg
2018-02-16
1
-1
/
+1
*
[WebAssembly] Fix typos in comment. NFC.
Sam Clegg
2018-02-16
1
-3
/
+3
*
[WebAssembly] Refactor linker-generated symbols. NFC.
Sam Clegg
2018-02-02
1
-1
/
+1
*
[WebAssembly] Add support for --gc-sections
Sam Clegg
2018-01-31
1
-0
/
+107