Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_dalvik
/
50d1f6912f45e371db1233d77d86f98b29222692
50d1f69
Support new VMRuntime native method
by Sebastien Hertz
· 11 years ago
8dbff58
Merge "Return the correct error code in multi-thread mode"
by Benoit Lamarche
· 11 years ago
0ae4f61
Merge "Remove tests of dead code."
by Elliott Hughes
· 11 years ago
012d95a
Remove tests of dead code.
by Elliott Hughes
· 11 years ago
cecacd3
Return the correct error code in multi-thread mode
by Benoit Lamarche
· 11 years ago
247f07b
Merge "Define kInstructionSet for x86-64 and arm64."
by Ian Rogers
· 11 years ago
e4e5d8c
Define kInstructionSet for x86-64 and arm64.
by Ian Rogers
· 11 years ago
1855933
Merge "Track package manager changes for arch specific dexopt."
by Narayan Kamath
· 11 years ago
44e824d
Track package manager changes for arch specific dexopt.
by Narayan Kamath
· 11 years ago
4b555b8
Merge "Remove inconsistent usage of macros that broke Thread.sleep/wait on host"
by Paul Duffin
· 11 years ago
db7d74f
Remove inconsistent usage of macros that broke Thread.sleep/wait on host
by Paul Duffin
· 11 years ago
8bf12de
Merge "Dalvik script: Use PWD for android-data and cleanup after running."
by Nicolas Geoffray
· 11 years ago
1c004e5
Merge "Fix debugging on dalvik."
by Narayan Kamath
· 11 years ago
dfa1611
Fix debugging on dalvik.
by Narayan Kamath
· 11 years ago
5c30429
Merge "Move zygote initialization code to the framework."
by Narayan Kamath
· 11 years ago
b5d461d
Dalvik script: Use PWD for android-data and cleanup after running.
by Nicolas Geoffray
· 11 years ago
b41d968
Move zygote initialization code to the framework.
by Narayan Kamath
· 11 years ago
2471b8e
Merge "Remove Zygote.fork"
by Narayan Kamath
· 11 years ago
0122b70
Remove Zygote.fork
by Narayan Kamath
· 11 years ago
a71a5c1
Merge "dalvik: fix mips build"
by Colin Cross
· 11 years ago
4e3267f
dalvik: fix mips build
by Colin Cross
· 11 years ago
9d7da51
Merge "dalvik: let 32-bit dalvik build on multilib targets"
by Colin Cross
· 11 years ago
93a264e
dalvik: let 32-bit dalvik build on multilib targets
by Colin Cross
· 11 years ago
c6a9263
Merge "Script is using function(), which is bash specific."
by Nicolas Geoffray
· 11 years ago
975702d
Merge "Changed dvmDexCacheStatus to check for odex file first."
by Jeff Hao
· 11 years ago
9404557
Changed dvmDexCacheStatus to check for odex file first.
by Jeff Hao
· 11 years ago
7ac7ce0
Script is using function(), which is bash specific.
by Nicolas Geoffray
· 11 years ago
8b68699
Merge "Remove dx/tests/120-disable-extend-ops"
by Narayan Kamath
· 12 years ago
2eb5aa9
Remove dx/tests/120-disable-extend-ops
by Narayan Kamath
· 12 years ago
dc003e0
Merge "Transform incorrect invokevirtual ops to invokedirect."
by Narayan Kamath
· 12 years ago
bb17e21
Transform incorrect invokevirtual ops to invokedirect.
by Narayan Kamath
· 12 years ago
4f30269
Merge "Add native binding for isDexOptNeededInternal."
by Brian Carlstrom
· 12 years ago
ca07b1c
Add native binding for isDexOptNeededInternal.
by Narayan Kamath
· 12 years ago
2ea90b6
Merge "Remove usage of pthread_cond_timedwait_monotonic_np."
by Narayan Kamath
· 12 years ago
7040982
Remove usage of pthread_cond_timedwait_monotonic_np.
by Narayan Kamath
· 12 years ago
415add4
Merge "Remove old fork-and-specialize API"
by Dave Platt
· 12 years ago
4417adb
Remove old fork-and-specialize API
by Dave Platt
· 12 years ago
89982bf
Merge "Finish fixing Zygote descriptor leakage problem"
by Dave Platt
· 12 years ago
47b79f6
Merge "Move dalvik off cacheflush so we can deprecate it."
by Elliott Hughes
· 12 years ago
a0d97af
Move dalvik off cacheflush so we can deprecate it.
by Elliott Hughes
· 12 years ago
73e52b4
Merge "Fix dalvik script file to be able to run without defining environment variables."
by Nicolas Geoffray
· 12 years ago
ff4a7ed
Fix dalvik script file to be able to run without defining environment variables.
by Nicolas Geoffray
· 12 years ago
ad41f94
Merge "Use MAP_FIXED in remapNewHeap"
by Elliott Hughes
· 12 years ago
c3424aa
Finish fixing Zygote descriptor leakage problem
by Dave Platt
· 12 years ago
0f45d4c
Merge "Switch dalvik over to a long in DexFile."
by Elliott Hughes
· 12 years ago
5fa2a59
Switch dalvik over to a long in DexFile.
by Elliott Hughes
· 12 years ago
7140da2
Merge "dalvik: don't build unit tests on eng builds"
by Colin Cross
· 12 years ago
50c040e
dalvik: don't build unit tests on eng builds
by Colin Cross
· 12 years ago
a4f90e7
Merge "dalvik: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH"
by Colin Cross
· 12 years ago
2574760
Merge "Update Dalvik native interfaces for startMethodTracing."
by Jeff Hao
· 12 years ago
1ee0167
Update Dalvik native interfaces for startMethodTracing.
by Jeff Hao
· 12 years ago
2bbb718
dalvik: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
by Colin Cross
· 12 years ago
c963835
Merge "Revert "Protect JIT Code cache modifications with version check""
by Jeff Hao
· 12 years ago
8349871
Revert "Protect JIT Code cache modifications with version check"
by Jeff Hao
· 12 years ago
9289bc4
Merge "Let dalvik use <stdint.h> for SIZE_MAX."
by Elliott Hughes
· 12 years ago
5326c81
Let dalvik use <stdint.h> for SIZE_MAX.
by Elliott Hughes
· 12 years ago
689211a
Merge "Add test methods in AccessFlags."
by Jean-Marie Henaff
· 12 years ago
4bab7de
Merge "Fix dx test 034."
by Jean-Marie Henaff
· 12 years ago
d8960b0
Merge "Remove code related to extended-opcode."
by Jean-Marie Henaff
· 12 years ago
83b5872
Merge "Change exception message for ArrayStoreException."
by Narayan Kamath
· 12 years ago
098015c
Change exception message for ArrayStoreException.
by Narayan Kamath
· 12 years ago
3530d30
Remove code related to extended-opcode.
by Jean-Marie Henaff
· 12 years ago
0820aa2
Fix dx test 034.
by Jean-Marie Henaff
· 12 years ago
92114d4
Add test methods in AccessFlags.
by Jean-Marie Henaff
· 12 years ago
643d961
Merge "Force stack alignment for external calls for x86"
by Ian Rogers
· 12 years ago
8ac63ce
Force stack alignment for external calls for x86
by vladimir.a.ivanov
· 12 years ago
dff2448
Merge "Protect JIT Code cache modifications with version check"
by Bill Buzbee
· 12 years ago
ff0261e
Use MAP_FIXED in remapNewHeap
by Pete Delaney
· 12 years ago
d907de5
Merge "Initialize callTgt variable"
by Ian Rogers
· 12 years ago
704e08c
Merge "Don't implicitly cast NULL to a bool"
by Ian Rogers
· 12 years ago
d5d9096
Initialize callTgt variable
by Bernhard Rosenkränzer
· 12 years ago
b382c7d
Don't implicitly cast NULL to a bool
by Bernhard Rosenkränzer
· 12 years ago
ac743b5
Merge "Don't implicitly cast NULL to a bool"
by Ian Rogers
· 12 years ago
6746750
Don't implicitly cast NULL to a bool
by Bernhard Rosenkränzer
· 12 years ago
9d5c783
Merge "Dalvik: Better compatibility with different compilers"
by Ian Rogers
· 12 years ago
1bd6a0d
Merge "Dalvik: Add hardware vfp support for OP_LONG_TO_DOUBLE in JIT"
by Ian Rogers
· 12 years ago
f818c74
Merge "Dalvik: Add hardware support for OP_LONG_TO_DOUBLE in the interpreter"
by Ian Rogers
· 12 years ago
0b1cae8
Merge "Dalvik: Add sdiv support in the JIT"
by Ian Rogers
· 12 years ago
99208b8
Merge "Dalvik: Add sdiv support in the interpreter"
by Ian Rogers
· 12 years ago
dcac30c
Dalvik: Add hardware vfp support for OP_LONG_TO_DOUBLE in JIT
by Serban Constantinescu
· 12 years ago
673f4c4
Dalvik: Add hardware support for OP_LONG_TO_DOUBLE in the interpreter
by Serban Constantinescu
· 12 years ago
2d44d3f
Dalvik: Add sdiv support in the JIT
by Serban Constantinescu
· 12 years ago
fb53ee4
Dalvik: Add sdiv support in the interpreter
by Serban Constantinescu
· 12 years ago
55d361a
Merge "Fix libutils dependencies for dexdump & dexlist (again)."
by Narayan Kamath
· 12 years ago
654255d
Fix libutils dependencies for dexdump & dexlist (again).
by Narayan Kamath
· 12 years ago
ff3f62b
Merge "Fix a few bugs introduced by the move to zip_archive."
by Narayan Kamath
· 12 years ago
1506726
Fix a few bugs introduced by the move to zip_archive.
by Narayan Kamath
· 12 years ago
254d5a2
Merge "Revert "Revert "Use libziparchive for dalvik zip processing."""
by Narayan Kamath
· 12 years ago
39e8b7e
Revert "Revert "Use libziparchive for dalvik zip processing.""
by Narayan Kamath
· 12 years ago
a2014f2
Merge "Revert "Use libziparchive for dalvik zip processing.""
by Guang Zhu
· 12 years ago
52dacd5
Revert "Use libziparchive for dalvik zip processing."
by Guang Zhu
· 12 years ago
fd15485
Merge "Retry mount() if it fails with EINTR"
by Brian Carlstrom
· 12 years ago
bbc0047
Merge "Fix libutils dependencies for dexdump & dexlist."
by Narayan Kamath
· 12 years ago
e499a20
Fix libutils dependencies for dexdump & dexlist.
by Narayan Kamath
· 12 years ago
84cc97e
Retry mount() if it fails with EINTR
by Koji Fukui
· 12 years ago
ad7a71d
Merge "Use libziparchive for dalvik zip processing."
by Narayan Kamath
· 12 years ago
0a09de9
Merge "Remove the sole reference to __ARM_HAVE_BLX."
by Elliott Hughes
· 12 years ago
abb199e
Remove the sole reference to __ARM_HAVE_BLX.
by Elliott Hughes
· 12 years ago
9f66396
Merge "Remove some ARMv5 cruft."
by Elliott Hughes
· 12 years ago
1f1f553
Remove some ARMv5 cruft.
by Elliott Hughes
· 12 years ago
Next »