summaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode
Commit message (Expand)AuthorAgeFilesLines
* fixed a typo in a javadoc comment.chiba2012-02-051-1/+0
* implemented a post dominator tree.chiba2012-01-241-149/+21
* revising ControlFlow.dominatorTree().chiba2012-01-232-12/+254
* make Block.incoming() public.chiba2011-12-071-1/+1
* added parent() to jvst.bytecode.analysis.ControlFlow.javachiba2011-11-241-0/+7
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-121-0/+1
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-121-0/+7
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-112-1/+15
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-112-9/+367
* fixed JASSIST-146chiba2011-11-041-1/+0
* fixed JASSIST-146chiba2011-11-041-199/+239
* added some javadoc comments.chiba2011-10-252-1/+15
* fixed JASSIST-145chiba2011-10-191-0/+4
* fixed JASSIST-138chiba2011-07-082-1/+23
* added the Apache license.chiba2011-07-0875-136/+211
* fixed JASSIST-128 and JASSIST-129chiba2010-09-146-46/+61
* fixed JASSIST-130chiba2010-09-124-20/+150
* fixed JASSIST-132chiba2010-09-091-10/+15
* [JASSIST-131] Fix ConstPoolWriter.addStringInfo()kabir.khan@jboss.com2010-08-241-1/+2
* fixed typos.chiba2010-07-221-1/+1
* fixed JIRA JASSIST-125chiba2010-07-182-26/+38
* better support of JSR/RET when computing MaxStack chiba2010-07-151-6/+25
* fixed JASSIST-124chiba2010-07-091-7/+29
* modified to print annotationschiba2010-06-171-0/+3
* fixed JIRA JASSIST-117chiba2010-05-171-2/+2
* added a simple ASM-like API.chiba2010-05-082-0/+923
* performance tuningchiba2010-04-303-24/+44
* performance tuningchiba2010-04-291-14/+83
* for performance tuningchiba2010-04-281-5/+5
* for performance tuningchiba2010-04-284-30/+30
* modified javadoc commentschiba2010-04-152-2/+1
* since Javassist doesn't support JDK 1.3, I changed the source code to use Lin...chiba2010-04-151-6/+6
* reformattedchiba2010-03-301-13/+11
* [JASSIST-111] Uncomment the code containing the fix :-)kabir.khan@jboss.com2010-03-291-12/+12
* [JASSIST-111] Handle class array types as annotation valueskabir.khan@jboss.com2010-03-291-1/+21
* JIRA 105chiba2010-03-081-0/+6
* for JIRA-99chiba2010-01-311-1/+1
* for JIRA JASSIST-95chiba2009-11-181-1/+27
* for JIRA JASSIST-98chiba2009-11-121-1/+1
* improved the behavior of CtClass.getAnnotations() etc.chiba2009-11-103-4/+49
* for JIRA JASSIST-95chiba2009-11-086-70/+395
* for JIRA-95chiba2009-10-202-0/+52
* for fixing JIRA-95chiba2009-10-191-2/+5
* for JIRA-95chiba2009-10-191-41/+0
* for JIRA-95chiba2009-10-191-0/+52
* for JIRA-95chiba2009-10-191-1/+1
* for implementing StackMap attributes (JIRA 95)chiba2009-10-155-74/+149
* snapshotchiba2009-10-082-0/+235
* fixed JIRA JASSIST-94chiba2009-10-052-4/+4
* fixed JASSIST-87chiba2009-07-021-1/+0