index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-linker.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add flag to s2wasm to export __growWasmMemory function (#696)
jgravelle-google
2016-09-09
1
-20
/
+4
*
export kinds
Alon Zakai
2016-09-07
1
-0
/
+1
*
offset support in table
Alon Zakai
2016-08-15
1
-0
/
+4
*
support expressions in segment offsets
Alon Zakai
2016-08-12
1
-2
/
+2
*
Create a dummy function to prevent NULL miscomparisons, if necessary (#658)
Dominic Chen
2016-08-03
1
-0
/
+11
*
support pre-assigning indexes for functions that are called indirectly (#616)
Dominic Chen
2016-08-02
1
-2
/
+10
*
add support for symbol assignments, closes #4422 (#615)
Dominic Chen
2016-07-11
1
-8
/
+21
*
Do not generate duplicate import thunks at link time. (#569)
Derek Schuff
2016-06-03
1
-1
/
+1
*
Generate thunks for address-taken imports (#554)
Derek Schuff
2016-06-02
1
-0
/
+16
*
Use a class with implicit overflow checks for Address (#486)
Derek Schuff
2016-05-12
1
-4
/
+2
*
Introduce a separate type for linear memory addresses (#477)
Derek Schuff
2016-05-11
1
-20
/
+22
*
[Linker] Handle archive files
Derek Schuff
2016-05-05
1
-1
/
+8
*
just use a simple vector in data segments
Alon Zakai
2016-04-27
1
-0
/
+5
*
allocate only expressions in arenas - functions, imports, exports, function t...
Alon Zakai
2016-04-27
1
-1
/
+1
*
Split construction, scanning, and building phases of S2WasmBuilder (#400)
Derek Schuff
2016-04-27
1
-14
/
+34
*
Defer creation of CallImports to link time (#395)
Derek Schuff
2016-04-26
1
-0
/
+7
*
Separate LinkerObject from Linker (#383)
Derek Schuff
2016-04-25
1
-70
/
+98
*
Simplify statics, segments, and relocations (#380)
Derek Schuff
2016-04-22
1
-18
/
+38
*
Move wasm-linker into its own cpp file (#375)
Derek Schuff
2016-04-21
1
-249
/
+6
*
Move Fatal into utilities.h (#376)
Derek Schuff
2016-04-21
1
-18
/
+0
*
Factor linker-related functionality of S2WasmBuilder into its own class (#372)
Derek Schuff
2016-04-21
1
-0
/
+463