index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
generate-names.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-4
/
+4
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
1
-0
/
+6
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-5
/
+2
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-16
/
+15
*
Add TypeEntry, base class for type section entries (#1349)
Ben Smith
2020-02-28
1
-6
/
+5
*
wasm-decompile: use symbols from linking section for names. (#1318)
Wouter van Oortmerssen
2020-01-27
1
-2
/
+1
*
wasm-decompile: overhauled name filtering. (#1272)
Wouter van Oortmerssen
2019-12-23
1
-5
/
+1
*
wasm-decompile: Fixed arbitrary characters appearing in function names. (#1213)
Wouter van Oortmerssen
2019-11-11
1
-1
/
+6
*
wasm-decompile: Improved naming. (#1163)
Wouter van Oortmerssen
2019-09-23
1
-45
/
+53
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-16
/
+16
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-6
/
+0
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
1
-16
/
+12
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
1
-17
/
+44
*
Store local types as Type+Count pairs (#820)
Ben Smith
2018-03-28
1
-2
/
+2
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-0
/
+6
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-4
/
+8
*
Fix bad folding w/ imports and generating names (#665)
Ben Smith
2017-11-02
1
-7
/
+20
*
Generate $var names from import/export names (#614)
Ben Smith
2017-09-07
1
-9
/
+176
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-3
/
+3
*
Move Result to its own file (result.h) (#600)
Ben Smith
2017-08-29
1
-6
/
+0
*
Clean up various structs in ir.h (#595)
Ben Smith
2017-08-26
1
-3
/
+3
*
Rename snake_case to MixedCase. (#579)
Ben Smith
2017-07-19
1
-1
/
+1
*
Remove uses of StringSlice from IR (#559)
Ben Smith
2017-07-07
1
-22
/
+19
*
Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540)
KarlSchimpf
2017-06-28
1
-1
/
+1
*
Refactor Expr as class hierarchy instead of union (#524)
Ben Smith
2017-06-23
1
-8
/
+8
*
Consistent comments when ending anonymous namespace (#521)
Sam Clegg
2017-06-23
1
-1
/
+1
*
Fix the validator to be able to validate exception handling constructs. (#514)
KarlSchimpf
2017-06-22
1
-0
/
+9
*
Use CamelCase names and member functions in ir.h (#492)
Ben Smith
2017-06-12
1
-4
/
+4
*
Use C++ classes for {apply,resolve,generate}-names (#472)
Ben Smith
2017-06-03
1
-75
/
+107
*
Make ExprVisitor into C++ class (#471)
Ben Smith
2017-06-02
1
-16
/
+14
*
Add support for folding expressions in wat-writer (#460)
Ben Smith
2017-05-26
1
-1
/
+1
*
Use Index/Address/Offset instead of uint32_t (#433)
Ben Smith
2017-05-15
1
-25
/
+18
*
Use C++ style C headers (e.g. <cstdlib>) (#431)
Ben Smith
2017-05-11
1
-3
/
+2
*
Rename all occurences of AST (#413)
Ben Smith
2017-05-04
1
-1
/
+1
*
Replace wabt::*vector with std::vector (#366)
Ben Smith
2017-03-22
1
-13
/
+16
*
Use std::unordered_multimap for BindingHash (#357)
Ben Smith
2017-03-16
1
-20
/
+18
*
Fix potential one-definition-rule breaking structs (#356)
Ben Smith
2017-03-15
1
-0
/
+4
*
Move loop variable into for loop header (#347)
Ben Smith
2017-03-09
1
-8
/
+6
*
Use wabt_snprintf instead of calling snprintf directly (#341)
Michael Ferris
2017-03-07
1
-1
/
+1
*
Replace the Wabt/wabt prefix with a C++ namespace (#331)
Ben Smith
2017-03-02
1
-57
/
+56
*
Make most enumerations into enum classes (#329)
Ben Smith
2017-03-01
1
-10
/
+10
*
Require C++-style casts, disallow C-style casts (#320)
Ben Smith
2017-02-27
1
-4
/
+4
*
Remove struct and enum typedefs (#317)
Ben Smith
2017-02-24
1
-2
/
+2
*
Switch C files to CC files (#309)
Ben Smith
2017-02-23
1
-0
/
+193