Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
a72475036290f55cd578dd15f65922dd01fbd3ce
a724750
am 2f5e3cb2: Merge "Scale the card count by bits per byte to derive a bit vector length."
by Carl Shapiro
· 14 years ago
2f5e3cb
Merge "Scale the card count by bits per byte to derive a bit vector length."
by Carl Shapiro
· 14 years ago
f21e575
Scale the card count by bits per byte to derive a bit vector length.
by Carl Shapiro
· 14 years ago
ad06649
am feeceefb: Merge "Improve JNI indirect ref diagnostics"
by Andy McFadden
· 14 years ago
feeceef
Merge "Improve JNI indirect ref diagnostics"
by Andy McFadden
· 14 years ago
c759b9f
Improve JNI indirect ref diagnostics
by Andy McFadden
· 14 years ago
9ac61df
am afe002d1: Update the interpretation of --target-api.
by Dan Bornstein
· 14 years ago
afe002d
Update the interpretation of --target-api.
by Dan Bornstein
· 14 years ago
e985b27
Merge "Fix some stale docs references." into dalvik-dev
by Dan Bornstein
· 14 years ago
5cbbea3
Fix some stale docs references.
by Dan Bornstein
· 14 years ago
c6f3827
am a4a19037: Fix x86 fast interpreter
by buzbee
· 14 years ago
a4a1903
Fix x86 fast interpreter
by buzbee
· 14 years ago
535abdd
Normalize loop exit condition before checking counted loops
by Ben Cheng
· 14 years ago
b445cec
Merge "Stop logging a couple of messages" into dalvik-dev
by Andy McFadden
· 14 years ago
93afccc
Stop logging a couple of messages
by Andy McFadden
· 14 years ago
9e702c7
Merge "Fix JNI GetStaticFieldID" into dalvik-dev
by Andy McFadden
· 14 years ago
2afa2a6
am 8b94be1f: [JIT] Rely on the opcode only to determine volatile
by buzbee
· 14 years ago
93c009a
Fix JNI GetStaticFieldID
by Andy McFadden
· 14 years ago
8b94be1
[JIT] Rely on the opcode only to determine volatile
by buzbee
· 14 years ago
4418e76
am 1d41040a: Merge "Do not emit the write barrier when storing to primitive volatile fields."
by Bill Buzbee
· 14 years ago
91f8ba6
am c26cd1ae: Merge "Fix sizing of the modunion table on small heaps"
by Brian Carlstrom
· 14 years ago
1d41040
Merge "Do not emit the write barrier when storing to primitive volatile fields."
by Bill Buzbee
· 14 years ago
c26cd1a
Merge "Fix sizing of the modunion table on small heaps"
by Brian Carlstrom
· 14 years ago
84b58fd
am 552cacb8: Include strings.h for the ffs prototype.
by Carl Shapiro
· 14 years ago
49f3064
Do not emit the write barrier when storing to primitive volatile fields.
by Carl Shapiro
· 14 years ago
4a7db9c
Fix sizing of the modunion table on small heaps
by Brian Carlstrom
· 14 years ago
552cacb
Include strings.h for the ffs prototype.
by Carl Shapiro
· 14 years ago
48a9773
Merge "Size the jni local references table to avoid resizing at startup." into dalvik-dev
by Carl Shapiro
· 14 years ago
6caf370
Merge "Do not emit the write barrier when storing to primitive volatile fields." into dalvik-dev
by Bill Buzbee
· 14 years ago
77ebd06
Size the jni local references table to avoid resizing at startup.
by Carl Shapiro
· 14 years ago
0460e74
Do not emit the write barrier when storing to primitive volatile fields.
by Carl Shapiro
· 14 years ago
2cd0cb8
Use x86 variant in dalvik for TARGET_ARCH_VARIANT=x86-atom
by Brian Carlstrom
· 14 years ago
5e910a2
Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master
by Brian Carlstrom
· 14 years ago
cfa208d
Change the tread state before acquiring the code cache lock.
by Ben Cheng
· 14 years ago
ee15d86
Merge "[JIT] Clear inCodeCacheFlag on extended singlestep" into dalvik-dev
by buzbee
· 14 years ago
7209bdd
[JIT] Clear inCodeCacheFlag on extended singlestep
by buzbee
· 14 years ago
15a075a
Merge "Generate code for loops formed with the new builder" into dalvik-dev
by Ben Cheng
· 14 years ago
7918e50
Merge "Delegate the queuing of cleared references to managed code." into dalvik-dev
by Carl Shapiro
· 14 years ago
32115a9
Generate code for loops formed with the new builder
by Ben Cheng
· 14 years ago
9220113
Merge "Add missing JUMBO ops [fixed]" into dalvik-dev
by buzbee
· 14 years ago
3a56e9d
Add missing JUMBO ops [fixed]
by buzbee
· 14 years ago
640f04a
Merge "Improve diagnostics when non-String passed as a jstring." into dalvik-dev
by Elliott Hughes
· 14 years ago
ba587f9
Improve diagnostics when non-String passed as a jstring.
by Elliott Hughes
· 14 years ago
571807f
Merge "Add missing JUMBO ops to JIT" into dalvik-dev
by buzbee
· 14 years ago
bd7865b
Add missing JUMBO ops to JIT
by buzbee
· 14 years ago
072b5d0
Add missing jumbo opcodes to the self verification exclusion list
by Ben Cheng
· 14 years ago
ce87bfe
Delegate the queuing of cleared references to managed code.
by Carl Shapiro
· 14 years ago
6920d2c
Merge "Update a test to handle a different anonymous class name." into dalvik-dev
by Jesse Wilson
· 14 years ago
51c9d78
Update a test to handle a different anonymous class name.
by Jesse Wilson
· 14 years ago
246a9b2
Merge "Fix interpreter debug attach" into dalvik-dev
by buzbee
· 14 years ago
99e3e6e
Fix interpreter debug attach
by buzbee
· 14 years ago
27794a0
am 3a2e2a73: Merge "SamplingProfilerIntegration and SamplingProfiler improvements (1/3)"
by Brian Carlstrom
· 14 years ago
3a2e2a7
Merge "SamplingProfilerIntegration and SamplingProfiler improvements (1/3)"
by Brian Carlstrom
· 14 years ago
6b1f9f8
SamplingProfilerIntegration and SamplingProfiler improvements (1/3)
by Brian Carlstrom
· 14 years ago
a1cfe9e
Merge "Improve diagnostics when RegisterNatives fails." into dalvik-dev
by Elliott Hughes
· 14 years ago
06bfe18
Improve diagnostics when RegisterNatives fails.
by Elliott Hughes
· 14 years ago
4b17a1d
Init classes used by DDMS
by Andy McFadden
· 14 years ago
9d755ce
Merge "Add safepoint callback for gc" into dalvik-dev
by buzbee
· 14 years ago
94d6525
Add safepoint callback for gc
by buzbee
· 14 years ago
edb595d
Remove unused security manager code.
by Jesse Wilson
· 14 years ago
a096728
Merge "Support reflective lookup of single fields." into dalvik-dev
by Jesse Wilson
· 14 years ago
63618dc
Merge "Prep DDMS stuff in InitRefs" into dalvik-dev
by Andy McFadden
· 14 years ago
ce1762c
Prep DDMS stuff in InitRefs
by Andy McFadden
· 14 years ago
80575e8
Merge "Fix a couple of asserts" into dalvik-dev
by Andy McFadden
· 14 years ago
ddab84b
Fix a couple of asserts
by Andy McFadden
· 14 years ago
e86fd9b
resolved conflicts for merge of ac815100 to dalvik-dev
by buzbee
· 14 years ago
b8b838f
Support reflective lookup of single fields.
by Jesse Wilson
· 14 years ago
ac81510
Fix x86-atom build
by buzbee
· 14 years ago
44cec05
Merge "Yet more InitRefs-ing" into dalvik-dev
by Andy McFadden
· 14 years ago
f5e6de9
Yet more InitRefs-ing
by Andy McFadden
· 14 years ago
47426b2
Merge "Try a bit harder to look like gdb(1)." into dalvik-dev
by Elliott Hughes
· 14 years ago
d6b9e3e
Merge "Native code to fast path annotation lookups." into dalvik-dev
by Jesse Wilson
· 14 years ago
045736c
Try a bit harder to look like gdb(1).
by Elliott Hughes
· 14 years ago
d091271
Merge "Automatically dump stack traces in dvmAbort on the host." into dalvik-dev
by Elliott Hughes
· 14 years ago
abd4f6e
Automatically dump stack traces in dvmAbort on the host.
by Elliott Hughes
· 14 years ago
69c93e9
Native code to fast path annotation lookups.
by Jesse Wilson
· 14 years ago
e759a10
Merge "Some more InitRefs-ing" into dalvik-dev
by Andy McFadden
· 14 years ago
c99fe6d
Optimize annotations.
by Jesse Wilson
· 14 years ago
19cd2fc
Some more InitRefs-ing
by Andy McFadden
· 14 years ago
1c71d87
Merge "Various dx fixes to make it preserve locals and debug info." into dalvik-dev
by jeffhao
· 14 years ago
38b6174
Various dx fixes to make it preserve locals and debug info.
by jeffhao
· 14 years ago
c4a8caf
Interpreter fix - limit suspend checks
by buzbee
· 14 years ago
87614af
Merge "Dump the current code stream when the assembler fails on size issues." into dalvik-dev
by Ben Cheng
· 14 years ago
4a93f98
Dump the current code stream when the assembler fails on size issues.
by Ben Cheng
· 14 years ago
69f6927
Merge "Various JDWP updates" into dalvik-dev
by Andy McFadden
· 14 years ago
86c9593
Various JDWP updates
by Andy McFadden
· 14 years ago
18ee41c
am 4624f350: am 17aff091: am b1101e84: am 486ac3c0: Removing inaccurate and unmaintained docs.
by Dan Bornstein
· 14 years ago
4624f35
am 17aff091: am b1101e84: am 486ac3c0: Removing inaccurate and unmaintained docs.
by Dan Bornstein
· 14 years ago
17aff09
am b1101e84: am 486ac3c0: Removing inaccurate and unmaintained docs.
by Dan Bornstein
· 14 years ago
b1101e8
am 486ac3c0: Removing inaccurate and unmaintained docs.
by Dan Bornstein
· 14 years ago
f54258b
Merge "Use PrintWriter rather than PrintStream in dex analysis tools." into dalvik-dev
by Jesse Wilson
· 14 years ago
6bf7f30
Use PrintWriter rather than PrintStream in dex analysis tools.
by Jesse Wilson
· 14 years ago
486ac3c
Removing inaccurate and unmaintained docs.
by Dan Bornstein
· 14 years ago
751f5d3
Merge "Kill off code, and leave a note." into dalvik-dev
by Dan Bornstein
· 14 years ago
06d3da5
Kill off code, and leave a note.
by Dan Bornstein
· 14 years ago
9a3147c
Interpreter restructuring
by buzbee
· 14 years ago
c28b465
Merge "Fix some exception issues" into dalvik-dev
by Andy McFadden
· 14 years ago
8c4c4f9
Merge "Get rid of some inconsistent formatting." into dalvik-dev
by Carl Shapiro
· 14 years ago
19007bb
Get rid of some inconsistent formatting.
by Carl Shapiro
· 14 years ago
c81c29e
Left a note for future editors.
by Dan Bornstein
· 14 years ago
Next »