Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
11aa1bb56f84e83d49a4b9e7b2cb90fd9ab094b0
/
vm
324b3ac
Jit: 2nd attempt at fix for [Issue 2302318] Crash during spin-on-suspend
by Bill Buzbee
· 15 years ago
68b0046
Reverting [master] Change I85dd4a66: (platform/dalvik)
by Bill Buzbee
· 15 years ago
ad29a5c
Merge change I85dd4a66
by Android (Google) Code Review
· 15 years ago
156c1d3
Merge change I7d18e38e
by Android (Google) Code Review
· 15 years ago
2ce8a6c
Jit: Fix for [Issue 2302318] Crash during spin-on-suspend testing
by Bill Buzbee
· 15 years ago
7d18e38
Added additional DEX checksum.
by Andy McFadden
· 15 years ago
a2500b8
Merge change I1ede83b7
by Android (Google) Code Review
· 15 years ago
1ede83b
Reduce spin-on-suspend complaints.
by Andy McFadden
· 15 years ago
a1fec09
Merge change I909b4182
by Android (Google) Code Review
· 15 years ago
909b418
Jit: Fix for 2187020, bad exception recovery from native invoke static
by Bill Buzbee
· 15 years ago
67e0451
Merge change I352c5d87
by Android (Google) Code Review
· 15 years ago
a7a9a14
Rudimentary JNI method arg checking.
by Andy McFadden
· 15 years ago
f0a97fa
Merge change I45d6e22b
by Android (Google) Code Review
· 15 years ago
0e60527
Jit: shift bug fix - 2296099
by Bill Buzbee
· 15 years ago
12def72
Update makefile comments.
by Andy McFadden
· 15 years ago
869898f
Fix an assertion.
by Andy McFadden
· 15 years ago
ce46c94
Jit: Support for inline-execute/range [issue 2268232]
by Bill Buzbee
· 15 years ago
f9f3328
Jit: Misc fixes, move_exception, blocking mode, self-cosim
by Bill Buzbee
· 15 years ago
5d90c20
Restructure the codegen to make architectural depedency explicit.
by Ben Cheng
· 15 years ago
b0a0541
Add execute-inline/range instruction.
by Andy McFadden
· 15 years ago
ab875c7
Jit: fix for string/indexOf handler.
by Bill Buzbee
· 15 years ago
bf681e9
am d3864b20: am dced7947: Reduce logging.
by Andy McFadden
· 15 years ago
d3864b2
am dced7947: Reduce logging.
by Andy McFadden
· 15 years ago
dced794
Reduce logging.
by Andy McFadden
· 15 years ago
f4a4542
Merge change I117408b2
by Android (Google) Code Review
· 15 years ago
b5ebe47
Restore support for DEX on FAT.
by Andy McFadden
· 15 years ago
e7989ac
Merge change I4c0dedfd
by Android (Google) Code Review
· 15 years ago
4c0dedf
Jit: string's compareTo performance improvement.
by Bill Buzbee
· 15 years ago
9651693
Change the way breakpoints work.
by Andy McFadden
· 15 years ago
5965d47
Jit: fix for compareTo handler.
by Bill Buzbee
· 15 years ago
5ceb77f
Merge change I07accb25
by Android (Google) Code Review
· 15 years ago
4df41a5
Fix CHECK_CAST problem in the Jit.
by Bill Buzbee
· 15 years ago
beea0b7
If we have a Class object in the "monitors held:" output, show which class.
by Elliott Hughes
· 15 years ago
d726991
Jit stress mode: translate everything we can and self verify.
by Bill Buzbee
· 15 years ago
9a8c75a
Introduce "just interpret" chainable pseudo-translation.
by Bill Buzbee
· 15 years ago
38a816f
Merge change Iefbd3c5e
by Android (Google) Code Review
· 15 years ago
505095e
Merge change I7b302183
by Android (Google) Code Review
· 15 years ago
efbd3c5
Fix DEADLOCK_DETECTION mode for the Jit.
by Bill Buzbee
· 15 years ago
4902449
Fix for inline string indexof; added regression tests
by Bill Buzbee
· 15 years ago
bb0dce5
Remove cruft in the default libdvm.so and add 3 more special targets.
by Ben Cheng
· 15 years ago
93c995b
Hide JIT-specific constants when JIT is not configured.
by Ben Cheng
· 15 years ago
6c10a97
Implement chaining up to the first 64 cases in a switch statement.
by Ben Cheng
· 15 years ago
6546de1
Back out inline string optimizations until cause of instability tracked down.
by Bill Buzbee
· 15 years ago
fd023aa
Jit - optimized inline string compareto, indexof; fill_array_data bug fix
by Bill Buzbee
· 15 years ago
799cdf9
Fixed typo introduced during comment reformatting.
by Bill Buzbee
· 15 years ago
1465db5
Major registor allocation rework - stage 1.
by Bill Buzbee
· 15 years ago
524fea1
Sort out libnativehelper, and make related comments less redundant.
by Dan Bornstein
· 15 years ago
d84805f
Merge change Idb16cc7f
by Android (Google) Code Review
· 15 years ago
92fa476
Add a reference table dump call.
by Andy McFadden
· 15 years ago
d45a48f
Encode recommended practice wrt libffi in comments, and attempt to actually
by Dan Bornstein
· 15 years ago
62f1915
Use a binary search for sparse switch statements.
by Andy McFadden
· 15 years ago
9f298d0
Merge change Ib28d3a82
by Android (Google) Code Review
· 15 years ago
b28d3a8
Don't over flush the code cache at startup time.
by Ben Cheng
· 15 years ago
4584ffe
Merge change Iadbb9163
by Android (Google) Code Review
· 15 years ago
a8e64a7
Fix an invoke-interface bug that manifests itself with thread state warnings.
by Ben Cheng
· 15 years ago
b18992f
Implement JNI "weak global" references.
by Andy McFadden
· 15 years ago
22620b8
Another couple of tweaks in my attempt to make a sane host build.
by Dan Bornstein
· 15 years ago
51a3164
Merge change Iccd6c010
by Android (Google) Code Review
· 15 years ago
ccd6c01
Make the traige process for self-verification found divergence easier.
by Ben Cheng
· 15 years ago
581bed7
Add a memory barrier.
by Andy McFadden
· 15 years ago
3ef98db
Merge change Ia0e7b60d
by Android (Google) Code Review
· 15 years ago
1bff5fe
Merge change Ic89dfdd8
by Android (Google) Code Review
· 15 years ago
af5808d
Merge change I0d6fff2d
by Android (Google) Code Review
· 15 years ago
a0e7b60
Remove incorrect definition of nested local variables.
by Ben Cheng
· 15 years ago
9ef546e
Bump "public" version from 1.1.0 to 1.2.0.
by Andy McFadden
· 15 years ago
0d6fff2
Avoid JDWP hang on nested thread suspension.
by Andy McFadden
· 15 years ago
b4b0e11
Merge change Ied79ff0c
by Android (Google) Code Review
· 15 years ago
ed79ff0
Accept JitOff as a legal state in the debug interpreter when JIT is configured.
by Ben Cheng
· 15 years ago
6ff3c8f
Add JDWP ReferenceType.ClassObject handler.
by Andy McFadden
· 15 years ago
f50c6d5
Add implementation of JDWP ClassType.NewInstance
by Andy McFadden
· 15 years ago
30f1f46
Set the debug interpreter entry point properly on the self-verification path.
by Ben Cheng
· 15 years ago
e2ed8ea
Merge change I0e98511f
by Android (Google) Code Review
· 15 years ago
580e09e
Do not initialize the JIT if it is not the designated execution mode.
by Ben Cheng
· 15 years ago
cede69b
Minor tweak for compatibility with BSD: Use MAP_ANON instead of MAP_ANONYMOUS.
by Dan Bornstein
· 15 years ago
5ccdf0b
Fix for "Compiler thread shutdown should switch out of VMWAIT"
by Ben Cheng
· 15 years ago
9c147b8
Fix various bugs found when debugger is attached to the VM.
by Ben Cheng
· 15 years ago
dc84bb2
Fix trace builder to not confuse self-verification.
by Ben Cheng
· 15 years ago
a6aef1b
Merge change Id5ccf4bc
by Android (Google) Code Review
· 15 years ago
d5ccf4b
Catch bad getStackTrace() calls.
by Andy McFadden
· 15 years ago
a4aaf68
Fix a memory disambiguation and a SFP/DFP assembling bug in the JIT.
by Ben Cheng
· 15 years ago
89f667e
Merge change I09239e36
by Android (Google) Code Review
· 15 years ago
09239e3
Report all RegisterNatives failures, not just the first.
by Elliott Hughes
· 15 years ago
79d173c
Fixed the trace builder to correctly handle excpetion throwing instruction.
by Ben Cheng
· 15 years ago
4f48917
Fixed OOM exception handling in JIT'ed code and added a new unit test.
by Ben Cheng
· 15 years ago
9cac6da
Registers allocated for 64-bit values should be contiguous.
by Ben Cheng
· 15 years ago
4ac33cd
am 7a37c30a: am bb710e32: Remove ((noreturn)) from dvmAbort().
by Andy McFadden
· 15 years ago
d7d426a
Implemented a new scheduler and FP register allocator.
by Ben Cheng
· 15 years ago
7a37c30
am bb710e32: Remove ((noreturn)) from dvmAbort().
by Andy McFadden
· 15 years ago
466d9be
Merge change 26920
by Android (Google) Code Review
· 15 years ago
a915b67
Fix gcc complaint.
by Andy McFadden
· 15 years ago
bb710e3
Remove ((noreturn)) from dvmAbort().
by Andy McFadden
· 15 years ago
a6f40f1
Fix right shift by constant 0 in Jit. Bug #2135879
by Bill Buzbee
· 15 years ago
c72130a
am baa78bce: am bdfa9937: Merge change 25979 into eclair
by David 'Digit' Turner
· 15 years ago
baa78bc
am bdfa9937: Merge change 25979 into eclair
by David 'Digit' Turner
· 15 years ago
ec628b5
Allow dalvik pre-optimization to run in ARMv7 emulator.
by David 'Digit' Turner
· 15 years ago
8425511
am 49f91878: am da03242f: Merge change 24840 into eclair
by San Mehat
· 15 years ago
f56201c
resolved conflicts for merge of 3eae287e to master
by Bob Lee
· 15 years ago
504e9f4
Speling.
by Andy McFadden
· 15 years ago
49f9187
am da03242f: Merge change 24840 into eclair
by San Mehat
· 15 years ago
5a2056c
dalvik: Switch to common cutils sched_policy api
by San Mehat
· 15 years ago
Next »