2 Commits

Author SHA1 Message Date
Peter Goodman 7c9a866db5 In-progress work on MSP430 support. Need a bunch of compatibility headers in the Remill runtime for when the standard headers aren't present. Also added the ability to disable u/int128_t support in the runtime headers, as that would have been a bag of worms. 2021-01-10 23:15:19 -05:00
Peter Goodman 3808e9951d Refactor and add sparc (#454)
* 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
2020-10-28 15:11:42 -04:00