WALA/com.ibm.wala.core/src/com/ibm/wala/demandpa/flowgraph
Ben Liblit ebfd885d22 Use modern for-each loops where possible
Java sources used as test data have been excluded from this mass
clean-up.
2017-11-28 14:44:53 -06:00
..
AbstractDemandFlowGraph.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
AbstractFlowGraph.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
AbstractFlowLabelVisitor.java merge 2013-06-25 11:57:37 -04:00
AssignBarLabel.java merge 2013-06-25 11:57:37 -04:00
AssignGlobalBarLabel.java merge 2013-06-25 11:57:37 -04:00
AssignGlobalLabel.java merge 2013-06-25 11:57:37 -04:00
AssignLabel.java merge 2013-06-25 11:57:37 -04:00
CallLabel.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
DemandPointerFlowGraph.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
DemandValueFlowGraph.java work toward pointer analysis based on the flowgraph from field-based 2014-10-19 22:44:03 -04:00
GetFieldBarLabel.java merge 2013-06-25 11:57:37 -04:00
GetFieldLabel.java merge 2013-06-25 11:57:37 -04:00
IFlowGraph.java cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
IFlowLabel.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
IFlowLabelWithFilter.java further refactoring, bug fix for type filters 2008-01-24 00:51:38 +00:00
MatchBarLabel.java merge 2013-06-25 11:57:37 -04:00
MatchLabel.java merge 2013-06-25 11:57:37 -04:00
NewBarLabel.java merge 2013-06-25 11:57:37 -04:00
NewLabel.java merge 2013-06-25 11:57:37 -04:00
ParamBarLabel.java merge 2013-06-25 11:57:37 -04:00
ParamLabel.java merge 2013-06-25 11:57:37 -04:00
PointerKeyAndCallSite.java cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
PutFieldBarLabel.java merge 2013-06-25 11:57:37 -04:00
PutFieldLabel.java merge 2013-06-25 11:57:37 -04:00
ReturnBarLabel.java merge 2013-06-25 11:57:37 -04:00
ReturnLabel.java merge 2013-06-25 11:57:37 -04:00
SimpleDemandPointerFlowGraph.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00