WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/impl
dolby-oss 4c6d062dbb blunt force trauma to CAst frond end:
1) Structural changes in the AstTranslator to allow retranslation and generation of custom IR.  This is mostly moving state from the translator itself into the context.
2) Some refactoring to share some AST generation code across the Java and JavaScript front ends.
3) Switching to the latest Rhino, release 1.7R3; this is a pervasive change to the JavaScript Rhino translator, since it involves switching to the new AST interface in Rhino.
4) Common code to, as an option, translate Do-style loops by replicating the loop body.  This allows the use of CAstNode.LOOP forms for such loops.
5) Some bug fixes to the mechanisms of the CAstRewriter to handle weird control flow cases.
6) An example of retranslation to specialize JavaScript methods based on how many arguments they receive at call sites.


git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4425 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2012-01-27 20:15:33 +00:00
..
AbstractSourcePosition.java better toString method 2011-04-13 16:17:48 +00:00
CAstBasicRewriter.java blunt force trauma to CAst frond end: 2012-01-27 20:15:33 +00:00
CAstCloner.java blunt force trauma to CAst frond end: 2012-01-27 20:15:33 +00:00
CAstControlFlowRecorder.java blunt force trauma to CAst frond end: 2012-01-27 20:15:33 +00:00
CAstImpl.java more checking 2010-09-14 20:29:29 +00:00
CAstNodeTypeMapRecorder.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
CAstOperator.java misc. fixes motivated by JavaScript 2009-01-19 15:12:39 +00:00
CAstRewriter.java blunt force trauma to CAst frond end: 2012-01-27 20:15:33 +00:00
CAstRewriterFactory.java merge code from loop unroller into standard CAstRewriter 2007-08-01 15:36:40 +00:00
CAstSourcePositionRecorder.java pathc for file offsets in Positions from Evan Battaglia; make native translator to CAst more robust to errors 2007-12-14 21:11:19 +00:00
CAstSymbolImpl.java Added new symbol class InternalCAstSymbol to make intent more 2007-07-13 22:46:15 +00:00
CAstSymbolImplBase.java Added new symbol class InternalCAstSymbol to make intent more 2007-07-13 22:46:15 +00:00
CAstTypeDictionaryImpl.java deprecate Trace 2009-04-09 20:31:14 +00:00
CAstValueImpl.java switch from Assertions._assert to Java assertions 2009-04-30 13:16:52 +00:00
DelegatingEntity.java some simple generics 2011-04-13 16:18:17 +00:00
LineNumberPosition.java improved toString message 2011-04-04 14:59:52 +00:00