ghidra/Ghidra
Luke Serné c79c9606bc Decompiler: Simplify comparisons between INT_OR and zero.
At -O1, gcc combines several values that all need to be compared against zero by
combining them using `INT_OR` and only comparing the combined result against
zero. With this rule, the decompiler is able to break these `INT_OR` chains
apart and simplify the individual links.
2024-05-25 14:10:05 +02:00
..
Configurations/Public_Release Merge remote-tracking branch 'origin/patch' 2024-04-10 18:29:27 -04:00
Debug GP-0: Use Windows paths for dbgeng Setup in Help 2024-05-23 14:43:23 -04:00
Extensions GP-4583 Fixed issue where open program were not being shown when the OpenVersionedFileDialog was being shown from diff 2024-05-10 13:19:21 -04:00
Features Decompiler: Simplify comparisons between INT_OR and zero. 2024-05-25 14:10:05 +02:00
Framework GP-3696 - cleaning up function compare windows. 2024-05-23 11:46:33 -04:00
Processors Merge remote-tracking branch 2024-05-16 13:59:25 -04:00
RuntimeScripts GP-4472 Improved handling of read-only case for headless analyzer and GhidraURL connections. 2024-04-03 09:51:19 -04:00
Test Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-5-23-24' 2024-05-24 05:56:19 -04:00
.gitattributes
.gitignore
application.properties GP-0 Updated version for master to 11.2 2024-05-03 18:37:02 -04:00
certification.local.manifest