summaryrefslogtreecommitdiff
path: root/test/gtest
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Encode reference types with bit packing (#7142)Thomas Lively2024-12-101-8/+0
* [NFC] Encapsulate source map reader state (#7132)Thomas Lively2024-12-032-25/+13
* Fix ArenaVector::swap (#7115)Alon Zakai2024-11-262-0/+40
* Mark Result and MaybeResult [[nodiscard]] (#7083)Thomas Lively2024-11-151-8/+8
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+1
* LocalGraph::canMoveSet (#7039)Alon Zakai2024-11-112-0/+348
* [NFC] Rename topological_orders.h to topological_sort.h (#6915)Thomas Lively2024-09-072-2/+2
* [NFC] Use Index instead of size_t in topological sort util (#6903)Thomas Lively2024-09-051-18/+18
* [NFC] Take custom comparator in TopologicalSort::minSort (#6890)Thomas Lively2024-09-041-23/+23
* [NFC] Change topological sort utilities to functions (#6889)Thomas Lively2024-09-031-9/+7
* Add a utility for finding minimal topological sorts (#6884)Thomas Lively2024-08-291-0/+55
* [NFC] Refactor LocalGraph's core getSets API (#6877)Alon Zakai2024-08-281-12/+12
* [Source maps] Handle single-segment entries in source map header decoder (#6794)Ömer Sinan Ağacan2024-08-062-0/+64
* Add a utility for iterating over all topological orders (#6801)Thomas Lively2024-08-052-0/+102
* Add a disjoint sets (union-find) utility (#6797)Thomas Lively2024-08-012-0/+107
* Add a Tarjan's Strongly Connected Component utilty (#6790)Thomas Lively2024-07-302-0/+312
* [threads] Calculate shared heap type depths in subtypes.h (#6777)Thomas Lively2024-07-231-14/+37
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-192-9/+210
* [NFC] Add constexpr HeapTypes for basic heap types (#6662)Thomas Lively2024-06-141-38/+38
* [threads] Parse, build, and print shared composite types (#6654)Thomas Lively2024-06-121-0/+34
* Remove obsolete parser code (#6607)Thomas Lively2024-05-292-2/+0
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-82/+4
* Use the new wat parser in tests (#6556)Thomas Lively2024-04-294-72/+90
* Improve return validation (#6551)Thomas Lively2024-04-291-0/+17
* [Parser] Do not eagerly lex parens (#6540)Thomas Lively2024-04-251-3/+0
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-1/+83
* Fix stringview subtyping (#6440)Thomas Lively2024-03-261-28/+39
* [Parser] Simplify the lexer interface (#6319)Thomas Lively2024-02-201-1432/+831
* [Parser] Support string-style identifiers (#6278)Thomas Lively2024-02-061-0/+27
* [Parser] Templatize lexing of integers (#6272)Thomas Lively2024-02-051-166/+166
* JSON: Add simple printing and creation (#6265)Alon Zakai2024-02-012-0/+17
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-6/+6
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-042-17/+23
* [Outlining] Adding more tests (#6117)Ashley Nelson2023-11-151-1/+1
* [Outlining] Adds Outlining pass (#6110)Ashley Nelson2023-11-131-26/+6
* Update CFGWalker to generate consolidated exit blocks (#6079)Thomas Lively2023-11-061-2/+57
* [analysis] Allow joining a single vector element efficiently (#6071)Thomas Lively2023-11-021-0/+43
* [analysis] Simplify the stack lattice (#6069)Thomas Lively2023-11-022-97/+26
* [analysis] Add a "Shared" lattice to represent shared state (#6067)Thomas Lively2023-11-021-0/+108
* [analysis][NFC] Refactor lattice unit tests (#6065)Thomas Lively2023-11-011-420/+145
* [analysis] Add a lattice for value types (#6064)Thomas Lively2023-11-011-0/+112
* [analysis] Add a tuple lattice (#6062)Thomas Lively2023-10-311-0/+117
* [analysis] Implement a vector lattice (#6058)Thomas Lively2023-10-311-0/+109
* [analysis] Implement an array lattice (#6057)Thomas Lively2023-10-311-0/+109
* [analysis] Implement a Lift lattice (#6040)Thomas Lively2023-10-251-0/+77
* [analysis] Implement Flat lattice (#6039)Thomas Lively2023-10-251-0/+103
* [analysis] Add a FullLattice concept and Inverted lattice (#6038)Thomas Lively2023-10-251-3/+113
* [analysis] Implement an Int lattice (#6037)Thomas Lively2023-10-251-0/+36
* [analysis] Implement a Bool lattice (#6036)Thomas Lively2023-10-252-0/+51
* [analysis][NFC] Rename `makeLeastUpperBound` to `join` and move it to lattice...Thomas Lively2023-10-251-2/+2