ladybird/Userland/Libraries/LibWasm/AbstractMachine
Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions
In order to reduce our reliance on __builtin_{ffs, clz, ctz, popcount},
this commit removes all calls to these functions and replaces them with
the equivalent functions in AK/BuiltinWrappers.h.
2021-12-21 22:13:51 +01:00
..
AbstractMachine.cpp LibWasm: Implement memory.init and passive mode data 2021-12-21 05:03:44 +03:30
AbstractMachine.h LibWasm: Implement memory.init and passive mode data 2021-12-21 05:03:44 +03:30
BytecodeInterpreter.cpp LibWasm: Make blocks that take arguments actually work 2021-12-21 05:03:44 +03:30
BytecodeInterpreter.h LibWasm: Implement memory.init and passive mode data 2021-12-21 05:03:44 +03:30
Configuration.cpp LibWasm: Avoid making StringView of temporary ByteBuffer 2021-09-11 13:22:51 +03:00
Configuration.h LibWasm: Replace the numeric operation macros with templated functions 2021-08-12 21:03:53 +02:00
Interpreter.h LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
Operators.h AK+Everywhere: Replace __builtin bit functions 2021-12-21 22:13:51 +01:00
Validator.cpp LibWasm: Fix silly typo in f32 reinterpret validation 2021-12-21 05:03:44 +03:30
Validator.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00