Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
04ce113458b6b01f96d58dbb4c41682ee22d8b5d
04ce113
Make verifier identify unresolved methods as constructors by <init>.
by Jeff Hao
· 11 years ago
d4c3c62
Fix broken JNI IsAssignableFrom.
by Narayan Kamath
· 11 years ago
07206af
Reduce time and memory usage of GVN.
by Vladimir Marko
· 11 years ago
b99b8d6
ART: Fix verifier mishandling erroneous array component types
by Andreas Gampe
· 11 years ago
6bff713
Add support for bump pointer spaces to DdmSendHeapSegments.
by Mathieu Chartier
· 11 years ago
c7c6d18
Stop thread from reattaching during runtime shutdown while tracing.
by Jeff Hao
· 11 years ago
78b367a
Merge "Submitted wrong changelist!" into lmp-dev
by Jeff Hao
· 11 years ago
82558ac
Submitted wrong changelist!
by Jeff Hao
· 11 years ago
c96657c
Stop thread from reattaching during runtime shutdown while tracing.
by Jeff Hao
· 11 years ago
eaa6da1
ART: Bump oat version for embedded vtable
by Andreas Gampe
· 11 years ago
9854fe2
Fix build, missing spaces around =/<.
by Mingyao Yang
· 11 years ago
e19f2b0
Set vtable in class object to null after linking.
by Mingyao Yang
· 11 years ago
fb74d87
Merge "Stop thread from reattaching during runtime shutdown while tracing." into lmp-dev
by Jeff Hao
· 11 years ago
5cac343
ART: Check for duplicate class definitions in dex file verifier
by Andreas Gampe
· 11 years ago
4c6427a
ART: Reject array-length on non-reference register
by Andreas Gampe
· 11 years ago
22e59fd
ART: Allow arrays with erroneous component type
by Andreas Gampe
· 11 years ago
0237ac8
ART: Special-case cb(n)z even for in-reg constant
by Andreas Gampe
· 11 years ago
f071e86
Merge "ART: Use array-inl.h in reference_table_test" into lmp-dev
by Andreas Gampe
· 11 years ago
eb88be2
ART: Use array-inl.h in reference_table_test
by Andreas Gampe
· 11 years ago
698d79d
ART: Clean up API after change 102631
by Andreas Gampe
· 11 years ago
b2ac1ab
Fix main space memory leak and add checks.
by Mathieu Chartier
· 11 years ago
5d79044
Merge "Fix dangling pointer bug when transitioning to background." into lmp-dev
by Mathieu Chartier
· 11 years ago
27c84b6
Fix dangling pointer bug when transitioning to background.
by Mathieu Chartier
· 11 years ago
3847d66
Merge "Increase limit to 2600 on host clang builds for frame size." into lmp-dev
by Stephen Hines
· 11 years ago
e1b3cc7
Increase limit to 2600 on host clang builds for frame size.
by Stephen Hines
· 11 years ago
137e5b2
Update frame-larger-than limit to 2440 for new clang.
by Stephen Hines
· 11 years ago
79ce45c
Add back a deleted check related to verification.
by Stephen Hines
· 11 years ago
4df72b8
Remove errors/warnings from tautological comparisons.
by Stephen Hines
· 11 years ago
76fb601
Merge "Update frame-larger-than limit to 2440 for new clang." into lmp-dev
by Stephen Hines
· 11 years ago
bacabce
Merge "Add back a deleted check related to verification." into lmp-dev
by Stephen Hines
· 11 years ago
9ef2ec9
Merge "Remove errors/warnings from tautological comparisons." into lmp-dev
by Stephen Hines
· 11 years ago
ee2d1ad
Fix JNI compiler frame size adjustments.
by Vladimir Marko
· 11 years ago
6d5e82f
ART: Fix wrong CHECK in GetCurrentLocationForThrow
by Andreas Gampe
· 11 years ago
b3ec51e
ART: Relax CurrentMethodVisitor requirements on GetDexPC
by Andreas Gampe
· 11 years ago
9157c0c
ART: Account for multidex location strings in VMClassLoader
by Andreas Gampe
· 11 years ago
c0dcf29
Fix stale remembered sets error.
by Mathieu Chartier
· 11 years ago
5dc158e
Fix access to long/double stack values from debugger
by Sebastien Hertz
· 11 years ago
bebee4f
ART: Refactor GenSelect, refactor gen_common accordingly
by Andreas Gampe
· 11 years ago
d68168e
Merge "ART: Do not attempt to compile a method with too many registers" into lmp-dev
by Andreas Gampe
· 11 years ago
b07bba1
ART: Do not attempt to compile a method with too many registers
by Andreas Gampe
· 11 years ago
38c488b
Recycle mem-maps for collector transitions.
by Mathieu Chartier
· 11 years ago
b76cac6
Revert "Revert "Disable adding main and non moving spaces to immune region in GSS""
by Mathieu Chartier
· 11 years ago
1f71037
Merge "ART: Check high part of dalvik register pairs on put-wide" into lmp-dev
by Andreas Gampe
· 11 years ago
328fbbf
ART: Check high part of dalvik register pairs on put-wide
by Andreas Gampe
· 11 years ago
0f45f22
ART: Throw StackOverflowError in native code
by Andreas Gampe
· 11 years ago
f5881ed
ART: Fix x86_64 instrumentation_exit, also movsd -> movq
by Andreas Gampe
· 11 years ago
2c240f7
Fix x86 instrumentation exit entrypoint and trace size limit.
by Jeff Hao
· 11 years ago
4490ff4
Merge "Rewrite topological sort order and improve GVN." into lmp-dev
by Vladimir Marko
· 11 years ago
1fd4821
Rewrite topological sort order and improve GVN.
by Vladimir Marko
· 11 years ago
293caab
Fix null pointer check elimination for catch entries.
by Vladimir Marko
· 11 years ago
f9d6aed
Use vabs/fabs on arm/arm64 for intrinsic abs().
by Vladimir Marko
· 11 years ago
01bd8e3
Merge "Revert "Disable adding main and non moving spaces to immune region in GSS"" into lmp-dev
by Mathieu Chartier
· 11 years ago
f85c2fb
Revert "Disable adding main and non moving spaces to immune region in GSS"
by Mathieu Chartier
· 11 years ago
1e5bc0b
Fix bad comment in class_linker
by Calin Juravle
· 11 years ago
1a5272e
Merge "Rename openDexFileNative to openDexFile." into lmp-dev
by Narayan Kamath
· 11 years ago
5554c0c
Merge "Make ART fail gracefully when it can't update the desired code." into lmp-dev
by Narayan Kamath
· 11 years ago
f021cc0
ART: Also accept java.lang.Throwable as a catch-all handler.
by Andreas Gampe
· 11 years ago
4a3a3d4
Merge "ART: Improve overflow detection in dex file verifier" into lmp-dev
by Andreas Gampe
· 11 years ago
ffdf1a7
ART: Improve overflow detection in dex file verifier
by Andreas Gampe
· 11 years ago
147eb41
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 11 years ago
39c86bc
Make ART fail gracefully when it can't update the desired code.
by Calin Juravle
· 11 years ago
f491680
Merge "ART: Fail dex file verification on invalid access flags" into lmp-dev
by Andreas Gampe
· 11 years ago
0bab231
ART: Fail dex file verification on invalid access flags
by Andreas Gampe
· 11 years ago
66a1161
Merge "Fix identifier size in the heap dump." into lmp-dev
by Narayan Kamath
· 11 years ago
acb4eb1
Fix GVN to handle normal paths leading to catch entry.
by Vladimir Marko
· 11 years ago
ccc68d6
Fix identifier size in the heap dump.
by Calin Juravle
· 11 years ago
a2f85ca
Merge "Avoid race in single thread suspension." into lmp-dev
by Ian Rogers
· 11 years ago
6093a5c
Avoid race in single thread suspension.
by Ian Rogers
· 11 years ago
493c9be
ART: Make a soft failure in method verifier hard, add check
by Andreas Gampe
· 11 years ago
d07c9cd
ART: Lock an arg reg in GenInlinedGet
by Andreas Gampe
· 11 years ago
d856142
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
by Fred Shih
· 11 years ago
62327cd
Fix class initialization checks in interpreter
by Sebastien Hertz
· 11 years ago
be0562f
Disable adding main and non moving spaces to immune region in GSS
by Mathieu Chartier
· 11 years ago
8edcb9c
Rename openDexFileNative to openDexFile.
by Calin Juravle
· 11 years ago
b960cd7
Use sched_yield in Monitor::MonitorEnter.
by Mathieu Chartier
· 11 years ago
59fe711
Fix infinite loop when calling SetStatus after OOM.
by Mathieu Chartier
· 11 years ago
63c8d35
am 0b316726: am cf90ba7e: Merge "ART: Add another special case to GenSelect for ARM64"
by Andreas Gampe
· 11 years ago
0b31672
am cf90ba7e: Merge "ART: Add another special case to GenSelect for ARM64"
by Andreas Gampe
· 11 years ago
c9d58c5
am ccdaa5ea: am 6ef2aa67: Merge "ART: Rework TargetReg(symbolic_reg, wide)"
by Andreas Gampe
· 11 years ago
ccdaa5e
am 6ef2aa67: Merge "ART: Rework TargetReg(symbolic_reg, wide)"
by Andreas Gampe
· 11 years ago
999d0ca
am 87354a55: am 3b7da819: Merge "ART: Correct disassembling of regs from opcodes"
by Ian Rogers
· 11 years ago
87354a5
am 3b7da819: Merge "ART: Correct disassembling of regs from opcodes"
by Ian Rogers
· 11 years ago
a4f12f7
am 949e5980: am b7e78cb6: Merge "AArch64: Fix and enable reverseBytes intrinsic."
by Andreas Gampe
· 11 years ago
20edf17
am c8cd6926: am 5727339f: Merge "Aarch64: easy division and remainder for long ints."
by Andreas Gampe
· 11 years ago
9c55d53
am c76192c5: am 7aab9879: Merge "ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler"
by Andreas Gampe
· 11 years ago
5e09312
am 7d76f600: am 0f73aa8f: Merge "Update counting VR for promotion"
by Andreas Gampe
· 11 years ago
949e598
am b7e78cb6: Merge "AArch64: Fix and enable reverseBytes intrinsic."
by Andreas Gampe
· 11 years ago
c8cd692
am 5727339f: Merge "Aarch64: easy division and remainder for long ints."
by Andreas Gampe
· 11 years ago
c76192c
am 7aab9879: Merge "ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler"
by Andreas Gampe
· 11 years ago
7d76f60
am 0f73aa8f: Merge "Update counting VR for promotion"
by Andreas Gampe
· 11 years ago
299b248
am c9ffb3d2: am bc9127a5: Merge "AArch64: Fix def use."
by Andreas Gampe
· 11 years ago
c9ffb3d
am bc9127a5: Merge "AArch64: Fix def use."
by Andreas Gampe
· 11 years ago
ccc3087
am 0c96b613: am 0ee33c32: Merge "Revert "Revert "ART: Key-Value Store in Oat header"""
by Andreas Gampe
· 11 years ago
0c96b61
am 0ee33c32: Merge "Revert "Revert "ART: Key-Value Store in Oat header"""
by Andreas Gampe
· 11 years ago
c3d312e
am 3ad68036: am 8c472818: Merge "ART: Compacting ROS/DlMalloc spaces with semispace copy GC"
by Mathieu Chartier
· 11 years ago
e84fad9
am d8bb797b: am 9531f62e: Merge "Call strong CAS from unsafe. Add more CAS versions."
by Hans Boehm
· 11 years ago
efa88f2
am f42f7cf6: am f08f0ca4: Merge "Improve performance of invokevirtual/invokeinterface with embedded imt/vtable"
by Ian Rogers
· 11 years ago
59bad21
am e47725d4: am 3d71f321: Merge "ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64"
by Andreas Gampe
· 11 years ago
5dd0b93
am 6a4d88c2: am aebf3cda: Merge "Replace memory barriers to better reflect Java needs."
by Hans Boehm
· 11 years ago
f73f4ac
am 9cc96ba8: am 2751ffbe: Merge "Faster TLAB allocator."
by Mathieu Chartier
· 11 years ago
Next »