-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplified and more basic fixpoint iteration for `ControlDependenceGr…
…aphPass` (#1812) * Try a new eog iteration * Small changes * remove comment * small cleanup * CDG pass update * Cleanup * Cleanup imports * Test PowersetLattice * MapLattice test * Comment * Test tuple lattice * Test triple lattice * More equals * Update MapLattice iteration * More generics * Formatting * Make things compile again * Collection comprehensions also have some conditions * Fix bug in comparison * Fix bug in comparison * Remove debug things * Formatting * Try more efficient lub * Try more efficient lub and worklist * Fix cpg core * Reduce heap size again * Rename stuff * Explain and use the typealiases * Update description * Try more redesign * provide bottom element * Try to test * Some fixes, transfer tests * fix broken equals check * More redesign * Some more documentation * More open, minor fix * Fix bug from merge * Fix bug with element set * Update CDG pass accordingly * Remove obsolete files * Remove useless import * Improved performance options in identity set * Improved performance of comparisons and lub * Reduce amount of duplicate code * Adapt test to less copying of objects * IdentitySet coverage * Lattice compare coverage * More coverage of PowersetLattice * powerset lattice glb * MapLattice glb * Test coverage * Add TODO
- Loading branch information
Showing
1 changed file
with
75 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters