index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir
/
module-utils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Encapsulate source map reader state (#7132)
Thomas Lively
2024-12-03
1
-24
/
+12
*
Propagate public visibility through all types (#7105)
Thomas Lively
2024-11-21
1
-11
/
+8
*
Rename indexType -> addressType. NFC (#7060)
Sam Clegg
2024-11-07
1
-2
/
+2
*
[wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)
Alon Zakai
2024-11-07
1
-0
/
+1
*
Source Maps: Support 5 segment mappings (#6795)
Ömer Sinan Ağacan
2024-10-01
1
-4
/
+57
*
[NFC] Eagerly create Functions in binary parser (#6957)
Thomas Lively
2024-09-19
1
-1
/
+4
*
Improve types for null accesses and remove hacks (#6954)
Thomas Lively
2024-09-18
1
-19
/
+0
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-0
/
+32
*
[NFC] Rename topological_orders.h to topological_sort.h (#6915)
Thomas Lively
2024-09-07
1
-1
/
+1
*
Fix supertype counts when collecting heap types (#6905)
Thomas Lively
2024-09-05
1
-12
/
+1
*
[NFC] Add a more powerful API for collecting heap types (#6904)
Thomas Lively
2024-09-05
1
-116
/
+147
*
Use TopologicalSort::minSort to order rec groups (#6892)
Thomas Lively
2024-09-04
1
-73
/
+59
*
Count supertypes when collecting module types (#6838)
Thomas Lively
2024-08-14
1
-5
/
+1
*
Monomorphization: Optimize constants (#6711)
Alon Zakai
2024-07-11
1
-1
/
+10
*
[DebugInfo] Copy debug info in call-utils.h (#6652)
Alon Zakai
2024-06-12
1
-2
/
+2
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-1
/
+3
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-3
/
+0
*
Fixes regarding explicit names (#6466)
Jérôme Vouillon
2024-04-11
1
-1
/
+12
*
Add sourcemap support to wasm-metadce and wasm-merge (#6372)
Jérôme Vouillon
2024-03-06
1
-4
/
+56
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+3
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+2
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+2
*
Inlining: Copy no-inline flags when copying a function (#6165)
Alon Zakai
2023-12-12
1
-0
/
+3
*
Reuse existing function types for blocks (#6022)
Thomas Lively
2023-10-18
1
-48
/
+91
*
[NFC] Rename getSuperType to getDeclaredSuperType (#6015)
Alon Zakai
2023-10-17
1
-1
/
+1
*
Support i8/i16 mutable arrays as public types for string interop (#5814)
Alon Zakai
2023-09-21
1
-0
/
+5
*
[NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)
Alon Zakai
2023-08-02
1
-0
/
+206
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-0
/
+1
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-1
/
+0
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-0
/
+1
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-2
/
+6
*
Remove the nominal type system (#5672)
Thomas Lively
2023-04-17
1
-20
/
+8
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+7
*
getHeapTypeCounts() must note select types for references (#5540)
Alon Zakai
2023-03-03
1
-0
/
+3
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-1
/
+1
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-1
/
+1
*
[Wasm GC] Ignore call.without.effects for closed world validation (#5392)
Alon Zakai
2023-01-04
1
-2
/
+8
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-1
/
+1
*
Work around bugs with open world type optimizations (#5367)
Thomas Lively
2022-12-20
1
-3
/
+2
*
Update RefCast representation to drop extra HeapType (#5350)
Thomas Lively
2022-12-20
1
-1
/
+1
*
Remove unused types during type optimizations (#5361)
Thomas Lively
2022-12-19
1
-10
/
+30
*
Do not optimize public types (#5347)
Thomas Lively
2022-12-16
1
-1
/
+100
*
Remove equirecursive typing (#5240)
Thomas Lively
2022-11-23
1
-21
/
+0
*
Fix two fuzz bugs with ArrayNewSeg (#5242)
Thomas Lively
2022-11-11
1
-0
/
+2
*
Fix a fuzz issue with scanning heap read types (#5184)
Alon Zakai
2022-11-01
1
-1
/
+13
*
Simplify and fix heap type counting (#5110)
Thomas Lively
2022-10-04
1
-15
/
+12
*
Add a type annotation to return_call_ref (#5068)
Thomas Lively
2022-09-22
1
-0
/
+4
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-14
/
+4
*
Include globals when collecting module types (#4717)
Thomas Lively
2022-06-10
1
-0
/
+3
*
Update nominal type ordering (#4631)
Thomas Lively
2022-05-03
1
-14
/
+33
[next]