Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
55fff044d3a4f7196098e25bab1dad106d9b54a2
55fff04
Rewrite topological sort order and improve GVN.
by Vladimir Marko
· 10 years ago
055fb15
Merge "Use the correct HOST_ARCH for oat files."
by Nicolas Geoffray
· 10 years ago
d0f04f7
Use the correct HOST_ARCH for oat files.
by Nicolas Geoffray
· 10 years ago
7c66c8d
Merge "Fix null pointer check elimination for catch entries."
by Vladimir Marko
· 10 years ago
cdd185b
Merge "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY."
by Nicolas Geoffray
· 10 years ago
b1efe97
Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY.
by Nicolas Geoffray
· 10 years ago
0a810d2
Fix null pointer check elimination for catch entries.
by Vladimir Marko
· 10 years ago
d83d1a7
Merge "Fix x86 instrumentation exit entrypoint and trace size limit."
by Jeff Hao
· 10 years ago
cf2e7b0
Fix x86 instrumentation exit entrypoint and trace size limit.
by Jeff Hao
· 10 years ago
2ac30da
Merge "Recycle mem-maps for collector transitions."
by Mathieu Chartier
· 10 years ago
b363f66
Recycle mem-maps for collector transitions.
by Mathieu Chartier
· 10 years ago
ab9167b
Merge "Changed default non-full tests to be prebuild."
by Andreas Gampe
· 10 years ago
9d72253
Changed default non-full tests to be prebuild.
by Alex Light
· 10 years ago
7326ff0
Merge "Fix build, missing spaces around =/<."
by Mingyao Yang
· 10 years ago
1a12858
Fix build, missing spaces around =/<.
by Mingyao Yang
· 10 years ago
ddc2119
Merge "Put oat test output on stderr."
by Ian Rogers
· 10 years ago
d2c0b09
Put oat test output on stderr.
by Ian Rogers
· 10 years ago
f645a02
Merge "ART: Fix checks for relocation delta"
by Andreas Gampe
· 10 years ago
45232a4
ART: Fix checks for relocation delta
by Andreas Gampe
· 10 years ago
306cd21
Merge "ART: Blacklist relocate option in oat tests"
by Andreas Gampe
· 10 years ago
508c1c1
ART: Blacklist relocate option in oat tests
by Andreas Gampe
· 10 years ago
c389c97
Merge "Set vtable in class object to null after linking."
by Mingyao Yang
· 10 years ago
2cdbad7
Set vtable in class object to null after linking.
by Mingyao Yang
· 10 years ago
c836fcb
Merge "Made sync-test actually wait for first thread to start."
by Andreas Gampe
· 10 years ago
8d9044b
Made sync-test actually wait for first thread to start.
by Alex Light
· 10 years ago
16fc9f6
Merge "Runtime can now be set to require relocation"
by Andreas Gampe
· 10 years ago
a59dd80
Runtime can now be set to require relocation
by Alex Light
· 10 years ago
c62944a
Merge "Add read barriers for the GC roots in Instrumentation."
by Hiroshi Yamauchi
· 10 years ago
799eb3a
Add read barriers for the GC roots in Instrumentation.
by Hiroshi Yamauchi
· 10 years ago
719ca5a
Merge "Fix erroneous behaviors with OOME present."
by Ian Rogers
· 10 years ago
c114b5f
Fix erroneous behaviors with OOME present.
by Ian Rogers
· 10 years ago
d2d90ec
Merge "Make unit test tell if a method is a leaf."
by Nicolas Geoffray
· 10 years ago
73e80c3
Make unit test tell if a method is a leaf.
by Nicolas Geoffray
· 10 years ago
e10a0bd
Merge "Stack overflow checks and NPE checks for optimizing."
by Nicolas Geoffray
· 10 years ago
f12feb8
Stack overflow checks and NPE checks for optimizing.
by Nicolas Geoffray
· 10 years ago
ebb6b5c
Merge "Avoid marking erroneous classes as erroneous twice."
by Ian Rogers
· 10 years ago
ecd4d9a
Avoid marking erroneous classes as erroneous twice.
by Ian Rogers
· 10 years ago
9d9fec6
Merge "ART: Throw StackOverflowError in native code"
by Andreas Gampe
· 10 years ago
7ea6f79
ART: Throw StackOverflowError in native code
by Andreas Gampe
· 10 years ago
0a142c9
Merge "Redirect failing test output to stderr."
by Ian Rogers
· 10 years ago
5182915
Redirect failing test output to stderr.
by Ian Rogers
· 10 years ago
9cdde52
Merge "ART: Increase command buffer size in assembler_thumb_test"
by Ian Rogers
· 10 years ago
4470c1d
ART: Increase command buffer size in assembler_thumb_test
by Andreas Gampe
· 10 years ago
96823a6
Merge "Add detection of zygote vs app vs image objects in hprof"
by Mathieu Chartier
· 10 years ago
ae1ad00
Add detection of zygote vs app vs image objects in hprof
by Mathieu Chartier
· 10 years ago
7ff831f
Merge "ART: Check high part of dalvik register pairs on put-wide"
by Andreas Gampe
· 10 years ago
2a593a1
ART: Check high part of dalvik register pairs on put-wide
by Andreas Gampe
· 10 years ago
a6d4bc1
Merge "Fix sizeof -> strlen to get the test to run on build servers."
by Nicolas Geoffray
· 10 years ago
8baf0d9
Fix sizeof -> strlen to get the test to run on build servers.
by Nicolas Geoffray
· 10 years ago
043f89b
Merge "Add write barriers to optimizing compiler."
by Nicolas Geoffray
· 10 years ago
1a43dd7
Add write barriers to optimizing compiler.
by Nicolas Geoffray
· 10 years ago
b5a2141
Merge "Add assembly operations with constants in optimizing compiler."
by Nicolas Geoffray
· 10 years ago
96f89a2
Add assembly operations with constants in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
84568fd
Merge "Interpreter can kick in even when implicit checks are enabled."
by Nicolas Geoffray
· 10 years ago
535a3fb
Interpreter can kick in even when implicit checks are enabled.
by Nicolas Geoffray
· 10 years ago
2983d23
Merge "Use vabs/fabs on arm/arm64 for intrinsic abs()."
by Vladimir Marko
· 10 years ago
5030d3e
Use vabs/fabs on arm/arm64 for intrinsic abs().
by Vladimir Marko
· 10 years ago
b12d605
Merge "Fix two read barrier bugs introduced in CL 97882."
by Hiroshi Yamauchi
· 10 years ago
0fbd6e6
Fix two read barrier bugs introduced in CL 97882.
by Hiroshi Yamauchi
· 10 years ago
4436e92
Merge "Fix the name of a black listed run-test."
by Ian Rogers
· 10 years ago
e1cd438
Fix the name of a black listed run-test.
by Ian Rogers
· 10 years ago
8813820
Black list timing sensitive tests from gcverify and gcstress
by Ian Rogers
· 10 years ago
4cd99b0
Black list more trace tests.
by Ian Rogers
· 10 years ago
4ebed4a
Merge "Black list timing sensitive tests from gcverify and gcstress"
by Ian Rogers
· 10 years ago
5024679
Merge "Run-test fix."
by Ian Rogers
· 10 years ago
064a59d
Run-test fix.
by Ian Rogers
· 10 years ago
a9ca981
Merge "Add a GC stress run that uses a moving collector and small heap sizes."
by Ian Rogers
· 10 years ago
8a14b75
Add a GC stress run that uses a moving collector and small heap sizes.
by Ian Rogers
· 10 years ago
ca90654
Merge "ART: Improve overflow detection in dex file verifier"
by Andreas Gampe
· 10 years ago
50d1bc1
ART: Improve overflow detection in dex file verifier
by Andreas Gampe
· 10 years ago
0d55759
Merge "Add GC verification test rules."
by Ian Rogers
· 10 years ago
701aa64
Add GC verification test rules.
by Ian Rogers
· 10 years ago
5242c0a
Allow optimizing and trace tests to be not run.
by Ian Rogers
· 10 years ago
bcacf16
Merge "Allow optimizing and trace tests to be not run."
by Ian Rogers
· 10 years ago
027fd2f
Merge "Improved implementation of inline of String.indexOf"
by Ian Rogers
· 10 years ago
c3561ae
Improved implementation of inline of String.indexOf
by nikolay serdjuk
· 10 years ago
d652333
Merge "Add optimized assembler implementation of __memcmp16 for x86."
by Ian Rogers
· 10 years ago
e72ff80
Merge "ART: Do not attempt to compile a method with too many registers"
by Andreas Gampe
· 10 years ago
0d8ea46
ART: Do not attempt to compile a method with too many registers
by Andreas Gampe
· 10 years ago
607cf21
Merge "Black list more trace tests."
by Ian Rogers
· 10 years ago
d4a6e5c
Merge "ART: Also accept java.lang.Throwable as a catch-all handler."
by Andreas Gampe
· 10 years ago
f91baf1
ART: Also accept java.lang.Throwable as a catch-all handler.
by Andreas Gampe
· 10 years ago
03fc5ab
Merge "ART: inline Math.Max/Min (float and double)"
by Ian Rogers
· 10 years ago
d5673e4
Merge "Fix bad comment in class_linker"
by Calin Juravle
· 10 years ago
fd60fbc
Merge "Fix GVN to handle normal paths leading to catch entry."
by Vladimir Marko
· 10 years ago
990288d
Merge "We can also run the linear scan register allocator on thumb."
by Nicolas Geoffray
· 10 years ago
93bedb7
We can also run the linear scan register allocator on thumb.
by Nicolas Geoffray
· 10 years ago
f2a8559
Merge "ART: Fail dex file verification on invalid access flags"
by Andreas Gampe
· 10 years ago
acc2bb6
ART: Fail dex file verification on invalid access flags
by Andreas Gampe
· 10 years ago
d5cd8bc
Merge "Avoid race in single thread suspension."
by Ian Rogers
· 10 years ago
f3d874c
Avoid race in single thread suspension.
by Ian Rogers
· 10 years ago
72b660e
Merge "x86_64: Fix GenDalvikArgsRange for 64-bit ref"
by Ian Rogers
· 10 years ago
8e3acdd
x86_64: Fix GenDalvikArgsRange for 64-bit ref
by Serguei Katkov
· 10 years ago
3102998
Merge "ART: Make a soft failure in method verifier hard, add check"
by Andreas Gampe
· 10 years ago
00633eb
ART: Make a soft failure in method verifier hard, add check
by Andreas Gampe
· 10 years ago
9cd20b2
Merge "ART: Use array-inl.h in reference_table_test"
by Andreas Gampe
· 10 years ago
8db4c88
ART: Use array-inl.h in reference_table_test
by Andreas Gampe
· 10 years ago
ff5a372
Fix bad comment in class_linker
by Calin Juravle
· 10 years ago
031ddea
Merge "Fix identifier size in the heap dump."
by Calin Juravle
· 10 years ago
3280517
Fix identifier size in the heap dump.
by Calin Juravle
· 10 years ago
Next »