index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mixed_arena.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ArenaVector::swap (#7115)
Alon Zakai
2024-11-26
1
-6
/
+3
*
Factor IRBuilder utility out of the new wat parser (#5880)
Thomas Lively
2023-08-22
1
-1
/
+9
*
[NFC] Templatize `makeBlock` so it can be used with any iterable (#5583)
Thomas Lively
2023-03-16
1
-2
/
+3
*
Fix lock-free MixedArena allocation (#3807)
Thomas Lively
2021-04-14
1
-1
/
+1
*
Avoid usedElements around code that modifys that value (#3488)
Alon Zakai
2021-01-14
1
-6
/
+6
*
Fix an index error in ArenaVectorBase (#3486)
Heejin Ahn
2021-01-14
1
-1
/
+1
*
Extend the C- and JS-APIs (#2586)
Daniel Wirtz
2020-07-22
1
-0
/
+21
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-3
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-61
/
+38
*
Change ArenaVector<T>::Iterator to satisfy standard (Legacy)RandomAccessItera...
Ryoga
2019-03-26
1
-5
/
+76
*
Aligned allocation fixes. Fixes #1845 (#1846)
Alon Zakai
2019-01-09
1
-8
/
+9
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
1
-2
/
+2
*
Fix alignment in MixedAllocator (#1740)
Alon Zakai
2018-11-13
1
-18
/
+29
*
DeadArgumentElimination Pass (#1641)
Alon Zakai
2018-09-05
1
-0
/
+4
*
br_table optimizations (#1502)
Alon Zakai
2018-04-10
1
-0
/
+5
*
Get wasm2asm building again (#1107)
Thomas Lively
2017-08-02
1
-0
/
+21
*
Code folding (#1076)
Alon Zakai
2017-06-28
1
-0
/
+4
*
asm2wasm debuginfo (#895)
Alon Zakai
2017-02-07
1
-0
/
+1
*
use MixedArena in asm.js ast
Alon Zakai (kripken)
2017-01-31
1
-26
/
+50
*
Generate thunks for address-taken imports (#554)
Derek Schuff
2016-06-02
1
-1
/
+1
*
use atomics on MixedArena list generation instead of locking (#456)
Alon Zakai
2016-05-07
1
-15
/
+31
*
add an ArenaVector for internal array allocations in expression nodes
Alon Zakai
2016-04-26
1
-1
/
+130
*
make chunk size flexible in arenas
Alon Zakai
2016-04-26
1
-5
/
+9
*
refactor arena to allow allocating space directly
Alon Zakai
2016-04-26
1
-8
/
+13
*
remove old globalAllocator
Alon Zakai
2016-04-26
1
-2
/
+0
*
go back to using a mutex in mixed arena, until we get the atomics working
Alon Zakai
2016-04-24
1
-19
/
+12
*
allow allocations on side threads (#365)
Alon Zakai
2016-04-24
1
-7
/
+67
*
Move wasm-linker into its own cpp file (#375)
Derek Schuff
2016-04-21
1
-0
/
+1
*
Function parallelism (#343)
Alon Zakai
2016-04-15
1
-0
/
+7
*
Fix / uniformize include guards
JF Bastien
2015-12-22
1
-14
/
+3
*
Fix the license headers
JF Bastien
2015-12-21
1
-1
/
+15
*
create an AllocatingModule which handles allocation for its elements
Alon Zakai
2015-11-24
1
-0
/
+11
*
pass support
Alon Zakai
2015-11-13
1
-0
/
+7
*
comments
Alon Zakai
2015-11-11
1
-0
/
+3
*
refactor arena code
Alon Zakai
2015-11-03
1
-0
/
+35