summaryrefslogtreecommitdiffstats
path: root/libdex/InstrUtils.c
Commit message (Expand)AuthorAgeFilesLines
* Added vm support for new jumbo opcodes.jeffhao2011-01-071-2/+397
* Another clarifying rename and a bit more automation.Dan Bornstein2010-12-031-4/+4
* Rename some instruction/opcode types and utilities.Dan Bornstein2010-12-021-10/+10
* Make the enums typedeffed as such.Dan Bornstein2010-12-021-3/+4
* It's "opcode" not "opCode".Dan Bornstein2010-12-011-6/+6
* Add more "extended opcode" structure to libdex.Dan Bornstein2010-12-011-3/+3
* invoke-direct-empty doesn't actually invoke anything.Dan Bornstein2010-11-301-1/+1
* Get rid of the copies of the opcode table pointers.Dan Bornstein2010-11-191-11/+3
* Use the generated opcode info tables.Dan Bornstein2010-11-171-1377/+16
* Generate the tables in InstrUtils.c...almost.Dan Bornstein2010-11-171-3/+442
* Get rid of kInstrUnconditional.Dan Bornstein2010-11-121-1/+1
* TypeRef, not ClassRef.Dan Bornstein2010-11-121-1/+1
* Stop reporting negative widths.Andy McFadden2010-11-121-12/+7
* Add the new instruction formats.Dan Bornstein2010-11-111-0/+36
* Add a new index type table for instruction decoding.Dan Bornstein2010-11-101-11/+370
* Simplify the instruction decoder.Dan Bornstein2010-11-101-45/+34
* Reharmonize the implementation with the spec.Dan Bornstein2010-11-091-18/+19
* Shift register index tests to static pass.Andy McFadden2010-11-041-5/+2
* Add return-void-barrier instruction.Andy McFadden2010-09-101-4/+9
* Correct Volatile SGET/SPUT format tag, add missing cases for JITbuzbee2010-09-031-5/+7
* Add opcodes for volatile field accessesAndy McFadden2010-06-181-24/+24
* Forward progress on verifier.Andy McFadden2010-06-141-2/+3
* Remove trailing whitespace.Carl Shapiro2010-06-081-1/+1
* Make wide-volatile loads and stores atomic.Andy McFadden2010-03-151-0/+3
* Add instructions for volatile wide fields.Andy McFadden2010-03-051-12/+14
* Add execute-inline/range instruction.Andy McFadden2009-11-201-4/+7
* Change the way breakpoints work.Andy McFadden2009-11-161-6/+6
* Allow dalvik pre-optimization to run in ARMv7 emulator.David 'Digit' Turner2009-09-211-0/+4
* 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-13/+19
* Defer reporting of certain verifier failures.Andy McFadden2009-05-181-1/+1
* Added throw-verification-error instruction.Andy McFadden2009-05-071-28/+35
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1234
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1234/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+1
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+2
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+30
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1208