WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa
Julian Dolby 0ad11fefc3 work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
..
analysis Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00
AbstractReflectiveGet.java Fix broken type, field, and method references in Javadoc comments 2017-03-22 20:40:51 -05:00
AbstractReflectivePut.java Fix broken type, field, and method references in Javadoc comments 2017-03-22 20:40:51 -05:00
AbstractSSAConversion.java Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00
AssignInstruction.java Remove useless "@return" tags with no descriptive text 2017-12-19 16:53:56 -06:00
AstAbstractInstructionVisitor.java move code for sharing between javascript and python 2018-04-30 13:33:48 -04:00
AstAssertInstruction.java Merge branch 'wala' into master 2013-07-02 14:23:24 +02:00
AstConsumeInstruction.java work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
AstEchoInstruction.java work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
AstGlobalRead.java Merge branch 'wala' into master 2013-07-02 14:23:24 +02:00
AstGlobalWrite.java Merge branch 'wala' into master 2013-07-02 14:23:24 +02:00
AstIRFactory.java expose copy propagation records to allow better source position mapping even when copy propagation has occurred. 2018-05-09 18:10:20 -04:00
AstInstructionFactory.java work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
AstInstructionVisitor.java work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
AstIsDefinedInstruction.java Merge branch 'wala' into master 2013-07-02 14:23:24 +02:00
AstLexicalAccess.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
AstLexicalRead.java Merge branch 'wala' into master 2014-05-20 17:59:16 +02:00
AstLexicalWrite.java Merge branch 'wala' into master 2014-05-20 17:59:16 +02:00
AstPreInstructionVisitor.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
AstPropertyRead.java move code for sharing between javascript and python 2018-04-30 13:33:48 -04:00
AstPropertyWrite.java move code for sharing between javascript and python 2018-04-30 13:33:48 -04:00
AstYieldInstruction.java work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
CAstBinaryOp.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
CAstUnaryOp.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
EachElementGetInstruction.java break basic blocks at eachelementget instructions 2018-05-30 12:26:19 -04:00
EachElementHasNextInstruction.java fixes for for ... in ... form in JavaScript 2015-07-24 22:44:10 -04:00
FixedParametersInvokeInstruction.java rename getNumberOfParameters to getNumberOfPositionalParameters since the Python front end now supports keyword parameters 2018-04-12 19:09:25 -04:00
MultiReturnValueInvokeInstruction.java Merge branch 'wala' into master 2014-05-20 17:59:16 +02:00
SSAConversion.java Avoid using deprecated boxing constructors 2018-06-05 14:44:59 -05:00