Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_dalvik
/
e9f56598c2fa54a77b2b0d2e0a6016a78253b6b2
e9f5659
Merge "Misc goodies in the JIT in preparation for more aggressive code motion." into dalvik-dev
by Ben Cheng
· 14 years ago
adcf429
am 6f562a3a: Merge "Make Release(JNI_COMMIT) faster"
by Andy McFadden
· 14 years ago
bba7cd6
am 81abf28f: Remove JNI_FORCE_C
by Andy McFadden
· 14 years ago
6f562a3
Merge "Make Release(JNI_COMMIT) faster"
by Andy McFadden
· 14 years ago
8dcf274
Merge "Relocate the always in-lined functions from HeapBitmap.h." into dalvik-dev
by Carl Shapiro
· 14 years ago
c38b7ed
Relocate the always in-lined functions from HeapBitmap.h.
by Carl Shapiro
· 14 years ago
d72564c
Misc goodies in the JIT in preparation for more aggressive code motion.
by Ben Cheng
· 14 years ago
4bdce2f
Make Release(JNI_COMMIT) faster
by Andy McFadden
· 14 years ago
81abf28
Remove JNI_FORCE_C
by Andy McFadden
· 14 years ago
3177526
am 1fbcc3ad: Merge "Added JNI hack to support JNI hack"
by Andy McFadden
· 14 years ago
1fbcc3a
Merge "Added JNI hack to support JNI hack"
by Andy McFadden
· 14 years ago
37b8005
Added JNI hack to support JNI hack
by Andy McFadden
· 14 years ago
0ac9d74
am e3f9c573: Free some strings in error paths
by Kenny Root
· 14 years ago
cc7fcbf
Merge "Remove the deprecated gcSoftReferences method." into dalvik-dev
by Carl Shapiro
· 14 years ago
e3f9c57
Free some strings in error paths
by Kenny Root
· 15 years ago
1941065
Remove the deprecated gcSoftReferences method.
by Carl Shapiro
· 14 years ago
238ab4b
am 85019f27: Avoid double-free on error.
by Andy McFadden
· 14 years ago
85019f2
Avoid double-free on error.
by Andy McFadden
· 14 years ago
7e233ed
Updated expected outputs for some dx tests.
by jeffhao
· 14 years ago
bec5aca
Fix expected output.
by Dan Bornstein
· 14 years ago
dc520ad
Fix dex processing when no output file is specified.
by Dan Bornstein
· 14 years ago
12f6329
Merge "Move DexException to dx.util." into dalvik-dev
by Dan Bornstein
· 14 years ago
ca11c67
Merge commit 'e502b66edd734e8265bc2bd8f1c2addb64b63e73' into honeycomb-release-to-dalvik-dev
by Brian Carlstrom
· 15 years ago
e502b66
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
ddec779
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
7baa3b6
Move DexException to dx.util.
by Dan Bornstein
· 15 years ago
7866f70
Remove unused and racey debugging code.
by Carl Shapiro
· 15 years ago
18cc418
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
9eb7b29
Remove and outdated comment and logging macro.
by Carl Shapiro
· 15 years ago
d5d103d
resolved conflicts for merge of d6e32b81 to dalvik-dev
by Andy McFadden
· 15 years ago
d6e32b8
Ensure word atomicity in System.arraycopy
by Andy McFadden
· 15 years ago
ca33be9
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
537939c
Move the instruction representation code.
by Dan Bornstein
· 15 years ago
b2ddbae
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
e82052f
Merge "Clean up targets and data payloads." into dalvik-dev
by Dan Bornstein
· 15 years ago
77f154b
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
741ccbc
Merge commit 'e6cad708e93dab280335d3f69917048c34cfc640' into honeycomb-release-to-dalvik-dev
by Brian Carlstrom
· 15 years ago
d63837a
Clean up targets and data payloads.
by Dan Bornstein
· 15 years ago
e6cad70
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
a5a7c16
Merge "Make some "argument shape" be represented by subclassing." into dalvik-dev
by Dan Bornstein
· 15 years ago
740fce4
Make some "argument shape" be represented by subclassing.
by Dan Bornstein
· 15 years ago
b35a9ec
Merge "[JIT] Fix for 3385583: Performance variance" into dalvik-dev
by Bill Buzbee
· 15 years ago
ac55194
Merge "Fixed SCCP to properly propagate reverse subtraction." into dalvik-dev
by jeffhao
· 15 years ago
1b3da59
[JIT] Fix for 3385583: Performance variance
by Bill Buzbee
· 15 years ago
a352506
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
e9176c9
Fixed SCCP to properly propagate reverse subtraction.
by jeffhao
· 15 years ago
e37e660
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
46b723b
Merge "Guard against uninitialized objects when counting instances." into dalvik-dev
by Carl Shapiro
· 15 years ago
8bb6104
Do not write to an unmarked object when freeing its monitor.
by Carl Shapiro
· 15 years ago
2efc126
Guard against uninitialized objects when counting instances.
by Carl Shapiro
· 15 years ago
ba5b04d
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
f67b6af
CodeReader visitor dispatch now uses OpcodeInfo.
by Dan Bornstein
· 15 years ago
fbb320e
Merge "Simplify string transformation." into dalvik-dev
by Dan Bornstein
· 15 years ago
17cae2d
Simplify string transformation.
by Dan Bornstein
· 15 years ago
d839531
Merge "Add range checking to DecodedInstruction." into dalvik-dev
by Dan Bornstein
· 15 years ago
c48c38a
am 13a0e7b2: am 168ae921: am e7bf56c5: Use the global maximum to compute the size of a new mspace.
by Carl Shapiro
· 15 years ago
13a0e7b
am 168ae921: am e7bf56c5: Use the global maximum to compute the size of a new mspace.
by Carl Shapiro
· 15 years ago
168ae92
am e7bf56c5: Use the global maximum to compute the size of a new mspace.
by Carl Shapiro
· 15 years ago
86f3834
Add range checking to DecodedInstruction.
by Dan Bornstein
· 15 years ago
a754fbb
Move opcode names into OpcodeInfo.
by Dan Bornstein
· 15 years ago
38b861b
Hook up CodeReader.
by Dan Bornstein
· 15 years ago
28b55dd
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
e7bf56c
Use the global maximum to compute the size of a new mspace.
by Carl Shapiro
· 15 years ago
0c6b7eb
Clarify cursor().
by Dan Bornstein
· 15 years ago
4398ef7
Merge "More progress on instruction coding." into dalvik-dev
by Dan Bornstein
· 15 years ago
2813bc8
am d9c39e0f: Update doc with actual version number.
by Andy McFadden
· 15 years ago
d9c39e0
Update doc with actual version number.
by Andy McFadden
· 15 years ago
32dd826
More progress on instruction coding.
by Dan Bornstein
· 15 years ago
6ce3bf1
Merge "Remove the unused monitor tracking and deadlock prediction code." into dalvik-dev
by Carl Shapiro
· 15 years ago
e803b30
Merge "Add more direct encode() and decode() methods." into dalvik-dev
by Dan Bornstein
· 15 years ago
01605d2
Remove the unused monitor tracking and deadlock prediction code.
by Carl Shapiro
· 15 years ago
83d17b3
Merge "Remove the HPROF stack trace collection feature." into dalvik-dev
by Carl Shapiro
· 15 years ago
16c26e7
Merge "Changed reg allocator to try mapping phi sources/result to the same reg." into dalvik-dev
by jeffhao
· 15 years ago
a2c9b26
Add more direct encode() and decode() methods.
by Dan Bornstein
· 15 years ago
03d8476
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
83ff618
Remove the HPROF stack trace collection feature.
by Carl Shapiro
· 15 years ago
c284681
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
19cefdc
Add ShortArrayCodeInput.
by Dan Bornstein
· 15 years ago
014fe71
Merge "Move dx.dex.code.DalvOps -> dx.io.Opcodes." into dalvik-dev
by Dan Bornstein
· 15 years ago
6295564
am 01025db4: am d820da20: Reconcile gingerbread-plus-aosp and honeycomb
by The Android Open Source Project
· 15 years ago
7ba9129
Move dx.dex.code.DalvOps -> dx.io.Opcodes.
by Dan Bornstein
· 15 years ago
6aa8f01
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
01025db
am d820da20: Reconcile gingerbread-plus-aosp and honeycomb
by The Android Open Source Project
· 15 years ago
3c5df37
Basic facility to read/write bytecode.
by Dan Bornstein
· 15 years ago
d820da2
Reconcile gingerbread-plus-aosp and honeycomb
by The Android Open Source Project
· 15 years ago
1559b8f
Mass merge from gingerbread - do not merge
by The Android Open Source Project
· 15 years ago
2cbe105
Merge "Make more DEX optimizations "essential"" into dalvik-dev
by Andy McFadden
· 15 years ago
a0c9f08
Merge "Added a comment to String.equals implementation" into dalvik-dev
by Andy McFadden
· 15 years ago
b4320c9
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
b94875d
am 81058aaf: (-s ours) Use bcopy() to move object refs around within an array. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
96915c3
am ae7faf48: (-s ours) am b46125f2: (-s ours) am 08e54499: (-s ours) am 81058aaf: Use bcopy() to move object refs around within an array. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
ae7faf4
am b46125f2: (-s ours) am 08e54499: (-s ours) am 81058aaf: Use bcopy() to move object refs around within an array. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
b46125f
am 08e54499: (-s ours) am 81058aaf: Use bcopy() to move object refs around within an array. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
6ca2505
Changed reg allocator to try mapping phi sources/result to the same reg.
by jeffhao
· 15 years ago
30671a3
Added a comment to String.equals implementation
by Andy McFadden
· 15 years ago
5b7f1de
merge in honeycomb-release history after reset to honeycomb
by The Android Automerger
· 15 years ago
65a54dc
Make more DEX optimizations "essential"
by Andy McFadden
· 15 years ago
1c1cdc8
am e8a7cddd: (-s ours) am 99d4ea09: am 3207edfa: Use bcopy() to move object refs around within an array.
by Dan Bornstein
· 15 years ago
8213724
Merge "[JIT} Fix bug in code cache lookup" into dalvik-dev
by buzbee
· 15 years ago
99ddb1e
[JIT} Fix bug in code cache lookup
by buzbee
· 15 years ago
Next »