Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-27 | Add a case testing the handling of guards involving binaries | Kostis Sagonas | |
The HiPE compiler was leaking exceptions out of guards involving binaries with `strange' arithmetic in them. Fixed by the set of changes in this pull request. | |||
2014-02-24 | Add tests for the HiPE compiler (Part 1: binaries and bitstrings) | Kostis Sagonas | |
Create tests for the HiPE native code compiler. This is the first part of the effort and contains tests that check that the native code produced by the HiPE compiler for binaries and bitstrings is OK and behaves similarly to the code produced by the BEAM compiler. |