macaw/macaw-aarch32
Tristan Ravitch 196a81ad29
Fix a bug in the AArch32-specific simplifier (#188)
Some important simplifications for classification were failing to fire because
other simplifications fired first, short circuiting the search.  It turns out
that more than one rule may apply at any given step (and it is important to
apply all of the rules that can be applied).  This commit modifies the
simplifier to apply rules until saturation.
2021-01-27 23:55:44 -08:00
..
src/Data/Macaw Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
tests Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
ChangeLog.md Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
LICENSE Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
macaw-aarch32.cabal Switch from ansi-wl-pprint to the prettyprinter package. 2020-12-02 11:38:19 -08:00
REAMDE.md Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
Setup.hs Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00