summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-08Add left curly brace of visitModuleMartian
2021-11-25Merge branch 'add-support-of-java19' into 'master'Remi Forax
2021-11-22add support of V19 (no change in the bytecode format)Eric Bruneton
2021-09-19Merge branch 'field-handles' into 'master'Eric Bruneton
2021-09-19Remap invokedynamic field handles properlyJamie Mansfield
2021-08-28Add an assertion in ByteVector.enlarge().Eric Bruneton
2021-08-22Merge branch '317949-fix-asm-api-values-in-javadoc' into 'master'Eric Bruneton
2021-07-11Fix the ASM 'api' fields and parameters javadoc.Eric Bruneton
2021-06-26Update version number.Eric Bruneton
2021-06-20Merge branch 'abstract-and-strcitfp-are-illegal-until-v17' into 'master'Remi Forax
2021-06-20a method with access flags ACC_ABSTRACT and ACC_STRICT is illegal if version ...Remi Forax
2021-06-12Merge branch 'fix-doc-visitPErmittedSubclass-not-at-the-right-place' into 'ma...Remi Forax
2021-06-12Merge branch 'add-support-version-java18' into 'master'Remi Forax
2021-06-12the documentation says visitPermittedSubClass is called before visitPermitted...forax
2021-06-06add support of version V18 (version 62)forax
2021-06-06Merge branch '317945-fix-ldc-insn-node-javadoc' into 'master'Eric Bruneton
2021-05-28Merge branch 'fix-javadoc-tag' into 'master'Eric Bruneton
2021-05-28Merge branch 'stsypanov/asm-master'Eric Bruneton
2021-05-25Don't allocate huge buffers in ClassReaderСергей Цыпанов
2021-05-25Remove throwing OOME from ClassReader.calcuateBufferSize()Сергей Цыпанов
2021-05-24Fix a broken Javadoc tag in ClassWriterizeye
2021-05-22Fix the Javadoc of LdcInsnNode.Eric Bruneton
2021-05-22Attempt to fix gitlab-ci.yml.Eric Bruneton
2021-05-22Skip Sonarqube analysis if SONAR_LOGIN is not defined.Eric Bruneton
2021-05-18Merge branch 'upstream_master'Сергей Цыпанов
2021-05-18Set ClassReader.MAX_BUFFER_SIZE to 1 MbСергей Цыпанов
2021-05-13Merge branch 'update_jacoco' into 'master'Eric Bruneton
2021-05-13Update JaCoCo to version 0.8.7Evgeny Mandrikov
2021-05-13Merge branch 'sonar-token' into 'master'Eric Bruneton
2021-05-13Commit the change to SonarQube as a specific userMartin Hamant
2021-05-03Protect ClassReader.calculateBufferSize() from allocation of excessive bufferСергей Цыпанов
2021-05-01Merge branch '317942-fix-checkclassadapter-frame-output' into 'master'Eric Bruneton
2021-04-24Fix the formatting of reference array types in stack map frame outputs.Eric Bruneton
2021-04-09Protect ClassReader.calculateBufferSize() from some pathological casesСергей Цыпанов
2021-04-09Remove redundant `& 0xFF` when casting int to byteСергей Цыпанов
2021-03-13Merge branch 'bitwise' into 'master'Eric Bruneton
2021-03-11Fix code styleСергей Цыпанов
2021-03-11Remove redundant `& 0xFF` when casting int to byteСергей Цыпанов
2021-03-11Improve performance of ClassReader.readStream()Сергей Цыпанов
2021-02-06Update version number.Eric Bruneton
2021-02-06Update version number.Eric Bruneton
2021-01-28Merge branch '317929-remap-annotation-attribute-names' into 'master'Eric Bruneton
2021-01-28Resolve "ClassRemapper doesn't remap annotation values"Eric Bruneton
2021-01-27Merge branch '317930-fix-check-class-adapter-check-typeref-exceptions' into '...Eric Bruneton
2021-01-27Merge branch '317931-fix-check-method-adapter-visit-label-exceptions' into 'm...Eric Bruneton
2021-01-16Use consistent exceptions in visitLabel.Eric Bruneton
2021-01-16Use consistent exceptions in checkTypeRef.Eric Bruneton
2020-12-24Merge branch 'test-should-work-with-enable-preview' into 'master'Remi Forax
2020-12-24The test for jdk 14 and jdk 15 requires "--enable-preview",Remi Forax
2020-12-23Merge branch 'update_jacoco' into 'master'Eric Bruneton