Age | Commit message (Expand) | Author | Files | Lines |
2018-08-07 | Refactor where opcodes are validated | Alan Baker | 1 | -24/+26 |
2018-08-02 | Validation within function body when doing a FunctionCall. (#1790) | dan sinclair | 1 | -1/+7 |
2018-08-02 | Simplify validation ProcessInstruction (#1786) | dan sinclair | 1 | -79/+104 |
2018-08-02 | Remove ValidateInstructionAndUpdateValidationState (#1784) | dan sinclair | 1 | -13/+4 |
2018-08-02 | Combine ordered_instruction loops in validation. (#1782) | dan sinclair | 1 | -8/+13 |
2018-08-01 | Remove instruction_counter from ValidationState. (#1781) | dan sinclair | 1 | -1/+0 |
2018-08-01 | Move memory class instructions to new pass | Alan Baker | 1 | -0/+1 |
2018-08-01 | Remove using std::<foo> statements. (#1756) | dan sinclair | 1 | -14/+8 |
2018-08-01 | Remove std::deque in favour of std::vector. (#1755) | dan sinclair | 1 | -4/+4 |
2018-07-31 | Switch validate to use explicit diag() method. (#1750) | dan sinclair | 1 | -5/+6 |
2018-07-31 | Make sure all instructions are in the ordered list. | Dan Sinclair | 1 | -36/+4 |
2018-07-11 | Move validation files to val/ directory (#1692) | dan sinclair | 1 | -0/+444 |