WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree
Juergen Graf d77cfc60fc incorporate changes from other branch
- Annotation support
- Properly fix path-with-spaces bug.
- fix bug involving paths with spaces
- add a simple driver for building a call graph via a scope file
- Properly return null as default constructor of an array.
- organize imports
- better handling of missing bytecodes
- javadoc
- test fix
- small Javadoc fix
- added date-property.js
- 1) added InstanceKey.getCreation sites and its implementations 2) fixes for issues with keys representing dynamic properties   i) all properties are converted to strings,
- publicize method makeClasspath().  deprecate quoteStringIfNeeded()
- organize imports
- javadoc
- renamed classes to make relationship to mod-ref analysis clearer
- add support for lexical writes
- Code to compute transitive lexical accesses of methods.
- extract some generally useful code from ModRef
- Generate proper InstanceFieldKeys for property accesses with Numbers.
- rewrite to make hardest test appear last
- fix test to properly check reachability
- add an array test that doesn't quite work
- add method to get a PointerKey for a global
- compare FieldValueDispatch objects based on CGNode as well
- Handle duplicate field names between subclass and superclass.
2013-02-06 12:34:25 +01:00
..
impl incorporate changes from other branch 2013-02-06 12:34:25 +01:00
pattern New node pattern to express alternatives. 2012-02-08 15:31:40 +00:00
rewrite move loop unrolling code to wala from Miniatur/MemSAT 2012-10-03 10:53:04 -04:00
visit Two fixes for mapping source positions to IR 2012-08-30 12:10:30 -04:00
AstPlugin.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAst.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAstAnnotation.java incorporate changes from other branch 2013-02-06 12:34:25 +01:00
CAstControlFlowMap.java add some generics 2007-12-04 20:44:04 +00:00
CAstEntity.java incorporate changes from other branch 2013-02-06 12:34:25 +01:00
CAstMemberReference.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAstNode.java blunt force trauma to CAst frond end: 2012-01-27 20:15:33 +00:00
CAstNodeTypeMap.java support for replication-based translation of Do loops in Java, so that the standard LOOP node type can be used. 2009-05-15 16:06:09 +00:00
CAstQualifier.java added annotation attribute 2010-12-14 14:30:14 +00:00
CAstReference.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAstSourcePositionMap.java read enhanced bytecode postions from class attributes 2011-03-30 13:03:16 +02:00
CAstSymbol.java javadoc; convert Scope.type() to use an enum 2011-04-27 21:04:31 +00:00
CAstType.java clean ups, and work on error reporting in the CAst front end 2009-04-15 12:52:40 +00:00
CAstTypeDictionary.java deprecate Trace 2009-04-09 20:31:14 +00:00
TranslatorToCAst.java merge of development on internal branch. Support for cross-building JNI code for Windows, and refactoring of abstract loader support. 2009-02-26 16:54:30 +00:00