* x86: Explicitly call __remill_undef for undefined arith flags.
* x86: Remove hack needed for pop [rsp] and introduce new semantic fn instead.
* test: Update test definitions with proper ignore flags.
* test: Propagate name of tests into gtest framework for better messages.
* arch: Make assert more verbose on failure.
* Refactors the code to improve directory layout, use more std::string_view in place of std::string, deletes some deprecated functions, deprecates some other functions for eventual deletion, and includes semantics for sparcv8 (sparc32) and sparcv9 (sparc64)
* Update new dir layout with llvm 11 support
* Whoops missing files
* Drop llvm 800 from workflow
* Minor fix
* Move where the install directives are in CMake
* Minor fixes
* Rename tools/ to bin/.
* Minor tweaks
* Should fix issues