summaryrefslogtreecommitdiff
path: root/src/generate-names.cc
Commit message (Expand)AuthorAgeFilesLines
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-4/+4
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-0/+6
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-5/+2
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-16/+15
* Add TypeEntry, base class for type section entries (#1349)Ben Smith2020-02-281-6/+5
* wasm-decompile: use symbols from linking section for names. (#1318)Wouter van Oortmerssen2020-01-271-2/+1
* wasm-decompile: overhauled name filtering. (#1272)Wouter van Oortmerssen2019-12-231-5/+1
* wasm-decompile: Fixed arbitrary characters appearing in function names. (#1213)Wouter van Oortmerssen2019-11-111-1/+6
* wasm-decompile: Improved naming. (#1163)Wouter van Oortmerssen2019-09-231-45/+53
* Rename exception -> event (#1013)Ben Smith2019-02-111-16/+16
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-6/+0
* Combine param_binding and local_binding in IR (#969)Ben Smith2018-12-041-16/+12
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-151-17/+44
* Store local types as Type+Count pairs (#820)Ben Smith2018-03-281-2/+2
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-0/+6
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-4/+8
* Fix bad folding w/ imports and generating names (#665)Ben Smith2017-11-021-7/+20
* Generate $var names from import/export names (#614)Ben Smith2017-09-071-9/+176
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-3/+3
* Move Result to its own file (result.h) (#600)Ben Smith2017-08-291-6/+0
* Clean up various structs in ir.h (#595)Ben Smith2017-08-261-3/+3
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-1/+1
* Remove uses of StringSlice from IR (#559)Ben Smith2017-07-071-22/+19
* Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540)KarlSchimpf2017-06-281-1/+1
* Refactor Expr as class hierarchy instead of union (#524)Ben Smith2017-06-231-8/+8
* Consistent comments when ending anonymous namespace (#521)Sam Clegg2017-06-231-1/+1
* Fix the validator to be able to validate exception handling constructs. (#514)KarlSchimpf2017-06-221-0/+9
* Use CamelCase names and member functions in ir.h (#492)Ben Smith2017-06-121-4/+4
* Use C++ classes for {apply,resolve,generate}-names (#472)Ben Smith2017-06-031-75/+107
* Make ExprVisitor into C++ class (#471)Ben Smith2017-06-021-16/+14
* Add support for folding expressions in wat-writer (#460)Ben Smith2017-05-261-1/+1
* Use Index/Address/Offset instead of uint32_t (#433)Ben Smith2017-05-151-25/+18
* Use C++ style C headers (e.g. <cstdlib>) (#431)Ben Smith2017-05-111-3/+2
* Rename all occurences of AST (#413)Ben Smith2017-05-041-1/+1
* Replace wabt::*vector with std::vector (#366)Ben Smith2017-03-221-13/+16
* Use std::unordered_multimap for BindingHash (#357)Ben Smith2017-03-161-20/+18
* Fix potential one-definition-rule breaking structs (#356)Ben Smith2017-03-151-0/+4
* Move loop variable into for loop header (#347)Ben Smith2017-03-091-8/+6
* Use wabt_snprintf instead of calling snprintf directly (#341)Michael Ferris2017-03-071-1/+1
* Replace the Wabt/wabt prefix with a C++ namespace (#331)Ben Smith2017-03-021-57/+56
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-10/+10
* Require C++-style casts, disallow C-style casts (#320)Ben Smith2017-02-271-4/+4
* Remove struct and enum typedefs (#317)Ben Smith2017-02-241-2/+2
* Switch C files to CC files (#309)Ben Smith2017-02-231-0/+193