macaw/macaw-aarch32/tests/arm
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
..
call-globals-a32.exe Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
call-globals-a32.mcw.expected Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
call-globals.c Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
garbage.exe=bad Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
global-conditionals-a32.exe Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
global-conditionals-a32.mcw.expected Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
global-conditionals.c Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
Makefile Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
read-globals-a32.exe Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
read-globals-a32.mcw.expected Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
read-globals.c Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
test-conditional-a32.exe Tr/full arm intrinsics (#137) 2020-05-26 09:24:45 -07:00
test-conditional-a32.mcw.expected Update tests and expected outputs 2020-04-08 21:21:28 -07:00
test-conditional-mixed.c Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
test-conditional-mixed.exe Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
test-conditional-mixed.mcw.expected Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
test-direct-call-a32.exe Tr/full arm intrinsics (#137) 2020-05-26 09:24:45 -07:00
test-direct-call-a32.mcw.expected Update tests and expected outputs 2020-04-08 21:21:28 -07:00
test-direct-call-t32.exe Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
test-direct-call-t32.mcw.expected Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
test-direct-call-thumb.c Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
test-direct-call.c Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
test-direct-calls-a32.exe Tr/full arm intrinsics (#137) 2020-05-26 09:24:45 -07:00
test-just-exit8.exe=bad Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
test-just-exit-a32.exe Tr/full arm intrinsics (#137) 2020-05-26 09:24:45 -07:00
test-just-exit-a32.mcw.expected Update tests and expected outputs 2020-04-08 21:21:28 -07:00
test-just-exit-t32.exe Tr/full arm intrinsics (#137) 2020-05-26 09:24:45 -07:00
test-just-exit-t32.mcw.expected Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
test-just-exit.c Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
test-just-exit.exe=bad Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
test-just-exit.s Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
test-mixed-a32.exe Tr/full arm intrinsics (#137) 2020-05-26 09:24:45 -07:00
test-mixed-t32.exe Tr/full arm intrinsics (#137) 2020-05-26 09:24:45 -07:00
test-mixed.c Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
util.h Update tests and expected outputs 2020-04-08 21:21:28 -07:00