summaryrefslogtreecommitdiffstats
path: root/libdex/InstrUtils.c
Commit message (Expand)AuthorAgeFilesLines
* 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