summaryrefslogtreecommitdiff
path: root/src/ir/bits.h
Commit message (Expand)AuthorAgeFilesLines
* Fix ConstantFieldPropagation signed packed field handling and improve Heap2Lo...Alon Zakai2024-04-111-0/+24
* OptimizeInstructions: Use min/max bits in comparisons (#5035)Alon Zakai2022-09-131-0/+11
* [Wasm GC] RefIs / RefEq / RefTest return a boolean (#4786)Alon Zakai2022-07-081-3/+7
* Modernize code to C++17 (#3104)Max Graey2021-11-221-6/+2
* OptimizeInstructions: Optimize boolean selects (#4147)Alon Zakai2021-09-131-0/+2
* [OptimizeInstructions] Handle post-MVP sign extended operations (#3910)Max Graey2021-06-031-1/+18
* Clean up support/bits.h (#3177)Thomas Lively2020-09-301-5/+5
* ir/bits.h cleanups after #2879 (#3156)Alon Zakai2020-09-221-19/+11
* Fix i64 type checking in getMaxBitsForLocal of DummyLocalInfoProvider (#3150)Max Graey2020-09-211-2/+1
* Implement more cases for getMaxBits (#2879)Max Graey2020-09-171-15/+172
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-2/+2
* Refactor getMaxBits() out of OptimizeInstructions and add beginnings of unit ...Alon Zakai2020-08-041-69/+232
* Avoid __popcnt and __popcnt64 intrinsics for MSVC (#2944)Max Graey2020-07-061-3/+3
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-12/+16
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-2/+2
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-4/+8
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-21/+18
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-0/+107