summaryrefslogtreecommitdiff
path: root/opcode-gen
AgeCommit message (Expand)Author
2017-09-27New bytecodes for constant-method-{handle,type}Orion Hodson
2017-02-15Add support invoke-custom to dexdumpOrion Hodson
2017-02-02Add support invoke-polymorphic to dexdumpOrion Hodson
2015-07-08Revert "Remove libdex (including dexdump/list)."Aart Bik
2015-07-08Remove libdex (including dexdump/list).Aart Bik
2012-01-05Remove unsupported experimental opcodes.Elliott Hughes
2011-04-19Tweaks for C++ compilation.Dan Bornstein
2011-03-21Move finalization out of the VM.Carl Shapiro
2011-03-10Add volatile/jumbo opcodesAndy McFadden
2011-03-02Change invoke-object-init to /range formAndy McFadden
2011-02-11Rename invoke-direct-empty to invoke-object-initAndy McFadden
2011-02-02CodeReader visitor dispatch now uses OpcodeInfo.Dan Bornstein
2011-02-02Move opcode names into OpcodeInfo.Dan Bornstein
2011-01-30Move dx.dex.code.DalvOps -> dx.io.Opcodes.Dan Bornstein
2011-01-30Basic facility to read/write bytecode.Dan Bornstein
2011-01-07Added vm support for new jumbo opcodes.jeffhao
2010-12-10New jumbo verification error opcode.Dan Bornstein
2010-12-03Minor simplification.Dan Bornstein
2010-12-03Fix stupid copy-paste error.Dan Bornstein
2010-12-03Another clarifying rename and a bit more automation.Dan Bornstein
2010-12-03Regular-expression compatibility.Dan Bornstein
2010-12-03Small fixes.Dan Bornstein
2010-12-03Clean up the opcode-gen script.Dan Bornstein
2010-12-02Inching closer to having extended opcodes in the vm.Dan Bornstein
2010-12-02Give the awk script its own file.Dan Bornstein
2010-12-01Rename OpCodeNames.c -> DexOpcodes.c.Dan Bornstein
2010-12-01Rename OpCode.h -> DexOpcodes.h.Dan Bornstein
2010-12-01Add more "extended opcode" structure to libdex.Dan Bornstein
2010-11-30Bring 00x and 20bc into the fold.Dan Bornstein
2010-11-30Explain a bit.Dan Bornstein
2010-11-30invoke-direct-empty doesn't actually invoke anything.Dan Bornstein
2010-11-30Clean up the opcode maintenance instructions.Dan Bornstein
2010-11-29Code to generate libcore's Dalvik opcode code.Dan Bornstein
2010-11-17Generate the tables in InstrUtils.c...almost.Dan Bornstein
2010-11-16Generate the contents of OpCodeNames.c.Dan Bornstein
2010-11-16Generate most of OpCode.h using opcode-gen.Dan Bornstein
2010-11-16Promote opcode-gen to the dalvik directory.Dan Bornstein