summaryrefslogtreecommitdiffstats
path: root/libdex/InstrUtils.h
Commit message (Expand)AuthorAgeFilesLines
* dalvik: dalvik device extension pack.Xin Qi2013-10-311-0/+1
* Remove unsupported experimental opcodes.Elliott Hughes2012-01-051-6/+0
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Make libdex structures tool friendly.Carl Shapiro2011-04-271-16/+8
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+8
* Added vm support for new jumbo opcodes.jeffhao2011-01-071-0/+1
* These asserts are no longer pointless.Dan Bornstein2010-12-031-4/+4
* Another clarifying rename and a bit more automation.Dan Bornstein2010-12-031-4/+4
* Extremely minor cleanup.Dan Bornstein2010-12-021-1/+1
* Rename some instruction/opcode types and utilities.Dan Bornstein2010-12-021-17/+17
* Make the enums typedeffed as such.Dan Bornstein2010-12-021-41/+43
* It's "opcode" not "opCode".Dan Bornstein2010-12-011-13/+13
* Rename OpCode.h -> DexOpcodes.h.Dan Bornstein2010-12-011-1/+1
* Clean up the opcode maintenance instructions.Dan Bornstein2010-11-301-5/+2
* Get rid of the copies of the opcode table pointers.Dan Bornstein2010-11-191-17/+8
* Use the generated opcode info tables.Dan Bornstein2010-11-171-32/+7
* Generate the tables in InstrUtils.c...almost.Dan Bornstein2010-11-171-1/+1
* Get rid of kInstrUnconditional.Dan Bornstein2010-11-121-1/+8
* TypeRef, not ClassRef.Dan Bornstein2010-11-121-1/+1
* Stop reporting negative widths.Andy McFadden2010-11-121-10/+5
* Add the new instruction formats.Dan Bornstein2010-11-111-4/+2
* Add a new index type table for instruction decoding.Dan Bornstein2010-11-101-17/+60
* Reharmonize the implementation with the spec.Dan Bornstein2010-11-091-3/+10
* Shift register index tests to static pass.Andy McFadden2010-11-041-7/+6
* Forward progress on verifier.Andy McFadden2010-06-141-2/+4
* Remove trailing whitespace.Carl Shapiro2010-06-081-1/+1
* Rearrange some things.Andy McFadden2010-04-061-2/+2
* Make wide-volatile loads and stores atomic.Andy McFadden2010-03-151-1/+3
* Add execute-inline/range instruction.Andy McFadden2009-11-201-0/+1
* Inline-execute for Java.Lang.Math routines, jit codegen restructure, various ...Bill Buzbee2009-07-101-1/+0
* Initial port of the Dalvik JIT enging to the internal repository.Ben Cheng2009-06-041-0/+3
* Added throw-verification-error instruction.Andy McFadden2009-05-071-0/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+177
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-177/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+7
* Initial ContributionThe Android Open Source Project2008-10-211-0/+170