Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
acb906d7f907b79ef1e6038d7104a5569e81a1ac
acb906d
Remove mirror::String::java_lang_String_.
by Vladimir Marko
· 7 years ago
5924a4a
Move String::SizeOf<> to string.h .
by Vladimir Marko
· 7 years ago
2cffc5d
ObjPtr<>-ify RegTypeCache, fix 1 stale reference use.
by Vladimir Marko
· 7 years ago
adbceb7
Remove GcRoot<> static from Throwable and related classes.
by Vladimir Marko
· 7 years ago
aab8bc9
Merge "Remove static GcRoot<>s from Field, Method, Constructor."
by Vladimir Marko
· 7 years ago
2f82157
Merge "Add BitmapTableBuilder."
by Treehugger Robot
· 7 years ago
5513c2b
Add BitmapTableBuilder.
by David Srbecky
· 7 years ago
c2bd7a7
Merge "Add deduplication logic to BitTableBuilder."
by David Srbecky
· 7 years ago
4b62244
Merge "Change the BitTableBuilder API to be POD based."
by Treehugger Robot
· 7 years ago
2c2e723
Merge "ART: Ensure correct thread state for stack trace collection"
by Treehugger Robot
· 7 years ago
6baa1c9
ART: Ensure correct thread state for stack trace collection
by Andreas Gampe
· 7 years ago
eb0526c
Merge "Fix class_def_idx increment for FastVerify"
by Treehugger Robot
· 7 years ago
2eabc61
Fix class_def_idx increment for FastVerify
by Mathieu Chartier
· 7 years ago
ad70b32
Merge "Add measurement of Dex code bytes and number of unique code items"
by Mathieu Chartier
· 7 years ago
43efe77
Merge "Remove some dex analysis from oatdump"
by Mathieu Chartier
· 7 years ago
cb107db
Merge "Move profman/ to ClassAccessor"
by Mathieu Chartier
· 7 years ago
39b8648
Merge "ART: fix 463-checker-boolean-simplier for jvm"
by Treehugger Robot
· 7 years ago
11a482d
Merge "Dexdump: fix type printing for call sites"
by Treehugger Robot
· 7 years ago
159c9dd
Add deduplication logic to BitTableBuilder.
by David Srbecky
· 7 years ago
f507810
Merge "Remove mirror::Reference::java_lang_ref_Reference."
by Vladimir Marko
· 7 years ago
7d90630
ART: fix 463-checker-boolean-simplier for jvm
by Orion Hodson
· 7 years ago
dd966bc
Change the BitTableBuilder API to be POD based.
by David Srbecky
· 7 years ago
0f6cc7f
Dexdump: fix type printing for call sites
by Orion Hodson
· 7 years ago
679730e
Remove static GcRoot<>s from Field, Method, Constructor.
by Vladimir Marko
· 7 years ago
0b7e6c9
Merge "Have testrunner honor ART_TEST_CHROOT only for target tests."
by Roland Levillain
· 7 years ago
6834d34
Remove mirror::Reference::java_lang_ref_Reference.
by Vladimir Marko
· 7 years ago
a326807
Merge changes Iaf172f37,I15a8ade7,Icbc6b62b
by Vladimir Marko
· 7 years ago
8967547
Merge "ART-tests: Remove DX-dependency from 458-checker-instruct-simplification"
by Tamas Kenez
· 7 years ago
8a9fccc
Merge "ART-tests: Remove DX-dependency from 463-checker-boolean-simplifier."
by Tamas Kenez
· 7 years ago
b425899
ART-tests: Remove DX-dependency from 463-checker-boolean-simplifier.
by Tamas Kenez
· 7 years ago
c7aa87e
Remove static_class_ from Method/VarHandle and CallSite.
by Vladimir Marko
· 7 years ago
0b3e830
Merge "ART: Fix run-test invocation for jvm tests"
by Treehugger Robot
· 7 years ago
0278be7
Remove PrimitiveArray<T>::array_class_.
by Vladimir Marko
· 7 years ago
b4eb1b1
Refactor ClassRoot/GetClassRoot().
by Vladimir Marko
· 7 years ago
644edf1
ART-tests: Remove DX-dependency from 458-checker-instruct-simplification
by Tamas Kenez
· 7 years ago
bfd6df4
Merge "ART: SBC: Support single exit loops with live_outs."
by Treehugger Robot
· 7 years ago
b7e7846
Merge "ART: Remove jack from tools"
by Orion Hodson
· 7 years ago
6aa4e0d
ART: Fix run-test invocation for jvm tests
by Orion Hodson
· 7 years ago
20f4992
Move profman/ to ClassAccessor
by Mathieu Chartier
· 7 years ago
ba4c118
Remove some dex analysis from oatdump
by Mathieu Chartier
· 7 years ago
ebf5902
Merge "Move compiler/ to ClassAccessor"
by Mathieu Chartier
· 7 years ago
4f6858c
Merge "Remove hard-coded Object class from test 980"
by Alex Light
· 7 years ago
fbee398
Remove hard-coded Object class from test 980
by Alex Light
· 7 years ago
c8c8d5f
Move compiler/ to ClassAccessor
by Mathieu Chartier
· 7 years ago
ca210e3
ART: SBC: Support single exit loops with live_outs.
by Artem Serov
· 7 years ago
b0633b2
Have testrunner honor ART_TEST_CHROOT only for target tests.
by Roland Levillain
· 7 years ago
e467526
Merge "Add a tear-down script for devices used in ART target testing."
by Roland Levillain
· 7 years ago
f83f84a
ART: Remove jack from tools
by Orion Hodson
· 7 years ago
8467030
Merge "ART: Enable scalar loop peeling and unrolling."
by Treehugger Robot
· 7 years ago
223b8dc
Merge "Check that /system exists in chroot before cleaning it up."
by Roland Levillain
· 7 years ago
bb7cd23
Merge "ART: Remove jack from test"
by Treehugger Robot
· 7 years ago
4a1cac4
ART: Remove jack from test
by Orion Hodson
· 7 years ago
7c3a8c1
Add measurement of Dex code bytes and number of unique code items
by Mathieu Chartier
· 7 years ago
d804b76
Merge "Add ClassIterator"
by Mathieu Chartier
· 7 years ago
05dc23e
Add ClassIterator
by Mathieu Chartier
· 7 years ago
ac1cec6
Merge "Fix gtest Makefile rules with respect to chroot support."
by Roland Levillain
· 7 years ago
148a7c3
Merge "ART: Fix missing field type crasher"
by Treehugger Robot
· 7 years ago
5604938
Add a tear-down script for devices used in ART target testing.
by Roland Levillain
· 7 years ago
59df4f8
Check that /system exists in chroot before cleaning it up.
by Roland Levillain
· 7 years ago
ff7ff42
Merge "ObjPtr<>-ify tests using ClassLinker::FindClass()."
by Vladimir Marko
· 7 years ago
c6d02fd
Fix gtest Makefile rules with respect to chroot support.
by Roland Levillain
· 7 years ago
9fa1bab
ART: Fix missing field type crasher
by Orion Hodson
· 7 years ago
aaebb14
Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses."
by Vladimir Marko
· 7 years ago
79866c1
Merge "ART-tests: Remove DX dependency from 450-checker-types."
by Tamas Kenez
· 7 years ago
1500bc6
ART-tests: Remove DX dependency from 450-checker-types.
by Tamas Kenez
· 7 years ago
e9987b0
ObjPtr<>-ify tests using ClassLinker::FindClass().
by Vladimir Marko
· 7 years ago
6ec2a1b
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
by Vladimir Marko
· 7 years ago
197f1ef
Merge "Revert "Remove support for Valgrind in ART.""
by Treehugger Robot
· 7 years ago
8b362a8
Revert "Remove support for Valgrind in ART."
by Andreas Gampe
· 7 years ago
04f0eaf
Merge "ART: Skip duplicate classes during compilation"
by Treehugger Robot
· 7 years ago
438918b
Merge "Add ClassAccessor"
by Mathieu Chartier
· 7 years ago
f31343f
Merge "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
e816389
Merge "LSE improvement: better singleton array optimization"
by Treehugger Robot
· 7 years ago
d352156
Merge "Refactor runtime callee save frame info."
by Vladimir Marko
· 7 years ago
cbe50e9
Merge "ObjPtr<>-ify annotation processing."
by Treehugger Robot
· 7 years ago
2d3065e
ObjPtr<>-ify annotation processing.
by Vladimir Marko
· 7 years ago
d3083dd
Refactor runtime callee save frame info.
by Vladimir Marko
· 7 years ago
1d00c53
Merge "ART: Fix for pkill on device in run-jdwp-tests.sh"
by Orion Hodson
· 7 years ago
64e8175
Merge "Rewrite stackmap encoding code."
by David Srbecky
· 7 years ago
cfb4ed5
ART: Fix for pkill on device in run-jdwp-tests.sh
by Orion Hodson
· 7 years ago
dd5f539
Merge "Remove "stack_map.h" include from code_generator."
by David Srbecky
· 7 years ago
7867514
Merge "ART: Remove 712 from knownfailures.txt"
by Orion Hodson
· 7 years ago
3eb68cf
Merge "ART: Faster 712-varhandle-invocations"
by Orion Hodson
· 7 years ago
ba345bf
Merge "Disable 677-fsi2 on RI."
by Orion Hodson
· 7 years ago
e801116
Merge "Add plugin for testing method tracing speed."
by Treehugger Robot
· 7 years ago
673726b
Add plugin for testing method tracing speed.
by Alex Light
· 7 years ago
c2b4db6
Add ClassAccessor
by Mathieu Chartier
· 7 years ago
4fe708c
Remove "stack_map.h" include from code_generator.
by David Srbecky
· 7 years ago
052f8ca
Rewrite stackmap encoding code.
by David Srbecky
· 7 years ago
fd13287
Disable 677-fsi2 on RI.
by Nicolas Geoffray
· 7 years ago
8419022
Merge "Fix typo that leads to crash."
by Nicolas Geoffray
· 7 years ago
4cb27ed
ART: Remove 712 from knownfailures.txt
by Orion Hodson
· 7 years ago
3f38346
ART: Faster 712-varhandle-invocations
by Orion Hodson
· 7 years ago
e64d58c
Fix typo that leads to crash.
by Nicolas Geoffray
· 7 years ago
1c515f0
Merge "ART: Simplify operands in InstructionBuilder"
by Treehugger Robot
· 7 years ago
e937c04
Merge "Fix golem runs."
by Nicolas Geoffray
· 7 years ago
763a14a
Fix golem runs.
by Nicolas Geoffray
· 7 years ago
be9a83e
Merge "Track (non-public) API change in String"
by Neil Fuller
· 7 years ago
518fcc5
Merge "Revert^2 "Move kVRegSize to globals.h to reduce include dependencies.""
by Treehugger Robot
· 7 years ago
b674a14
Revert^2 "Move kVRegSize to globals.h to reduce include dependencies."
by David Srbecky
· 7 years ago
Next »