215 Commits (master)

Author SHA1 Message Date
Graham 3ee6d57ba9 Convert AsmClassMetadata to Kotlin 4 years ago
Graham e5af454815 Convert ClassMetadata to Kotlin 4 years ago
Graham 07bb22f795 Convert Library to Kotlin 4 years ago
Graham b1582ce3a0 Use `//` for single line comments in .kt files 4 years ago
Graham 8b57525c88 Move InsnList-related methods to InsnListUtils 4 years ago
Graham db785e38d0 Convert MethodNodeUtils to Kotlin 4 years ago
Graham 862c79e31c Rename deleteArgument() to removeArgument() for consistency 4 years ago
Graham e68fed7a9e Convert StackMetadata to Kotlin 4 years ago
Graham c02fe030fa Convert ClassForNameRemapper to Kotlin 4 years ago
Graham 0b3f24fed2 Convert InsnMatcher to Kotlin 4 years ago
Graham e4fe120bf7 Convert MemberDesc and MemberRef to Kotlin 4 years ago
Graham eec9279a2c Add hasCode() method 4 years ago
Graham 3f1d2dc4a3 Convert Transformer to Kotlin 4 years ago
Graham 0cb0658f61 Add shorthand MemberDesc constructors 5 years ago
Graham 0a5901cde4 Add shorthand MemberRef constructors 5 years ago
Graham bccdf75b37 Move openrs2-natives-all and pack200 to dependencyManagement 5 years ago
Graham a26efcb30c Use for-each to iterate over InsnLists 5 years ago
Graham 70ccdfa526 Add removeDeadCode method 5 years ago
Graham 8ecbe7bb82 Remove unused openrs2.root property 5 years ago
Graham 3926f7735e Add FCONST and DCONST groups to InsnMatcher 5 years ago
Graham d20e3997b4 Split transformMethod into {pre,post}TransformMethod 5 years ago
Graham 145ed6b1ee Add classPath and library arguments to all Transformer methods 5 years ago
Graham 4788f8314e Clear ClassPath cache after remapping 5 years ago
Graham 6e750b008f Replace hard-coded 2 with GZIP_HEADER.length 5 years ago
Graham 23a85fd820 Add method for deleting MethodNode arguments 5 years ago
Graham 46f908bdb0 Replace ClassForNameTransformer 5 years ago
Graham 1319295d77 Separate remapping from the write{Pack,Jar} methods 5 years ago
Graham 1216812c8a Add InsnNodeUtils.toString() method 5 years ago
Graham 4cfb9d9f69 Remove dummy branch expressions instead of inserting POPs 5 years ago
Graham 7747fe457a Remove dummy local variables 5 years ago
Graham f1c6f074a1 Add virtual instruction support to hasSideEffects() and StackMetadata 5 years ago
Graham 8c1f2c7b2f Add hasSideEffects() function to InsnNodeUtils 5 years ago
Graham 176b109688 Add StackMetadata 5 years ago
Graham 003b7ecfef Improve <description> wrapping 5 years ago
Graham 405c33c1a1 Format *.xml files with IDEA's code style 5 years ago
Graham e647588f67 Switch to Apache Harmony's pack200 implementation 5 years ago
Graham eec8990481 Add description to all modules 5 years ago
Graham 517032959e Use immutable collections types from Guava 5 years ago
Graham 271d2126c0 Use InsnList's iterator instead of getFirst()/getNext() 5 years ago
Graham fc95d5086c Add {pre,post}Pass methods to Transformer 5 years ago
Graham 6ca8da1cd4 Mark the transform method as final 5 years ago
Graham 9b9bdeae63 Add multi-pass Transformer support 5 years ago
Graham d293176959 Replace maven.multiModuleProjectDirectory with openrs2.root 5 years ago
Graham 12293bb3b1 Refactor package structure of the asm module 5 years ago
Graham 0c8d0f9cc3 Add initial support for whole program analysis in transformers 5 years ago
Graham 406feb72f0 Move classpath package to the asm module 5 years ago
Graham 3978ee9ea0 Allow Transformers to throw AnalyzerException 5 years ago
Graham 751ae183c1 Add IntInterpreter and IntValue 5 years ago
Graham 2cde631fca Add BitShiftTransformer 5 years ago
Graham 48f8c68500 Format code 5 years ago