summaryrefslogtreecommitdiff
path: root/src/support
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix spurious uninitialized variable warning (#7174)Thomas Lively2024-12-201-1/+2
* Mark Result and MaybeResult [[nodiscard]] (#7083)Thomas Lively2024-11-151-2/+2
* Consolidate printing of function signatures (#7073)Thomas Lively2024-11-121-1/+1
* Make 32-bit hashing identical to 64-bit in TypeSSA (#7048)Alon Zakai2024-11-041-10/+12
* Fix Apline compile error on uninitialized value (#7035)Alon Zakai2024-10-281-8/+8
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-262-0/+12
* [NFC] Make the GCData constructor a move constructor (#6946)Alon Zakai2024-09-171-0/+20
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-7/+20
* [NFC] Rename topological_orders.h to topological_sort.h (#6915)Thomas Lively2024-09-071-3/+3
* [NFC] Rename the old topological sort utility (#6914)Thomas Lively2024-09-061-8/+9
* [NFC] Use Index instead of size_t in topological sort util (#6903)Thomas Lively2024-09-051-31/+35
* [NFC] Take custom comparator in TopologicalSort::minSort (#6890)Thomas Lively2024-09-043-191/+165
* [NFC] Change topological sort utilities to functions (#6889)Thomas Lively2024-09-032-72/+74
* Add a utility for finding minimal topological sorts (#6884)Thomas Lively2024-08-292-9/+115
* Simplify TopologicalOrders (#6811)Thomas Lively2024-08-072-28/+22
* Add a utility for iterating over all topological orders (#6801)Thomas Lively2024-08-054-2/+225
* Add a disjoint sets (union-find) utility (#6797)Thomas Lively2024-08-011-0/+87
* Add a Tarjan's Strongly Connected Component utilty (#6790)Thomas Lively2024-07-301-0/+262
* [NFC] Add pragma to ignore maybe-uninitialized in strings.cpp (#6686)Thomas Lively2024-06-201-0/+5
* Validate that names are valid UTF-8 (#6682)Thomas Lively2024-06-192-0/+25
* Fuzzer: Better fuzzing of globals (#6611)Alon Zakai2024-05-211-1/+1
* Do not add an extra null character when reading files (#6538)Thomas Lively2024-04-241-3/+3
* [Strings] Add a string lowering pass using magic imports (#6497)Thomas Lively2024-04-152-12/+34
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-223-55/+202
* [NFC] Fix build error on RISC-V 64 (#6410)moui02024-03-181-1/+11
* [NFC] Use ifdef-else in threads.cpp (#6355)Alon Zakai2024-02-271-2/+2
* [Emscripten port] Fix core count logic for Emscripten+pthreads (#6350)Alon Zakai2024-02-261-3/+5
* Fix build error on aarch64 [NFC] (#6330)Darren Worrall2024-02-211-0/+14
* Improve JSON string encoding (#6328)Thomas Lively2024-02-211-69/+103
* StringLowering: Escape the JSON in the custom section (#6316)Alon Zakai2024-02-203-4/+92
* [NFC] Move code to string.cpp (#6282)Thomas Lively2024-02-062-84/+92
* Properly stringify names in tests (#6279)Thomas Lively2024-02-065-0/+123
* JSON: Add simple printing and creation (#6265)Alon Zakai2024-02-013-0/+46
* Memory flattening: Check for overflow (#6233)Alon Zakai2024-01-241-0/+43
* [Parser] Parse tables and element segments (#6147)Thomas Lively2023-12-061-0/+3
* Support one-line-one-function file format for asyncify lists (#6051)Alexander Guryanov2023-10-301-3/+36
* [Outlining] Filter Local Set (#6018)Ashley Nelson2023-10-181-0/+14
* Encode command line to UTF8 on Windows (#5671)Derek Schuff2023-09-144-9/+83
* Avoid off_t in small_vector.h (#5936)Alon Zakai2023-09-131-1/+3
* [NFC] Factor `Result` and `MaybeResult` into a utility header (#5878)Thomas Lively2023-08-141-0/+87
* [Outlining] Integration test for suffix_tree and stringify (#5839)Ashley Nelson2023-08-031-0/+11
* SmallVector iteration improvements (#5825)Alon Zakai2023-07-261-1/+26
* [Outlining] LLVM Suffix Tree (#5821)Ashley Nelson2023-07-185-1/+754
* TypeSSA: Handle collisions by adding a hash to ensure a fresh rec group (#5724)Alon Zakai2023-05-191-1/+4
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-312-8/+3
* Fix ambiguous operators under C++20 (#5567)Thomas Lively2023-03-101-2/+4
* Add Valmari-Lehtinen DFA minimization as a standalone utility (#5430)Thomas Lively2023-01-173-0/+466
* Make wasm::IString::operator bool() explicit (#5371)higher-performance2022-12-211-1/+1
* Do not optimize public types (#5347)Thomas Lively2022-12-161-4/+5
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-022-4/+3