do not push void method results
[org.ibex.classgen.git] / src / org / ibex / classgen / JSSA.java
2005-07-03 briando not push void method results
2005-07-03 brianfix Constant() constructor
2005-07-03 brianadd "this" for first arg
2005-07-03 brianbetter error reporting (pc and method name)
2005-07-03 brianbetter stack overflow checking
2005-07-03 briancleanup math ops
2005-07-03 brianstack overflow checking
2005-07-03 briansome more sanity checks on expression types
2005-07-03 brianadded VOID_EXPR
2005-07-03 brianget maxStack/maxLocals from MethodGen
2005-07-03 brianfix array instructions in jssa
2005-07-03 brianditch debugToString
2005-07-03 brianadd JSSA.Constant(int) to get JSSA to compile
2005-07-02 adamok, really added JSSA