1. d0cf7f0 Import ASM 9.5 am: 09e8c429ce am: 8e71fe2ccd by Victor Chang · 12 months ago
  2. 8e71fe2 Import ASM 9.5 am: 09e8c429ce by Victor Chang · 12 months ago
  3. 09e8c42 Import ASM 9.5 by Victor Chang · 12 months ago
  4. ce6977a Pin tradefed dependencies to Java 11 am: 99e3e92414 am: 10c13c0775 by Frank Feng · 1 year, 3 months ago
  5. 10c13c0 Pin tradefed dependencies to Java 11 am: 99e3e92414 by Frank Feng · 1 year, 3 months ago android-u-beta-1-gpl
  6. 99e3e92 Pin tradefed dependencies to Java 11 by Frank Feng · 1 year, 3 months ago
  7. 443339a Merge branch 'feature/IllegalArgumentErrorHandling' into 'master' by Eric Bruneton · 1 year, 5 months ago
  8. 1865bc9 Feature/illegal argument error handling by Justin Blank · 1 year, 5 months ago
  9. 5029e42 Merge branch 'asmifier-do-not-support-v21-correctly' into 'master' by Remi Forax · 1 year, 5 months ago
  10. dbe7504 fix ASMifier, by Remi Forax · 1 year, 5 months ago
  11. f5cee95 Merge branch 'recognize-version-v21' into 'master' by Remi Forax · 1 year, 5 months ago
  12. 4be3fed Merge branch 'remove-biz-aqute-bnd-gradle-plugin' into 'master' by Eric Bruneton · 1 year, 5 months ago
  13. cca53ae Remove biz aqute bnd gradle plugin by Eric Bruneton · 1 year, 5 months ago
  14. dd57050 recognize Java 21 version (65) by forax · 1 year, 5 months ago
  15. 2ff73af Upgrade the dependencies to the latest versions. by Eric Bruneton · 1 year, 6 months ago
  16. a3d3933 Upgrade Gradle to 7.6 version. by Eric Bruneton · 1 year, 6 months ago
  17. d648961 Merge branch '317982-add-classreader-hook-to-get-bytecode-instruction-offsets' into 'master' by Eric Bruneton · 1 year, 6 months ago
  18. 31063c1 Add a hook in ClassReader to allow subclasses to get the bytecode offset of visited instructions. by Eric Bruneton · 1 year, 6 months ago
  19. 09e9727 Merge branch '317989-support-line-number-zero' into 'master' by Eric Bruneton · 1 year, 6 months ago
  20. 21a6f25 Add support for line numbers equal to 0. by Eric Bruneton · 1 year, 6 months ago
  21. 0425924 Add missing host_supported attributes. am: d15f28eb26 am: 56dccd2ba3 by Krzysztof Kosiński · 1 year, 7 months ago
  22. 56dccd2 Add missing host_supported attributes. am: d15f28eb26 by Krzysztof Kosiński · 1 year, 7 months ago main-16k-with-phones platform-tools-33.0.4 platform-tools-34.0.0 platform-tools-34.0.1
  23. d15f28e Add missing host_supported attributes. by Krzysztof Kosiński · 1 year, 7 months ago
  24. 62f5ed4 Add build support for ow2-asm. am: 33cad1c06b am: 3ed07a7d2c by Krzysztof Kosiński · 1 year, 7 months ago
  25. 25e6385 Import ASM 9.4. am: 93d935569c am: b5fbf4223a by Krzysztof Kosiński · 1 year, 7 months ago
  26. 3ed07a7 Add build support for ow2-asm. am: 33cad1c06b by Krzysztof Kosiński · 1 year, 7 months ago
  27. b5fbf42 Import ASM 9.4. am: 93d935569c by Krzysztof Kosiński · 1 year, 7 months ago
  28. 33cad1c Add build support for ow2-asm. by Krzysztof Kosiński · 1 year, 7 months ago
  29. 93d9355 Import ASM 9.4. by Krzysztof Kosiński · 1 year, 7 months ago
  30. 502f693 Initial empty repository by Bill Rassieur · 1 year, 7 months ago
  31. 2c6decd Merge branch 'fix/typo' into 'master' by Eric Bruneton · 1 year, 7 months ago
  32. b0fd1e3 missing "|" in javadoc of MethodVisitor by FANGYUAN SI · 1 year, 7 months ago
  33. e781247 Merge branch 'polish-20221101' into 'master' by Remi Forax · 1 year, 7 months ago
  34. 62042eb Remove duplicate articles in Javadoc by Johnny Lim · 1 year, 7 months ago
  35. 225f6ce Merge branch 'master' into 'master' by Remi Forax · 1 year, 8 months ago
  36. bff9a53 fix a typo in javadoc of ASMifier by FANGYUAN SI · 1 year, 8 months ago
  37. 03417d0 Add signature files for ASM 9.4. by Eric Bruneton · 1 year, 8 months ago
  38. 803e823 Update version number. by Eric Bruneton · 1 year, 8 months ago
  39. ae10e89 Merge branch '317981-add-get-delegate-methods' into 'master' by Eric Bruneton · 1 year, 8 months ago
  40. f44c6c0 Add a getDelegate() method to all visitors. Also make the delegate field protected in all cases. by Eric Bruneton · 1 year, 8 months ago
  41. 5829657 Merge branch '317984-add-get-internal-name-links' into 'master' by Eric Bruneton · 1 year, 8 months ago
  42. e21d96e Add link to Type.getInternalName() after each occurence of 'internal name' in... by Eric Bruneton · 1 year, 8 months ago
  43. 6593e13 Merge branch 'skip-remap-if-same' into 'master' by Eric Bruneton · 1 year, 9 months ago
  44. 4a739ec Skip remap inner class name if not changed by Karlatemp · 1 year, 9 months ago
  45. 4758ea5 Fix typos. by Eric Bruneton · 1 year, 9 months ago
  46. d3c9ced Merge branch 'asm-fix/signature-writer/use-unsigned-arg-stack' by Eric Bruneton · 1 year, 9 months ago
  47. edb8801 Rewrite the code in a more concise way. by Eric Bruneton · 1 year, 9 months ago
  48. dac1a9f fixup! Fix `SignatureWriter` when a generic type has a depth over 30 by ExE Boss · 1 year, 9 months ago
  49. 85c2d1f fixup! Fix `SignatureWriter` when a generic type has a depth over 30 by ExE Boss · 1 year, 9 months ago
  50. be2b87e fixup! Fix `SignatureWriter` when a generic type has a depth over 30 by ExE Boss · 1 year, 9 months ago
  51. b06844f Fix `SignatureWriter` when a generic type has a depth over 30 by ExE Boss · 1 year, 9 months ago
  52. 965c006 Merge branch '317972-improve-inner-and-outer-class-javadoc' into 'master' by Eric Bruneton · 1 year, 9 months ago
  53. e2604b9 Merge branch '317983-fix-module-name' into 'master' by Eric Bruneton · 1 year, 9 months ago
  54. f68324c Fix generated module names. by Eric Bruneton · 1 year, 9 months ago
  55. a31616c Improve the Javadoc for the InnerClasses and EnclosingMethod attributes. by Eric Bruneton · 1 year, 9 months ago
  56. d91c922 Merge branch '317979-generate-module-info-classes-without-bnd-plugin' into 'master' by Eric Bruneton · 1 year, 10 months ago
  57. 5921eb2 Generate the module info classes without Bnd. Delete the Bnd plugin. by Eric Bruneton · 1 year, 10 months ago
  58. c5b5404 Merge branch 'aurimas-master-patch-01940' into 'master' by Eric Bruneton · 1 year, 11 months ago
  59. 2e3f8a0 Upgrade asm to point to org.ow2:ow2:1.5.1 by Aurimas Liutikas · 1 year, 11 months ago
  60. 78701b3 Merge branch 'support-jdk10' into 'master' by Remi Forax · 2 years ago
  61. 8b7090d recognize Java 20 version (64) by Remi Forax · 2 years ago
  62. bc2420a Disable warnings for missing Javadoc comments in the privateJavadoc task. by Eric Bruneton · 2 years ago
  63. 758e519 Merge branch '317977-fix-check-class-adapter-and-tree-analysis-analyzer' into 'master' by Eric Bruneton · 2 years ago
  64. 1a7f169 Make sure that CheckClassAdapter leaves classes unchanged. Also fix a bug in... by Eric Bruneton · 2 years ago
  65. 211f4eb Merge branch 'check-all-labels' into 'master' by Eric Bruneton · 2 years ago
  66. 5f821dd Make sure to check all Label references. by Eric Bruneton · 2 years ago
  67. b682db1 Merge branch 'javadoc-fixes' into 'master' by Eric Bruneton · 2 years ago
  68. 5a5d631 Small Javadoc improvements and fixes. by Eric Bruneton · 2 years ago
  69. 84cfafd Merge branch 'analyzer-refactor' into 'master' by Eric Bruneton · 2 years ago
  70. 2607e4c Extract a findSubroutines method from the long Analyzer.analyze() method. by Eric Bruneton · 2 years ago
  71. f1453a8 Merge branch 'check-frames-in-check-method-adapter' into 'master' by Eric Bruneton · 2 years, 1 month ago
  72. 62093fa Check that frames are valid for V1_7 or more classes, if COMPUTE_FRAMES is not used. by Eric Bruneton · 2 years, 1 month ago
  73. d77ed2e Merge branch 'add-check-frame-analyzer' into 'master' by Eric Bruneton · 2 years, 1 month ago
  74. e313ded Add a CheckFrameAnalyzer class in asm-util. This will be used in... by Eric Bruneton · 2 years, 1 month ago
  75. 6e0c805 Merge branch 'update_jacoco' into 'master' by Remi Forax · 2 years, 1 month ago
  76. a26e047 Update JaCoCo to version 0.8.8 by Evgeny Mandrikov · 2 years, 1 month ago
  77. b8054cb Add ASM 9.0 to the benchmarks. by Eric Bruneton · 2 years, 2 months ago
  78. d51146f Update version number. by Eric Bruneton · 2 years, 2 months ago
  79. d7888a8 Merge branch 'code-smells' into 'master' by Eric Bruneton · 2 years, 2 months ago
  80. 897069b Make sure only one invocation in the assertThrows lambda can throw the... by Eric Bruneton · 2 years, 2 months ago
  81. bb8eb91 Merge branch 'justinblank/asm-provide_descriptor_in_type_exception' by Eric Bruneton · 2 years, 2 months ago
  82. 4a30c73 Add tests for the IllegalArgumentException message. by Eric Bruneton · 2 years, 2 months ago
  83. e1d376d Add descriptor to exception in Type#getTypeInternal by Justin Blank · 2 years, 2 months ago
  84. 7f3b2d0 Add sigtest files for ASM 9.0, 9.1 and 9.2. by Eric Bruneton · 2 years, 2 months ago
  85. 398120e Merge branch 'parameterized-tests' into 'master' by Eric Bruneton · 2 years, 2 months ago
  86. f4e26f2 Add tests for ByteVector.size(). by Eric Bruneton · 2 years, 2 months ago
  87. 2616f26 Replace some repeated tests with parameterized tests. Code smell found by SonarQube. by Eric Bruneton · 2 years, 2 months ago
  88. 04f3f8b Add a size() method in ByteVector. by Eric Bruneton · 2 years, 2 months ago
  89. 2ab973c Merge branch 'protected-constructors-for-abstract-classes' into 'master' by Eric Bruneton · 2 years, 2 months ago
  90. d67dc78 Make the constructors of abstract classes protected. Code smell found by SonarQube. by Eric Bruneton · 2 years, 2 months ago
  91. 3082cf7 Merge branch 'rename-var-to-varindex' into 'master' by Eric Bruneton · 2 years, 2 months ago
  92. ddd8bb1 Rename 'var' to 'varIndex' where possible. See... by Eric Bruneton · 2 years, 2 months ago
  93. 99c8d49 Merge branch 'fix-misc-sonarqube-code-smells' into 'master' by Eric Bruneton · 2 years, 2 months ago
  94. f6c053c Fix some code smells found by SonarQube. by Eric Bruneton · 2 years, 2 months ago
  95. 9ea493b Merge branch 'remove-checkdataflow-restrictions' into 'master' by Eric Bruneton · 2 years, 3 months ago
  96. 9b880c2 Remove the restrictions for the checkDataFlow option in CheckClassAdapter. by Eric Bruneton · 2 years, 3 months ago
  97. a9cae63 Merge branch 'add-default-issue-template' into 'master' by Eric Bruneton · 2 years, 3 months ago
  98. e687540 Add a GitLab default issue template. by Eric Bruneton · 2 years, 3 months ago
  99. 954f886 Add a basic GitLab issue template. by Eric Bruneton · 2 years, 3 months ago
  100. fef9e73 Merge branch 'upgrade-gradle-version' into 'master' by Eric Bruneton · 2 years, 3 months ago