V1.2
In release v1.2:
- support for AMD CPUs
- support for testing exceptions (page faults, division errors, undefined opcodes, etc)
- new CLI interface for generating test cases
cli.py generate
- new CLI interface for reproducing and debugging violations
cli.py reproduce
- several improvements to the logging output
- new executor mode: Partial Prime+Probe
- improved algorithm for generating conditional branches
- several refactorings and bug fixes