summaryrefslogtreecommitdiff
path: root/src/apply-names.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-0/+26
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+8
* Parse updated event text and binary format (#1014)Ben Smith2019-02-121-0/+10
* Rename exception -> event (#1013)Ben Smith2019-02-111-6/+6
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-13/+0
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-301-4/+4
* The great renaming (#985)Ben Smith2018-12-191-10/+10
* Combine param_binding and local_binding in IR (#969)Ben Smith2018-12-041-24/+7
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-151-0/+44
* Implemented tail call instructions: (#926)Francis McCabe2018-10-121-0/+14
* 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-15/+13
* Apply global names in imported globals, data, elem (#708)Ben Smith2018-01-071-0/+10
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-11/+22
* Update testsuite; call_indirect has new syntax (#667)Ben Smith2017-11-111-1/+2
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-4/+4
* 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-6/+5
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-1/+1
* Always pass string_view by value (#563)Ben Smith2017-07-101-2/+2
* Remove uses of StringSlice from IR (#559)Ben Smith2017-07-071-30/+30
* Use std::string instead of StringSlice in Var (#556)Ben Smith2017-07-061-13/+10
* Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540)KarlSchimpf2017-06-281-1/+1
* Make wast-desugar work for exception handling. (#529)KarlSchimpf2017-06-241-24/+67
* Refactor Expr as class hierarchy instead of union (#524)Ben Smith2017-06-231-48/+48
* Consistent comments when ending anonymous namespace (#521)Sam Clegg2017-06-231-1/+1
* Use CamelCase names and member functions in ir.h (#492)Ben Smith2017-06-121-13/+13
* Use C++ classes for {apply,resolve,generate}-names (#472)Ben Smith2017-06-031-104/+117
* Make ExprVisitor into C++ class (#471)Ben Smith2017-06-021-71/+54
* Use Index/Address/Offset instead of uint32_t (#433)Ben Smith2017-05-151-12/+11
* 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-31/+26
* Use std::unordered_multimap for BindingHash (#357)Ben Smith2017-03-161-18/+22
* Move loop variable into for loop header (#347)Ben Smith2017-03-091-11/+7
* Replace the Wabt/wabt prefix with a C++ namespace (#331)Ben Smith2017-03-021-126/+128
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-42/+42
* Require C++-style casts, disallow C-style casts (#320)Ben Smith2017-02-271-21/+21
* Remove struct and enum typedefs (#317)Ben Smith2017-02-241-2/+2
* Change NULL -> nullptr (#315)Ben Smith2017-02-241-9/+9
* Switch C files to CC files (#309)Ben Smith2017-02-231-0/+350