Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
75425b731c514bf90c985275d80aa7886727d83f
/
libdex
d48cf5c
Fix memory leak in mapCentralDirectory. Bug: 4984352
by Jeff Brown
· 14 years ago
375fb11
Normalize the include guard style.
by Carl Shapiro
· 14 years ago
6f9edbe
Add some error checking and clean out some cruft.
by Dan Bornstein
· 14 years ago
6f3c21f
More LOG newline cleanup.
by Dan Bornstein
· 14 years ago
291c84f
Prefer printf format "%#x" over "0x%x".
by Dan Bornstein
· 14 years ago
614dca3
Conservation of newlines in libdex.
by Dan Bornstein
· 14 years ago
9fdbd91
Update dex file magic number.
by Dan Bornstein
· 14 years ago
bbf31b5
Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master
by Brian Carlstrom
· 14 years ago
bfc9799
Make libdex structures tool friendly.
by Carl Shapiro
· 14 years ago
a70a3d8
Compile libdex as C++.
by Dan Bornstein
· 14 years ago
db0c954
Convert the internal and in-line natives to C++.
by Carl Shapiro
· 14 years ago
ae188c6
Compile the garbage collector and heap profiler as C++.
by Carl Shapiro
· 14 years ago
c99fe6d
Optimize annotations.
by Jesse Wilson
· 14 years ago
1a777d2
Add a missing strings.h include for strcasecmp.
by Carl Shapiro
· 14 years ago
3475f9c
Move finalization out of the VM.
by Carl Shapiro
· 14 years ago
1553988
Clarify a comment.
by Dan Bornstein
· 14 years ago
a9c49df
Clean up how primitive types are handled.
by Dan Bornstein
· 14 years ago
9dfc114
Merge "Add volatile/jumbo opcodes" into dalvik-dev
by Andy McFadden
· 14 years ago
24bd4c5
Add volatile/jumbo opcodes
by Andy McFadden
· 14 years ago
9ea32b0
A bit of libdex spring cleaning.
by Dan Bornstein
· 14 years ago
d4bd92b
Better class name validation.
by Dan Bornstein
· 14 years ago
57fd399
Low-level support for in-memory DEX
by Andy McFadden
· 14 years ago
d31fab3
am bf0cce6d: Fix build.
by Raphael
· 14 years ago
65a6bfb
am b3086d3b: am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode."
by Raphael Moll
· 14 years ago
bf0cce6
Fix build.
by Raphael
· 14 years ago
0346e9d
Change invoke-object-init to /range form
by Andy McFadden
· 14 years ago
b3086d3
am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode."
by Raphael Moll
· 14 years ago
0c91e9d
am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode."
by Raphael Moll
· 14 years ago
7514403
Add new comparator function.
by Dan Bornstein
· 14 years ago
46bc467
Add new comparator function.
by Dan Bornstein
· 14 years ago
5a023aa
am 5945bc11: Merge "Optimize Class.getMethod() by loading only one method."
by Jesse Wilson
· 14 years ago
3c6f4c0
Optimize Class.getMethod() by loading only one method.
by Jesse Wilson
· 14 years ago
b4719ed
Open dexdump files in binary mode.
by Raphael Moll
· 14 years ago
750d110
Rename invoke-direct-empty to invoke-object-init
by Andy McFadden
· 14 years ago
71eee1f
Added vm support for new jumbo opcodes.
by jeffhao
· 14 years ago
650177e
Expose sysCopyFileToFile() and use it.
by Dan Bornstein
· 14 years ago
44209fa
These asserts are no longer pointless.
by Dan Bornstein
· 14 years ago
ccaab18
Another clarifying rename and a bit more automation.
by Dan Bornstein
· 14 years ago
90f1543
Make opcode 00ff be called "dispatch-ff".
by Dan Bornstein
· 14 years ago
0f737c5
Extremely minor cleanup.
by Dan Bornstein
· 14 years ago
e485276
Rename some instruction/opcode types and utilities.
by Dan Bornstein
· 14 years ago
4b6e9ba
Make the enums typedeffed as such.
by Dan Bornstein
· 14 years ago
9a1f816
It's "opcode" not "opCode".
by Dan Bornstein
· 14 years ago
5befcb6
Rename OpCodeNames.c -> DexOpcodes.c.
by Dan Bornstein
· 14 years ago
df4daaf
Rename OpCode.h -> DexOpcodes.h.
by Dan Bornstein
· 14 years ago
1112216
Add more "extended opcode" structure to libdex.
by Dan Bornstein
· 14 years ago
0759f52
invoke-direct-empty doesn't actually invoke anything.
by Dan Bornstein
· 14 years ago
758a673
Clean up the opcode maintenance instructions.
by Dan Bornstein
· 14 years ago
41e286c
Get rid of the copies of the opcode table pointers.
by Dan Bornstein
· 14 years ago
5432239
Use the generated opcode info tables.
by Dan Bornstein
· 14 years ago
8424432
Generate the tables in InstrUtils.c...almost.
by Dan Bornstein
· 14 years ago
d03baaf
Generate the contents of OpCodeNames.c.
by Dan Bornstein
· 14 years ago
11a4a79
Generate most of OpCode.h using opcode-gen.
by Dan Bornstein
· 14 years ago
c2b486f
Get rid of kInstrUnconditional.
by Dan Bornstein
· 14 years ago
1530c3e
TypeRef, not ClassRef.
by Dan Bornstein
· 14 years ago
a092937
Stop reporting negative widths.
by Andy McFadden
· 14 years ago
4a6b482
Add the new instruction formats.
by Dan Bornstein
· 14 years ago
44a38f4
Add a new index type table for instruction decoding.
by Dan Bornstein
· 14 years ago
ff70f76
Simplify the instruction decoder.
by Dan Bornstein
· 14 years ago
7b3e9b0
Reharmonize the implementation with the spec.
by Dan Bornstein
· 14 years ago
d325011
Shift register index tests to static pass.
by Andy McFadden
· 14 years ago
c49ec99
Improve dexdump temp file handling.
by Andy McFadden
· 14 years ago
d8b5f50
Correct dexopt for uniprocessors.
by Andy McFadden
· 14 years ago
b91b37e
Correct dexopt for uniprocessors.
by Andy McFadden
· 14 years ago
e502552
am 0cd73fed: am 7c73c80e: am 42929e15: Add optional tags to dalvik.
by Jesse Wilson
· 14 years ago
42929e1
Add optional tags to dalvik.
by Jesse Wilson
· 14 years ago
291758c
Add return-void-barrier instruction.
by Andy McFadden
· 14 years ago
d394371
Remove the functionality in ReduceConstants.[ch].
by Dan Bornstein
· 14 years ago
ddc7d29
Correct Volatile SGET/SPUT format tag, add missing cases for JIT
by buzbee
· 14 years ago
4a2b20a
Let <stdbool.h> (or its substitute) get picked up via the preexisting
by Dan Bornstein
· 14 years ago
e377ef6
Split out the optimized dex file handling into its own file.
by Dan Bornstein
· 14 years ago
33085cb
Add a little bit of paranoia to the odex data reader.
by Dan Bornstein
· 14 years ago
c6b25c7
Relocate OpCodeNames.[ch].
by Andy McFadden
· 15 years ago
c35a2ef
Add opcodes for volatile field accesses
by Andy McFadden
· 15 years ago
228a6b0
Forward progress on verifier.
by Andy McFadden
· 15 years ago
7365493
Remove repeated newlines at the end of files.
by Carl Shapiro
· 15 years ago
de75089
Remove trailing whitespace.
by Carl Shapiro
· 15 years ago
4b0750e
Fix two dex file structural verification issues.
by Dan Bornstein
· 15 years ago
64896a2
Write until we fall over.
by Andy McFadden
· 15 years ago
8911f7a
Dalvik Zip rewrite.
by Andy McFadden
· 15 years ago
2e1ee50
Rearrange some things.
by Andy McFadden
· 15 years ago
861b338
Make wide-volatile loads and stores atomic.
by Andy McFadden
· 15 years ago
5387824
Add instructions for volatile wide fields.
by Andy McFadden
· 15 years ago
e02aff7
Cause dex verification to fail if the class_defs section contains more
by Dan Bornstein
· 15 years ago
7d18e38
Added additional DEX checksum.
by Andy McFadden
· 15 years ago
518925b
Fix windows SDK build.
by Andy McFadden
· 15 years ago
b0a0541
Add execute-inline/range instruction.
by Andy McFadden
· 15 years ago
b5ebe47
Restore support for DEX on FAT.
by Andy McFadden
· 15 years ago
9651693
Change the way breakpoints work.
by Andy McFadden
· 15 years ago
ec628b5
Allow dalvik pre-optimization to run in ARMv7 emulator.
by David 'Digit' Turner
· 15 years ago
50a6bf2
Inline-execute for Java.Lang.Math routines, jit codegen restructure, various bug fixes.
by Bill Buzbee
· 16 years ago
ba4fc8b
Initial port of the Dalvik JIT enging to the internal repository.
by Ben Cheng
· 16 years ago
b51ea11
Defer reporting of certain verifier failures.
by Andy McFadden
· 16 years ago
3a1aedb
Added throw-verification-error instruction.
by Andy McFadden
· 16 years ago
d18aff3
merge a2ee53b and resolved conflicts...
by Andy McFadden
· 16 years ago
a2ee53b
Added XML output mode for dexdump.
by Andy McFadden
· 16 years ago
66b2eba
am 6d874d2: Merge change 993 into donut
by Android (Google) Code Review
· 16 years ago
bcb0959
Pull fix from master branch, and correct filename juggling.
by Andy McFadden
· 16 years ago
1113159
AI 144906: Default to failure, not success.
by Andy McFadden
· 16 years ago
0198b14
AI 144278: Some changes to make examination of flaky devices easier.
by Andy McFadden
· 16 years ago
Next »