aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/CodeGen.java
Commit message (Expand)AuthorAgeFilesLines
* line numbers for undefined ids & moreakuznetsov2023-12-291-4/+4
* add line numbers and testakuznetsov2023-10-041-40/+40
* Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-4/+4
* enables switch-case with string constantschibash2018-12-101-2/+50
* Organize imports to disolve ambiguity.nickl-2017-10-301-2/+26
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-41/+57
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-1/+1
* fixes JASSIST-255 Primitive array return values cause invalid cast to Objectchibash2015-12-081-1/+2
* fixed JASSIST-230chibash2014-08-101-41/+74
* fixed JASSIST-211chibash2013-12-021-1/+1
* added the Apache license.chiba2011-07-081-2/+3
* fixed JIRA JASSIST-67chiba2009-06-091-3/+12
* updated the copyright notices.chiba2007-06-041-1/+1
* fixed bugs related to stack map tables.chiba2007-06-021-7/+20
* changed the implementation of try statements so that jsr/ret will not be used...chiba2007-05-121-4/+9
* fixed JIRA JASSIST-27 CodeGen.getArrayWriteOp returns a invalid operation for...chiba2006-10-231-0/+2
* updated copyright noticeschiba2006-01-111-1/+1
* Array initializer supports and better annotation supports.chiba2005-08-251-2/+11
* deleted some local variables that are never read.chiba2005-06-301-3/+0
* fixed a bug of the compilerchiba2005-06-231-2/+7
* fixed a bug so that the compiler distinguishes a length field and the array l...chiba2005-06-081-13/+1
* fixed a bug so that "<array> == null" can be compiled.chiba2005-05-161-2/+5
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* supports finally clauseschiba2004-11-041-6/+8
* synchronized statement support.chiba2004-11-021-4/+79
* reformatted.chiba2004-10-181-1/+1
* Now the compiler supports a switch statement.chiba2004-09-031-4/+76
* modified the code generator to compute constant expressions at compile time.chiba2004-09-011-2/+2
* discarded the last changeschiba2004-08-301-15/+10
* temporary version. You cannot compile them. I'll discard the changes but wa...chiba2004-08-301-10/+15
* .class supportchiba2004-08-161-12/+71
* Now, the compiler accepts a method that accesseschiba2004-05-051-10/+19
* updated the copyright notices.chiba2004-01-081-1/+1
* I implemented a type checker for better code generation.chiba2003-11-271-74/+117
* enabled the parser to parse switch and synchronized statements.chiba2003-10-071-0/+8
* corrected to be able to compile an infinite loop.rel_2_6chiba2003-08-281-9/+26
* minor bugs have been fixed.chiba2003-07-081-0/+4
* changed CtBehavior.setBody() so that setBody(null) produces a bodychiba2003-05-191-1/+7
* fixed a bug in CtBehavior#setBody().chiba2003-05-181-12/+12
* modified the semantics of ($r).chiba2003-05-161-0/+24
* fixed several compiler bugs and updated the tutorial.chiba2003-05-141-7/+29
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-1163/+1152
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+1559