Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
8f987427cedef5d07783254ac16632ce02fd8f75
/
test
81c7694
Merge "Fix redefinition related use-after-free bug"
by Treehugger Robot
· 8 years ago
98e3693
ART: Disable test 071-dexfile-map-clean for ASAN
by Andreas Gampe
· 8 years ago
177701a
ART: Add custom check script to run-test 115
by Andreas Gampe
· 8 years ago
08c4edb
Merge "ART: Disable test 202 for ASAN"
by Treehugger Robot
· 8 years ago
fa6b034
ART: Disable test 202 for ASAN
by Andreas Gampe
· 8 years ago
36a5d0c
Merge "MIPS64: ART Vectorizer"
by Aart Bik
· 8 years ago
2c97600
Merge "Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String."
by Vladimir Marko
· 8 years ago
af8d813
Merge "Tests: never use System.err"
by Vladimir Marko
· 8 years ago
07f0621
Fix redefinition related use-after-free bug
by Alex Light
· 8 years ago
9f7e91c
Merge "Fixed bug in relying on precise FP in periodic sequence."
by Aart Bik
· 8 years ago
f6c66c3
Tests: never use System.err
by Kevin Brodsky
· 9 years ago
8523ea1
Fixed bug in relying on precise FP in periodic sequence.
by Aart Bik
· 8 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
847e6ce
Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String.
by Vladimir Marko
· 8 years ago
513061a
ART: Clean up thread.h and thread_list.h
by Andreas Gampe
· 8 years ago
38c4ae5
Merge "Handle gracefully profiles with invalid classes or methods"
by Calin Juravle
· 8 years ago
aa97938
Merge "ART: Clean up heap headers"
by Treehugger Robot
· 8 years ago
0855688
Handle gracefully profiles with invalid classes or methods
by Calin Juravle
· 8 years ago
1a87c1f
Fix race between System.out.println & System.err.println in 087-gc-after-link
by Roland Levillain
· 8 years ago
854461a
Merge "Fixed Literal String intern mismatch."
by Mathieu Chartier
· 8 years ago
762ef84
Fixed Literal String intern mismatch.
by Chang Xing
· 8 years ago
d490129
ART: Clean up heap headers
by Andreas Gampe
· 8 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
19680d3
MIPS64: ART Vectorizer
by Goran Jakovljevic
· 8 years ago
d00e02b
Fix dexlayout fixed point test
by Mathieu Chartier
· 8 years ago
673253e
Merge "Fully support static encoded fields."
by Treehugger Robot
· 8 years ago
6dd5019
Merge "Do not deopt when using AOT inline caches"
by Treehugger Robot
· 8 years ago
e71d687
Fully support static encoded fields.
by Chang Xing
· 8 years ago
3d5aae7
Merge "ART: Add simple failure list to tail of testrunner output"
by Treehugger Robot
· 8 years ago
03a8e86
Merge "Record types when the interpreter executes intrinsics."
by Nicolas Geoffray
· 8 years ago
0dd7e85
ART: Add simple failure list to tail of testrunner output
by Andreas Gampe
· 8 years ago
5115efb
ART: Fix soong defaults order
by Andreas Gampe
· 8 years ago
af44e6c
Do not deopt when using AOT inline caches
by Calin Juravle
· 8 years ago
61b68fd
ART: Make run-test-jvmti-java only depend on core
by Andreas Gampe
· 8 years ago
0abc6bb
Merge "Support for narrow operands in "dangerous" operations."
by Aart Bik
· 8 years ago
304c8a5
Support for narrow operands in "dangerous" operations.
by Aart Bik
· 8 years ago
b9bec2e
Record types when the interpreter executes intrinsics.
by Nicolas Geoffray
· 8 years ago
8405cc2
knownfailures: Remove trailing semicolon.
by Narayan Kamath
· 8 years ago
73d4665
ART: Remove 987-stack-dumping from known failures.
by Narayan Kamath
· 8 years ago
eb71033
ART: Use file descriptors handed out by tombstoned for traces.
by Narayan Kamath
· 8 years ago
a17d679
Merge "Use PC-relative pointer to boot image methods."
by Treehugger Robot
· 8 years ago
1f68cb5
Merge "Revert "Support for narrow operands in "dangerous" operations.""
by Nicolas Geoffray
· 8 years ago
9231690
Revert "Support for narrow operands in "dangerous" operations."
by Nicolas Geoffray
· 8 years ago
28b6e7e
Deal with ASAN alloc-dealloc mismatch in class transformation code.
by Alex Light
· 8 years ago
2cd620b
Merge "Support for narrow operands in "dangerous" operations."
by Aart Bik
· 8 years ago
6597946
Use PC-relative pointer to boot image methods.
by Vladimir Marko
· 8 years ago
5601d4e
Revert "Revert "ARM: Improve the code generated for HCondition with a constant input""
by Anton Kirilov
· 8 years ago
636e870
Support for narrow operands in "dangerous" operations.
by Aart Bik
· 8 years ago
17481b5
Merge "Made idiom recognition more robust."
by Treehugger Robot
· 8 years ago
5f80500
Made idiom recognition more robust.
by Aart Bik
· 8 years ago
392a009
Merge changes Ic0d4d9cc,I1fd9b45a,I454c0436
by Treehugger Robot
· 8 years ago
662ee25
Merge "optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes"
by Treehugger Robot
· 8 years ago
79d8fa7
optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes
by Igor Murashkin
· 8 years ago
d9dc62a
Add some additional jvmti-stress skips
by Alex Light
· 8 years ago
5840839
ART: Disable detect_leaks in run-tests
by Andreas Gampe
· 8 years ago
ed81c1d
ART: Disable alloc_dealloc_mismatch in run-tests
by Andreas Gampe
· 8 years ago
b31a8e7
ART: Add RUN_TEST_ASAN_OPTIONS
by Andreas Gampe
· 8 years ago
a1633a7
Merge "Min/max SIMDization support."
by Aart Bik
· 8 years ago
6b2018f
sigchain: limit use of SetHandlingSignal.
by Josh Gao
· 8 years ago
c8e93c7
Min/max SIMDization support.
by Aart Bik
· 8 years ago
0af0ec2
Merge "Clear odex/vdex/art file before running run-test"
by Treehugger Robot
· 8 years ago
24bd3f9
Clear odex/vdex/art file before running run-test
by Calin Juravle
· 8 years ago
f137396
Merge "Remove 597-deopt-new-string from blacklist."
by Mingyao Yang
· 8 years ago
de6fc4a
Merge "ARM64: Share address computation across SIMD LDRs/STRs."
by Treehugger Robot
· 8 years ago
e1811ed
ARM64: Share address computation across SIMD LDRs/STRs.
by Artem Serov
· 8 years ago
2abb686
Add test for getError() of NativeBridge.
by Yanbing Jiang
· 8 years ago
b75e66e
Merge "Testrunner: Fix concurrecy for --target"
by Shubham Ajmera
· 8 years ago
cdae15f
Remove 597-deopt-new-string from blacklist.
by Mingyao Yang
· 8 years ago
5528d1c
Merge changes I93c26ff3,I0dc1a141
by Treehugger Robot
· 8 years ago
c8a5b6c
Merge "Revert "ARM: Improve the code generated for HCondition with a constant input""
by Nicolas Geoffray
· 8 years ago
3082661
Revert "ARM: Improve the code generated for HCondition with a constant input"
by Nicolas Geoffray
· 8 years ago
2eb25e4
ART: Add IterateThroughHeapExt
by Andreas Gampe
· 8 years ago
8fd2694
Testrunner: Fix concurrecy for --target
by Shubham Ajmera
· 8 years ago
1a9a9e3
Merge "Moved knowledge on masking shift operands to simplifier."
by Aart Bik
· 8 years ago
50e20d5
Moved knowledge on masking shift operands to simplifier.
by Aart Bik
· 8 years ago
3db6ff3
Merge "Disable test 640-checker-integer-valueof in PIC mode"
by Treehugger Robot
· 8 years ago
e904653
Merge "Add test for access thunk inlining."
by Treehugger Robot
· 8 years ago
da33049
Merge "ARM: Improve the code generated for HCondition with a constant input"
by Treehugger Robot
· 8 years ago
7050f9d
Disable test 640-checker-integer-valueof in PIC mode
by Goran Jakovljevic
· 8 years ago
e523aba
Add test for access thunk inlining.
by Vladimir Marko
· 8 years ago
b42118e
Merge "ART: Fix GetErrorName."
by Treehugger Robot
· 8 years ago
a749ec2
Merge "Testrunner: Fix --gdb issue"
by Treehugger Robot
· 8 years ago
95c466d
ART: Fix GetErrorName.
by Andreas Gampe
· 8 years ago
b4949f5
Testrunner: Fix --gdb issue
by Shubham Ajmera
· 8 years ago
b404f34
ARM: Improve the code generated for HCondition with a constant input
by Anton Kirilov
· 8 years ago
89112da
Extra test on coupled induction.
by Aart Bik
· 8 years ago
d73aba4
ART: Add Heap JVMTI extension API
by Andreas Gampe
· 8 years ago
9e8797d
Merge "Update smali/baksmali command syntax for v2.2.0"
by Treehugger Robot
· 8 years ago
a164ec5
ART: Fix test 912
by Andreas Gampe
· 8 years ago
3d0731a
Merge "Fixed bug due to not updating TC information (with regression test)"
by Aart Bik
· 8 years ago
e22445f
Fixed bug due to not updating TC information (with regression test)
by Aart Bik
· 8 years ago
3650acb
Merge "inliner: Do not assume that the outermost_graph has an art method"
by Treehugger Robot
· 8 years ago
07f01df
inliner: Do not assume that the outermost_graph has an art method
by Calin Juravle
· 8 years ago
2982555
Merge "optimizing: constructor fence redundancy elimination - remove dmb after LSE"
by Treehugger Robot
· 8 years ago
15cb975
Merge "Revive ART run-test 648-many-direct-methods for non-debug mode."
by Roland Levillain
· 8 years ago
14fc9db
Update smali/baksmali command syntax for v2.2.0
by Ben Gruver
· 8 years ago
d01745e
optimizing: constructor fence redundancy elimination - remove dmb after LSE
by Igor Murashkin
· 8 years ago
7113885
Merge "Allow same-length integral type mixing in SIMD."
by Aart Bik
· 8 years ago
19cb5ca
Merge "Add test gcstress 968 to knownfailures.json"
by Treehugger Robot
· 8 years ago
bf06526
Merge "Bug fix on shift that exceeds "lane width"."
by Aart Bik
· 8 years ago
Next »