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
Commit message (
Expand
)
Author
Age
Files
Lines
*
These asserts are no longer pointless.
Dan Bornstein
2010-12-03
1
-4
/
+4
*
Another clarifying rename and a bit more automation.
Dan Bornstein
2010-12-03
4
-15
/
+22
*
Make opcode 00ff be called "dispatch-ff".
Dan Bornstein
2010-12-02
2
-3
/
+3
*
Extremely minor cleanup.
Dan Bornstein
2010-12-02
1
-1
/
+1
*
Rename some instruction/opcode types and utilities.
Dan Bornstein
2010-12-02
2
-27
/
+27
*
Make the enums typedeffed as such.
Dan Bornstein
2010-12-02
2
-44
/
+47
*
It's "opcode" not "opCode".
Dan Bornstein
2010-12-01
4
-28
/
+28
*
Rename OpCodeNames.c -> DexOpcodes.c.
Dan Bornstein
2010-12-01
2
-1
/
+1
*
Rename OpCode.h -> DexOpcodes.h.
Dan Bornstein
2010-12-01
5
-33
/
+11
*
Add more "extended opcode" structure to libdex.
Dan Bornstein
2010-12-01
3
-6
/
+39
*
invoke-direct-empty doesn't actually invoke anything.
Dan Bornstein
2010-11-30
1
-1
/
+1
*
Clean up the opcode maintenance instructions.
Dan Bornstein
2010-11-30
2
-49
/
+5
*
Get rid of the copies of the opcode table pointers.
Dan Bornstein
2010-11-19
2
-28
/
+11
*
Use the generated opcode info tables.
Dan Bornstein
2010-11-17
3
-1411
/
+25
*
Generate the tables in InstrUtils.c...almost.
Dan Bornstein
2010-11-17
2
-4
/
+443
*
Generate the contents of OpCodeNames.c.
Dan Bornstein
2010-11-16
2
-55
/
+20
*
Generate most of OpCode.h using opcode-gen.
Dan Bornstein
2010-11-16
1
-340
/
+299
*
Get rid of kInstrUnconditional.
Dan Bornstein
2010-11-12
2
-2
/
+9
*
TypeRef, not ClassRef.
Dan Bornstein
2010-11-12
2
-2
/
+2
*
Stop reporting negative widths.
Andy McFadden
2010-11-12
2
-22
/
+12
*
Add the new instruction formats.
Dan Bornstein
2010-11-11
2
-4
/
+38
*
Add a new index type table for instruction decoding.
Dan Bornstein
2010-11-10
2
-28
/
+430
*
Simplify the instruction decoder.
Dan Bornstein
2010-11-10
1
-45
/
+34
*
Reharmonize the implementation with the spec.
Dan Bornstein
2010-11-09
2
-21
/
+29
*
Shift register index tests to static pass.
Andy McFadden
2010-11-04
3
-12
/
+9
*
Improve dexdump temp file handling.
Andy McFadden
2010-10-25
1
-2
/
+13
*
Correct dexopt for uniprocessors.
Andy McFadden
2010-09-30
1
-13
/
+1
*
am 0cd73fed: am 7c73c80e: am 42929e15: Add optional tags to dalvik.
Jesse Wilson
2010-09-16
1
-0
/
+2
|
\
|
*
Add optional tags to dalvik.
Jesse Wilson
2010-09-16
1
-0
/
+2
*
|
Add return-void-barrier instruction.
Andy McFadden
2010-09-10
3
-9
/
+14
|
/
*
Remove the functionality in ReduceConstants.[ch].
Dan Bornstein
2010-09-09
2
-183
/
+0
*
Correct Volatile SGET/SPUT format tag, add missing cases for JIT
buzbee
2010-09-03
1
-5
/
+7
*
Let <stdbool.h> (or its substitute) get picked up via the preexisting
Dan Bornstein
2010-09-01
1
-1
/
+0
*
Split out the optimized dex file handling into its own file.
Dan Bornstein
2010-08-31
5
-276
/
+335
*
Add a little bit of paranoia to the odex data reader.
Dan Bornstein
2010-08-17
1
-22
/
+68
*
Relocate OpCodeNames.[ch].
Andy McFadden
2010-06-22
3
-0
/
+361
*
Add opcodes for volatile field accesses
Andy McFadden
2010-06-18
2
-42
/
+43
*
Forward progress on verifier.
Andy McFadden
2010-06-14
2
-4
/
+7
*
Remove repeated newlines at the end of files.
Carl Shapiro
2010-06-08
6
-6
/
+0
*
Remove trailing whitespace.
Carl Shapiro
2010-06-08
13
-75
/
+75
*
Fix two dex file structural verification issues.
Dan Bornstein
2010-05-27
4
-16
/
+104
*
Write until we fall over.
Andy McFadden
2010-05-04
3
-26
/
+36
*
Dalvik Zip rewrite.
Andy McFadden
2010-04-29
5
-231
/
+347
*
Rearrange some things.
Andy McFadden
2010-04-06
1
-2
/
+2
*
Make wide-volatile loads and stores atomic.
Andy McFadden
2010-03-15
2
-1
/
+6
*
Add instructions for volatile wide fields.
Andy McFadden
2010-03-05
2
-21
/
+24
*
Cause dex verification to fail if the class_defs section contains more
Dan Bornstein
2010-01-26
1
-43
/
+89
*
Added additional DEX checksum.
Andy McFadden
2009-12-03
2
-8
/
+39
*
Fix windows SDK build.
Andy McFadden
2009-11-23
1
-32
/
+35
*
Add execute-inline/range instruction.
Andy McFadden
2009-11-20
3
-6
/
+10
[next]