WALA/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/correlations/extraction
Julian Dolby b2503628a4 1) a bit more source mappimg information
2) fixes to how Contexts are combined
2018-10-13 08:42:08 -04:00
..
CAstRewriterExt.java Fix or suppress all 242 Eclipse warnings about unused parameters 2017-07-31 15:29:00 -07:00
ChildPos.java Split up ForInLoopRewriter in preparation for merging changes back into 2012-01-06 21:52:26 +00:00
ClosureExtractor.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
CorrelatedPairExtractionPolicy.java Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
CorrelatedPairExtractorFactory.java Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -07:00
ExtractedFunction.java 1) a bit more source mappimg information 2018-10-13 08:42:08 -04:00
ExtractionPolicy.java Split up ForInLoopRewriter in preparation for merging changes back into 2012-01-06 21:52:26 +00:00
ExtractionPolicyFactory.java Split up ForInLoopRewriter in preparation for merging changes back into 2012-01-06 21:52:26 +00:00
ExtractionPos.java Fixed rewriting of non-constant switch cases. 2012-07-05 09:37:47 -04:00
ExtractionRegion.java Added support for localising variables through which correlated reads 2012-02-17 20:25:22 +00:00
ForInBodyExtractionPolicy.java organize imports; no semantic change 2012-09-04 16:24:37 -07:00
LabelPos.java add missing copyright headers 2013-05-22 15:39:19 -07:00
NodeLabeller.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
NodePos.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
PosSwitch.java Fixed rewriting of non-constant switch cases. 2012-07-05 09:37:47 -04:00
RootPos.java Split up ForInLoopRewriter in preparation for merging changes back into 2012-01-06 21:52:26 +00:00
TwoLevelExtractionRegion.java Added support for localising variables through which correlated reads 2012-02-17 20:25:22 +00:00