Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_dalvik
/
25e0b5b03043e84feb90e3b270c5a11aa7b1e42c
25e0b5b
Merge "Add an undocumented --incremental option to dx." into dalvik-dev
by Jesse Wilson
· 15 years ago
dc86cd9
Add an undocumented --incremental option to dx.
by Jesse Wilson
· 15 years ago
639e44f
Merge "Optimized dx instruction expansion to only generate necessary moves." into dalvik-dev
by jeffhao
· 15 years ago
dd79e4e
Optimized dx instruction expansion to only generate necessary moves.
by jeffhao
· 15 years ago
1b2b9c4
am acbb1f4c: am 88b5885e: am 241cec80: Remove unused heap dumping code.
by Carl Shapiro
· 15 years ago
acbb1f4
am 88b5885e: am 241cec80: Remove unused heap dumping code.
by Carl Shapiro
· 15 years ago
88b5885
am 241cec80: Remove unused heap dumping code.
by Carl Shapiro
· 15 years ago
90b2d13
Merge "Make DexMerger's dex reader general purpose." into dalvik-dev
by Jesse Wilson
· 15 years ago
e31a424
Make DexMerger's dex reader general purpose.
by Jesse Wilson
· 15 years ago
a829642
am 9c947b14: am 56750efd: am 0f403d5f: Remove some inline declarations to improve debugging.
by Carl Shapiro
· 15 years ago
db538a8
am cb7e217f: am 548d70b0: am 23966773: Rename absoluteMaxSize to maximumSize.
by Carl Shapiro
· 15 years ago
55ae484
am 70f4dccb: am c5ec711d: am ac8f1125: Merge "Make the soft limited predicate look more like a predicate." into honeycomb
by Carl Shapiro
· 15 years ago
9c947b1
am 56750efd: am 0f403d5f: Remove some inline declarations to improve debugging.
by Carl Shapiro
· 15 years ago
cb7e217
am 548d70b0: am 23966773: Rename absoluteMaxSize to maximumSize.
by Carl Shapiro
· 15 years ago
70f4dcc
am c5ec711d: am ac8f1125: Merge "Make the soft limited predicate look more like a predicate." into honeycomb
by Carl Shapiro
· 15 years ago
241cec8
Remove unused heap dumping code.
by Carl Shapiro
· 15 years ago
56750ef
am 0f403d5f: Remove some inline declarations to improve debugging.
by Carl Shapiro
· 15 years ago
0f403d5
Remove some inline declarations to improve debugging.
by Carl Shapiro
· 15 years ago
548d70b
am 23966773: Rename absoluteMaxSize to maximumSize.
by Carl Shapiro
· 15 years ago
2396677
Rename absoluteMaxSize to maximumSize.
by Carl Shapiro
· 15 years ago
dc8ad6c
Improve the interface for reading Dex files.
by Jesse Wilson
· 15 years ago
c5ec711
am ac8f1125: Merge "Make the soft limited predicate look more like a predicate." into honeycomb
by Carl Shapiro
· 15 years ago
ac8f112
Merge "Make the soft limited predicate look more like a predicate." into honeycomb
by Carl Shapiro
· 15 years ago
88a4f79
Make the soft limited predicate look more like a predicate.
by Carl Shapiro
· 15 years ago
a091b06
am 480de458: am 5918b804: am 22acd2ae: Merge "Fix JNI invocation of constructors." into honeycomb
by Andy McFadden
· 15 years ago
480de45
am 5918b804: am 22acd2ae: Merge "Fix JNI invocation of constructors." into honeycomb
by Andy McFadden
· 15 years ago
5918b80
am 22acd2ae: Merge "Fix JNI invocation of constructors." into honeycomb
by Andy McFadden
· 15 years ago
22acd2a
Merge "Fix JNI invocation of constructors." into honeycomb
by Andy McFadden
· 15 years ago
05d2f14
Merge "Fix JNI invocation of constructors." into dalvik-dev
by Andy McFadden
· 15 years ago
f24a7f1
Fix JNI invocation of constructors.
by Andy McFadden
· 15 years ago
c020016
Fix JNI invocation of constructors.
by Andy McFadden
· 15 years ago
d41bd81
Merge "Read Dex files from a byte[] rather than a RandomAccessFile." into dalvik-dev
by Jesse Wilson
· 15 years ago
dfc5e8e
Read Dex files from a byte[] rather than a RandomAccessFile.
by Jesse Wilson
· 15 years ago
2bc3b24
am 9c07fafa: (-s ours) am a5c42dab: (-s ours) am 602b8ffb: (-s ours) am 6ad1992b: am 70b130f5: (-s ours) Clean up/out some comments. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
9c07faf
am a5c42dab: (-s ours) am 602b8ffb: (-s ours) am 6ad1992b: am 70b130f5: (-s ours) Clean up/out some comments. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
a5c42da
am 602b8ffb: (-s ours) am 6ad1992b: am 70b130f5: (-s ours) Clean up/out some comments. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
602b8ff
am 6ad1992b: am 70b130f5: (-s ours) Clean up/out some comments. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
6ad1992
am 70b130f5: (-s ours) Clean up/out some comments. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
70b130f
Clean up/out some comments. DO NOT MERGE.
by Dan Bornstein
· 15 years ago
5a31bab
Merge "New tool merge two dex files into one." into dalvik-dev
by Jesse Wilson
· 15 years ago
4b8b0fb
am 45e9a990: am 80211d2b: Only generate debugging LIRs in verbose mode.
by Ben Cheng
· 15 years ago
43e680a
am 660095cc: am efb37a32: am f741b8e1: am 80a30431: (-s ours) Remove some pointless tests.
by Dan Bornstein
· 15 years ago
45e9a99
am 80211d2b: Only generate debugging LIRs in verbose mode.
by Ben Cheng
· 15 years ago
660095c
am efb37a32: am f741b8e1: am 80a30431: (-s ours) Remove some pointless tests.
by Dan Bornstein
· 15 years ago
80211d2
Only generate debugging LIRs in verbose mode.
by Ben Cheng
· 15 years ago
a0dc19c
am c45c71a8: am 9c6e857f: Merge "Minor cleanup of some initialization code." into honeycomb
by Carl Shapiro
· 15 years ago
c45c71a
am 9c6e857f: Merge "Minor cleanup of some initialization code." into honeycomb
by Carl Shapiro
· 15 years ago
9c6e857
Merge "Minor cleanup of some initialization code." into honeycomb
by Carl Shapiro
· 15 years ago
e5f172f
Minor cleanup of some initialization code.
by Carl Shapiro
· 15 years ago
dff310d
am db3c9225: am d5dae2a4: Merge "Fix invoke-interface verification failures" into honeycomb
by Andy McFadden
· 15 years ago
db3c922
am d5dae2a4: Merge "Fix invoke-interface verification failures" into honeycomb
by Andy McFadden
· 15 years ago
d5dae2a
Merge "Fix invoke-interface verification failures" into honeycomb
by Andy McFadden
· 15 years ago
998358b
am c3be0be1: am a4f35892: Merge "Remove a stray empty line." into honeycomb
by Carl Shapiro
· 15 years ago
c3be0be
am a4f35892: Merge "Remove a stray empty line." into honeycomb
by Carl Shapiro
· 15 years ago
a4f3589
Merge "Remove a stray empty line." into honeycomb
by Carl Shapiro
· 15 years ago
ced90af
Remove a stray empty line.
by Carl Shapiro
· 15 years ago
525c135
resolved conflicts for merge of ae08dca2 to dalvik-dev
by Andy McFadden
· 15 years ago
4644ed7
am 6c7aadc2: am 7ed3c87b: Add missing length modifiers for printing size_t values.
by Carl Shapiro
· 15 years ago
ae08dca
am 61ed6e5e: Merge "Fix implementation of volatile stores" into honeycomb
by Andy McFadden
· 15 years ago
c957f63
Fix invoke-interface verification failures
by Andy McFadden
· 15 years ago
61ed6e5
Merge "Fix implementation of volatile stores" into honeycomb
by Andy McFadden
· 15 years ago
6c7aadc
am 7ed3c87b: Add missing length modifiers for printing size_t values.
by Carl Shapiro
· 15 years ago
7ed3c87
Add missing length modifiers for printing size_t values.
by Carl Shapiro
· 15 years ago
dcc5a45
Fix implementation of volatile stores
by Andy McFadden
· 15 years ago
3c25f31
am ca3f39e7: am a0f4e182: Remove stale enumerators for external allocation tracking.
by Carl Shapiro
· 15 years ago
ca3f39e
am a0f4e182: Remove stale enumerators for external allocation tracking.
by Carl Shapiro
· 15 years ago
efb37a3
am f741b8e1: am 80a30431: (-s ours) Remove some pointless tests.
by Dan Bornstein
· 15 years ago
f741b8e
am 80a30431: (-s ours) Remove some pointless tests.
by Dan Bornstein
· 15 years ago
a0f4e18
Remove stale enumerators for external allocation tracking.
by Carl Shapiro
· 15 years ago
80a3043
Remove some pointless tests.
by Dan Bornstein
· 15 years ago
442d652
am 0111aa23: am eeb834a5: Remove enumerators for stale GC reasons.
by Carl Shapiro
· 15 years ago
0111aa2
am eeb834a5: Remove enumerators for stale GC reasons.
by Carl Shapiro
· 15 years ago
eb6672a
am 9f2154a5: am bdd79095: am 4d7dd569: Handle the case of referent clearing during tracing.
by Carl Shapiro
· 15 years ago
9f2154a
am bdd79095: am 4d7dd569: Handle the case of referent clearing during tracing.
by Carl Shapiro
· 15 years ago
eeb834a
Remove enumerators for stale GC reasons.
by Carl Shapiro
· 15 years ago
f9b7133
am 7f3e6d75: am 0560c6e2: Remove the allocation limits interfaces.
by Carl Shapiro
· 15 years ago
7f3e6d7
am 0560c6e2: Remove the allocation limits interfaces.
by Carl Shapiro
· 15 years ago
0560c6e
Remove the allocation limits interfaces.
by Carl Shapiro
· 15 years ago
dea4460
am a657b66e: am a05f6504: Remove support for setting the minimum size of the heap at runtime.
by Carl Shapiro
· 15 years ago
a657b66
am a05f6504: Remove support for setting the minimum size of the heap at runtime.
by Carl Shapiro
· 15 years ago
a05f650
Remove support for setting the minimum size of the heap at runtime.
by Carl Shapiro
· 15 years ago
bdd7909
am 4d7dd569: Handle the case of referent clearing during tracing.
by Carl Shapiro
· 15 years ago
4d7dd56
Handle the case of referent clearing during tracing.
by Carl Shapiro
· 15 years ago
7c2e276
am 255cbef2: am 15e4a632: Handle the case of referent clearing during tracing.
by Carl Shapiro
· 15 years ago
255cbef
am 15e4a632: Handle the case of referent clearing during tracing.
by Carl Shapiro
· 15 years ago
15e4a63
Handle the case of referent clearing during tracing.
by Carl Shapiro
· 15 years ago
332ca59
am e506a20f: am 05bdc2f8: Merge "Check VMRuntime.addressOf is actually passed an array." into honeycomb
by Elliott Hughes
· 15 years ago
e506a20
am 05bdc2f8: Merge "Check VMRuntime.addressOf is actually passed an array." into honeycomb
by Elliott Hughes
· 15 years ago
05bdc2f
Merge "Check VMRuntime.addressOf is actually passed an array." into honeycomb
by Elliott Hughes
· 15 years ago
6d0fb77
am 943b3a18: am b16add6a: Merge "Remove obsolete comments about small and large object heaps." into honeycomb
by Carl Shapiro
· 15 years ago
943b3a1
am b16add6a: Merge "Remove obsolete comments about small and large object heaps." into honeycomb
by Carl Shapiro
· 15 years ago
19f4f02
Check VMRuntime.addressOf is actually passed an array.
by Elliott Hughes
· 15 years ago
b16add6
Merge "Remove obsolete comments about small and large object heaps." into honeycomb
by Carl Shapiro
· 15 years ago
ff1c0e8
Remove obsolete comments about small and large object heaps.
by Carl Shapiro
· 15 years ago
9d4f9f6
Merge "[JIT] Fix obscure code cache reset bug" into dalvik-dev
by buzbee
· 15 years ago
38c4134
[JIT] Fix obscure code cache reset bug
by buzbee
· 15 years ago
1bd895c
am faf869a3: am e0124545: (-s ours) am 6159ef45: Parameterize instance counting to include subclasses.
by Carl Shapiro
· 15 years ago
faf869a
am e0124545: (-s ours) am 6159ef45: Parameterize instance counting to include subclasses.
by Carl Shapiro
· 15 years ago
dd5fc97
am f5949168: Move nio direct byte buffers onto the Java heap.
by Elliott Hughes
· 15 years ago
f594916
Move nio direct byte buffers onto the Java heap.
by Elliott Hughes
· 15 years ago
Next »