aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-27Morello: Adapt existing tests to run under purecap.morelloJacob Bramley
2023-10-27Morello: Fix a test for purecap (C64).Jacob Bramley
2023-10-23Morello: Port libvixl.so to purecap.Jacob Bramley
2023-10-23Morello: Support capability literals.Jacob Bramley
2023-10-16Morello: Simpler capability support detection.Jacob Bramley
2023-10-16Fix some recent Clang warnings.Jacob Bramley
2023-02-01Morello: Allow StackPointer() to be a capability.Jacob Bramley
2023-01-27Add convenient size-conversions for CPURegister.Jacob Bramley
2023-01-27Morello: Complete the 'bx' test.Jacob Bramley
2023-01-27Don't run TBI tests on FreeBSD/CheriBSD.Jacob Bramley
2023-01-27Morello: Use cheriintrin.h instead of older CHERI headers.Jacob Bramley
2023-01-27Morello: Fix CodeBuffer::Grow for FreeBSD (CheriBSD).Jacob Bramley
2023-01-27Morello: Fix CPUFeatures test.Jacob Bramley
2023-01-12Restore FPCR after modifying it in a test.Jacob Bramley
2022-11-03Fix disassembly of C64 adrp and adrdp.Jacob Bramley
2022-10-11Fix disassembly of capability literal loads.Jacob Bramley
2022-07-28Allow vixl-disasm to highlight the current PC.Jacob Bramley
2022-07-27Fix disasm usage example.Jacob Bramley
2022-07-26GDB wrapper script for vixl-disasm.Jacob Bramley
2022-05-24Basic CPU feature detection for FreeBSD.Jacob Bramley
2022-05-24Fix uninitialised Capinfo::name in some examples.Jacob Bramley
2022-05-24Use PROT_MAX for proper W^X page allocation.Jacob Bramley
2022-05-24Update CheriBSD build script.Jacob Bramley
2022-05-23Merge commit 'e66d9ce280b5612e32e352a3860a22641c53c5c2' into morelloJacob Bramley
2021-04-27Update cross-build script to match current CheriBSD.Jacob Bramley
2021-02-09Fix clang build.Peter Collingbourne
2021-02-09Redirect repository links to GitHub.Jacob Bramley
2020-12-31Fix encoding for integer PAC instructions with zero contextmasterPierre Langlois
2020-12-07Update to match upstream printf changes.Jacob Bramley
2020-12-02Skip top 64-bit write in movi if identical.Pierre Langlois
2020-11-24Fix ldapr testMartyn Capewell
2020-11-20Add missing aliases for mov instruction with immediatemateusz.kalinowski
2020-11-12[sve] Fix while simulation corner caseMartyn Capewell
2020-11-12Add a W^X example.Jacob Bramley
2020-11-11Add examples showing DDC and PCC.Jacob Bramley
2020-11-10Remove "dummy" from test and toolsMartyn Capewell
2020-11-10Remove use of "dummy"Martyn Capewell
2020-11-05Make the stack size configurable.Jacob Bramley
2020-11-05Add a CheriBSD-Morello cross-build script.Jacob Bramley
2020-11-05Merge branch 'master' into morelloJacob Bramley
2020-11-05Fix FPRoundInt's handling of INT64_MAX.Jacob Bramley
2020-11-05Remove the unused 'offset_' from ISAMap.Jacob Bramley
2020-10-30Don't simulate invalid logical immediate instructionsMartyn Capewell
2020-10-20Fix undefined behaviour in HalveMartyn Capewell
2020-10-16Support both ISAs in the 'disasm' example.Jacob Bramley
2020-10-16Merge branch 'master' into morelloJacob Bramley
2020-10-15Simplify the command-line disassembly example UI.Jacob Bramley
2020-10-15Merge branch 'master' into morelloJacob Bramley
2020-10-14Add a command-line disassembly example.Jacob Bramley
2020-10-07Add email address for bug reportingMartyn Capewell