index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libdex
/
InstrUtils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added vm support for new jumbo opcodes.
jeffhao
2011-01-07
1
-2
/
+397
*
Another clarifying rename and a bit more automation.
Dan Bornstein
2010-12-03
1
-4
/
+4
*
Rename some instruction/opcode types and utilities.
Dan Bornstein
2010-12-02
1
-10
/
+10
*
Make the enums typedeffed as such.
Dan Bornstein
2010-12-02
1
-3
/
+4
*
It's "opcode" not "opCode".
Dan Bornstein
2010-12-01
1
-6
/
+6
*
Add more "extended opcode" structure to libdex.
Dan Bornstein
2010-12-01
1
-3
/
+3
*
invoke-direct-empty doesn't actually invoke anything.
Dan Bornstein
2010-11-30
1
-1
/
+1
*
Get rid of the copies of the opcode table pointers.
Dan Bornstein
2010-11-19
1
-11
/
+3
*
Use the generated opcode info tables.
Dan Bornstein
2010-11-17
1
-1377
/
+16
*
Generate the tables in InstrUtils.c...almost.
Dan Bornstein
2010-11-17
1
-3
/
+442
*
Get rid of kInstrUnconditional.
Dan Bornstein
2010-11-12
1
-1
/
+1
*
TypeRef, not ClassRef.
Dan Bornstein
2010-11-12
1
-1
/
+1
*
Stop reporting negative widths.
Andy McFadden
2010-11-12
1
-12
/
+7
*
Add the new instruction formats.
Dan Bornstein
2010-11-11
1
-0
/
+36
*
Add a new index type table for instruction decoding.
Dan Bornstein
2010-11-10
1
-11
/
+370
*
Simplify the instruction decoder.
Dan Bornstein
2010-11-10
1
-45
/
+34
*
Reharmonize the implementation with the spec.
Dan Bornstein
2010-11-09
1
-18
/
+19
*
Shift register index tests to static pass.
Andy McFadden
2010-11-04
1
-5
/
+2
*
Add return-void-barrier instruction.
Andy McFadden
2010-09-10
1
-4
/
+9
*
Correct Volatile SGET/SPUT format tag, add missing cases for JIT
buzbee
2010-09-03
1
-5
/
+7
*
Add opcodes for volatile field accesses
Andy McFadden
2010-06-18
1
-24
/
+24
*
Forward progress on verifier.
Andy McFadden
2010-06-14
1
-2
/
+3
*
Remove trailing whitespace.
Carl Shapiro
2010-06-08
1
-1
/
+1
*
Make wide-volatile loads and stores atomic.
Andy McFadden
2010-03-15
1
-0
/
+3
*
Add instructions for volatile wide fields.
Andy McFadden
2010-03-05
1
-12
/
+14
*
Add execute-inline/range instruction.
Andy McFadden
2009-11-20
1
-4
/
+7
*
Change the way breakpoints work.
Andy McFadden
2009-11-16
1
-6
/
+6
*
Allow dalvik pre-optimization to run in ARMv7 emulator.
David 'Digit' Turner
2009-09-21
1
-0
/
+4
*
Inline-execute for Java.Lang.Math routines, jit codegen restructure, various ...
Bill Buzbee
2009-07-10
1
-1
/
+0
*
Initial port of the Dalvik JIT enging to the internal repository.
Ben Cheng
2009-06-04
1
-13
/
+19
*
Defer reporting of certain verifier failures.
Andy McFadden
2009-05-18
1
-1
/
+1
*
Added throw-verification-error instruction.
Andy McFadden
2009-05-07
1
-28
/
+35
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+1234
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-1234
/
+0
*
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-02-10
1
-2
/
+1
*
auto import from //branches/cupcake/...@125939
The Android Open Source Project
2009-01-09
1
-2
/
+2
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
1
-3
/
+30
*
Initial Contribution
The Android Open Source Project
2008-10-21
1
-0
/
+1208