WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa
Ben Liblit 0d6d9f2b2e Remove useless "@return" tags with no descriptive text 2017-12-19 16:53:56 -06: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 merge 2013-06-25 11:57:37 -04:00
AstAssertInstruction.java Merge branch 'wala' into master 2013-07-02 14:23:24 +02:00
AstEchoInstruction.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06: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 remove unneeded type parameter 2017-10-19 13:08:34 -04:00
AstInstructionFactory.java fixes for for ... in ... form in JavaScript 2015-07-24 22:44:10 -04:00
AstInstructionVisitor.java refactor handling of constants in Shrike to abstract away from Java bytecode 2009-04-10 18:33:07 +00: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
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 fixes for for ... in ... form in JavaScript 2015-07-24 22:44:10 -04:00
EachElementHasNextInstruction.java fixes for for ... in ... form in JavaScript 2015-07-24 22:44:10 -04:00
FixedParametersInvokeInstruction.java Merge branch 'wala' into master 2014-07-28 17:09:02 +02:00
MultiReturnValueInvokeInstruction.java Merge branch 'wala' into master 2014-05-20 17:59:16 +02:00
SSAConversion.java Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00