summaryrefslogtreecommitdiffstats
path: root/opcode-gen
Commit message (Expand)AuthorAgeFilesLines
* Remove unsupported experimental opcodes.Elliott Hughes2012-01-052-80/+8
* Tweaks for C++ compilation.Dan Bornstein2011-04-191-2/+2
* Move finalization out of the VM.Carl Shapiro2011-03-211-9/+2
* Add volatile/jumbo opcodesAndy McFadden2011-03-101-2/+17
* Change invoke-object-init to /range formAndy McFadden2011-03-021-1/+1
* Rename invoke-direct-empty to invoke-object-initAndy McFadden2011-02-111-6/+5
* CodeReader visitor dispatch now uses OpcodeInfo.Dan Bornstein2011-02-021-9/+3
* Move opcode names into OpcodeInfo.Dan Bornstein2011-02-021-5/+4
* Move dx.dex.code.DalvOps -> dx.io.Opcodes.Dan Bornstein2011-01-302-5/+5
* Basic facility to read/write bytecode.Dan Bornstein2011-01-302-1/+24
* Added vm support for new jumbo opcodes.jeffhao2011-01-071-1/+0
* New jumbo verification error opcode.Dan Bornstein2010-12-101-1/+9
* Minor simplification.Dan Bornstein2010-12-031-10/+8
* Fix stupid copy-paste error.Dan Bornstein2010-12-031-2/+2
* Another clarifying rename and a bit more automation.Dan Bornstein2010-12-031-0/+7
* Regular-expression compatibility.Dan Bornstein2010-12-031-2/+2
* Small fixes.Dan Bornstein2010-12-031-1/+2
* Clean up the opcode-gen script.Dan Bornstein2010-12-032-75/+88
* Inching closer to having extended opcodes in the vm.Dan Bornstein2010-12-021-66/+94
* Give the awk script its own file.Dan Bornstein2010-12-022-485/+496
* Rename OpCodeNames.c -> DexOpcodes.c.Dan Bornstein2010-12-011-1/+1
* Rename OpCode.h -> DexOpcodes.h.Dan Bornstein2010-12-012-2/+2
* Add more "extended opcode" structure to libdex.Dan Bornstein2010-12-011-0/+11
* Bring 00x and 20bc into the fold.Dan Bornstein2010-11-301-2/+2
* Explain a bit.Dan Bornstein2010-11-301-3/+20
* invoke-direct-empty doesn't actually invoke anything.Dan Bornstein2010-11-301-2/+5
* Clean up the opcode maintenance instructions.Dan Bornstein2010-11-301-0/+74
* Code to generate libcore's Dalvik opcode code.Dan Bornstein2010-11-292-0/+29
* Generate the tables in InstrUtils.c...almost.Dan Bornstein2010-11-173-21/+93
* Generate the contents of OpCodeNames.c.Dan Bornstein2010-11-163-308/+333
* Generate most of OpCode.h using opcode-gen.Dan Bornstein2010-11-162-3/+40
* Promote opcode-gen to the dalvik directory.Dan Bornstein2010-11-163-0/+791