WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator
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
..
AbstractClassEntity.java more tracking of sourse positions for function parameters 2018-06-05 15:00:31 -04:00
AbstractCodeEntity.java move code for sharing between javascript and python 2018-04-30 13:33:48 -04:00
AbstractDataEntity.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
AbstractEntity.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
AbstractFieldEntity.java more tracking of sourse positions for function parameters 2018-06-05 15:00:31 -04:00
AbstractGlobalEntity.java more tracking of sourse positions for function parameters 2018-06-05 15:00:31 -04:00
AbstractScriptEntity.java more tracking of sourse positions for function parameters 2018-06-05 15:00:31 -04:00
ArrayOpHandler.java add missing copyright headers 2013-05-22 15:39:19 -07:00
AstTranslator.java 1) a bit more source mappimg information 2018-10-13 08:42:08 -04:00
ConstantFoldingRewriter.java work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
ExposedNamesCollector.java further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
NativeBridge.java clean up native init 2017-10-17 20:25:46 -04:00
NativeTranslatorToCAst.java native interface for WALA 2017-06-28 12:42:49 -04:00
RewritingTranslatorToCAst.java Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
TranslatorToCAst.java further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
TranslatorToIR.java javadoc and formatting 2011-04-20 23:08:47 +00:00