aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-21configure: support CPPFLAGSAlex Bennée
2017-11-21configure: allow repeated invocation of configure in build dirAlex Bennée
2017-11-21risu.c: add missing --trace longoptAlex Bennée
2017-11-21risu.c: split out setting up optionsAlex Bennée
2017-11-21build-all-arches: drop -t (for tty) from docker invocationAlex Bennée
2017-11-21risugen/risugen_$arch: factor out instruction selectionAlex Bennée
2017-11-21aarch64.risu: update AdvancedSIMD across lanesAlex Bennée
2017-11-21aarch64.risu: remove duplicate AdvSIMD scalar 2 reg misc blockAlex Bennée
2017-11-21aarch64.risu: remove duplicate AdvSIMD Scalar 3 same blockAlex Bennée
2017-11-21aarch64.risu: document naming conventionsAlex Bennée
2017-07-10risugen: fix bad indentAlex Bennée
2017-07-10risu.el: derive from text-modeAlex Bennée
2017-07-10README: document record/replay supportAlex Bennée
2017-07-10README: document --static buildsAlex Bennée
2017-07-10reginfo.c: always return 1 on OP_TESTENDAlex Bennée
2017-07-10risu: make match status take tracing into accountAlex Bennée
2017-06-29new: run_risu.sh scriptAlex Bennée
2017-06-29new: record_traces.sh helper scriptAlex Bennée
2017-06-29risu: add support for compressed tracefilesAlex Bennée
2017-06-29risu: handle trace through stdin/stdoutAlex Bennée
2017-06-29risu: add simple trace and replay supportAlex Bennée
2017-06-29risu: add header to trace streamAlex Bennée
2017-06-29risu: parameterise send/receive functionsAlex Bennée
2017-06-29risu: a bit more verbosity when startingAlex Bennée
2017-06-29build-all-archs: support cross building via dockerAlex Bennée
2017-06-29README: document the coding style used for risuAlex Bennée
2017-06-26risu_reginfo_arm.c: Move orphan comment to risu.h.Peter Maydell
2017-06-26risu_reginfo_arm.c: Fix handling of size values in sigframePeter Maydell
2017-06-20build-all-archs: support --static flagAlex Bennée
2017-06-20all: fix up code consistencyAlex Bennée
2017-06-20.gitignore: ignore build directoriesAlex Bennée
2017-05-30ppc64.risu: Fix broken constraintsPeter Maydell
2017-05-30ppc64: Fix patterns for rotate doubleword instructionsSandipan Das
2017-05-30build: Add support to PowerPC BEJose Ricardo Ziviani
2017-05-30risugen, risugen_ppc64.pm: Add support ppc64 (big-endian)Jose Ricardo Ziviani
2017-05-30configure: Add initial support to PPC64 (big endian)Jose Ricardo Ziviani
2017-05-30risugen_ppc64: Load random 128-bit data to vector registersJose Ricardo Ziviani
2017-02-28risugen_ppc64: Remove unused codeJose Ricardo Ziviani
2017-02-28configure: Put temporary directory in build tree, and delete itPeter Maydell
2017-02-24Tidy up #include linesPeter Maydell
2017-02-24Move recv_and_compare_register_info() and report_match_status() to reginfo.cPeter Maydell
2017-02-24Move send_register_info() to reginfo.cPeter Maydell
2017-02-24Make reginfo_{init,is_eq,dump,dump_mismatch} official per-CPU APIPeter Maydell
2017-02-24m68k: Drop unused ucontext_t* argument to reginfo_is_eq()Peter Maydell
2017-02-24ppc64le, m68k: Make reginfo_dump() API match arm, aarch64Peter Maydell
2017-02-24Make get_risuop() a formal part of the CPU interfacePeter Maydell
2017-02-24Abstract out getting and setting parameter registerPeter Maydell
2017-02-24Drop the weird modification of a ucontext in the ppc reginfo_is_eq()Peter Maydell
2017-02-24build-all-archs: Build with -WerrorPeter Maydell
2017-02-24Makefile: Build with -D_GNU_SOURCE=1Peter Maydell