aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/stackmap
Commit message (Expand)AuthorAgeFilesLines
* fixes a bug of stackmap generation. The bug was reported here: https://github...chibash2016-07-302-96/+243
* fixes a bug JIRA JASSIST-262chibash2016-04-271-1/+2
* fixed JIRA JASSIST-241chibash2015-01-251-0/+1
* fixed javadoc bugschibash2015-01-072-2/+2
* fixed JASSIST-212chibash2013-12-021-3/+3
* fixed JASSIST-205chibash2013-08-261-1/+0
* fixed JASSIST-205chibash2013-08-262-4/+20
* fixed JASSIST-207chibash2013-08-113-33/+51
* fixed JASSIST-195chibash2013-05-271-0/+27
* fixed JASSIST-190chiba2013-04-131-4/+15
* fixed JASSIST-177chiba2012-11-152-11/+31
* fixed JASSIST-176chiba2012-11-041-4/+11
* fixed JASSIST-175chiba2012-10-201-10/+45
* fixed JASSIST-160chiba2012-10-061-5/+0
* fixed JASSIST-160chiba2012-10-062-4/+9
* fixed JASSIST-174chiba2012-10-041-2/+17
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-242-4/+72
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-147-911/+668
* fixed JASSIST-152chiba2012-02-191-5/+24
* revising ControlFlow.dominatorTree().chiba2012-01-231-1/+1
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-111-9/+9
* fixed JASSIST-145chiba2011-10-191-0/+4
* added the Apache license.chiba2011-07-087-14/+21
* fixed JASSIST-132chiba2010-09-091-10/+15
* fixed JIRA JASSIST-125chiba2010-07-182-26/+38
* for JIRA JASSIST-95chiba2009-11-081-1/+10
* for fixing JIRA-95chiba2009-10-191-2/+5
* for JIRA-95chiba2009-10-191-41/+0
* for JIRA-95chiba2009-10-191-0/+52
* for implementing StackMap attributes (JIRA 95)chiba2009-10-152-10/+74
* updated the copyright notices.chiba2007-06-047-6/+21
* changed the compiler so that .class will be compiled into ldc.chiba2007-05-291-1/+1
* fixed bugs of javassist.bytecode.stackmapchiba2007-05-295-23/+73
* fixed a but in javassist.bytecode.stackmap etc.chiba2007-05-241-1/+1
* implemented javassist.bytecode.stackmap package.chiba2007-05-066-665/+1080
* snapshot. I am still working on stackmap support.chiba2007-04-264-136/+359
* stackmap support (cont.)chiba2007-04-106-296/+1468
* modified javassist.convert.* to support the stack map table of Java 6.chiba2007-02-093-840/+850
* supported generic type signatures.chiba2007-02-062-0/+1006