Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
9139e008abe30b7beaf4afd6533228a1dd9b202c
/
test
9139e00
Correct exception behavior for default methods
by Alex Light
· 9 years ago
9e23df5
Optimizing: Improve constant folding + DCE for inlining.
by Vladimir Marko
· 9 years ago
83dcccb
Merge "Revert "Revert "ART: Update DCE to work with try/catch"""
by David Brazdil
· 9 years ago
8a7c0fe
Revert "Revert "ART: Update DCE to work with try/catch""
by David Brazdil
· 9 years ago
337a396
Some cleanup for tests 960-965 build scripts.
by Alex Light
· 9 years ago
f1584a6
Merge "Class Linker: Implement default interface verification ordering."
by Alex Light
· 9 years ago
f1f1049
Class Linker: Implement default interface verification ordering.
by Alex Light
· 9 years ago
ce0f43b
Merge "Revert "Revert "Revert "Use Jack lang dev version for compiling art tests""""
by Nicolas Geoffray
· 9 years ago
daf11eb
Revert "Revert "Revert "Use Jack lang dev version for compiling art tests"""
by Nicolas Geoffray
· 9 years ago
f11f5eb
Merge "ART: Fix critical edge splitting under try/catch"
by David Brazdil
· 9 years ago
df7029f
Merge "Revert "Revert "Use Jack lang dev version for compiling art tests"""
by Nicolas Geoffray
· 9 years ago
db51efb
ART: Fix critical edge splitting under try/catch
by David Brazdil
· 9 years ago
3e5b3c9
Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect."
by Vladimir Marko
· 9 years ago
a4c98f2
ART: Fix return-object verification
by Andreas Gampe
· 9 years ago
b554b5a
Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect.
by Vladimir Marko
· 9 years ago
9bc4361
ART: Fix simplification of catch blocks in the presence of dead code
by David Brazdil
· 9 years ago
ef7ef4c
Merge "ART: Change behavior for rethrowing init failures (2)"
by Andreas Gampe
· 9 years ago
a6017d8
Revert "Revert "Use Jack lang dev version for compiling art tests""
by Alex Light
· 9 years ago
4ca1037
Change test .dex.art to .art
by Mathieu Chartier
· 9 years ago
da5b28a
Revert "Revert "Add basic image writer support for app images""
by Mathieu Chartier
· 9 years ago
b8b9769
Fix conditional jump over jmp (X86/X86-64/ARM32)
by Mark Mendell
· 10 years ago
ad15539
Merge "Revert "Use Jack lang dev version for compiling art tests""
by Nicolas Geoffray
· 9 years ago
a5a79b6
Revert "Use Jack lang dev version for compiling art tests"
by Nicolas Geoffray
· 9 years ago
c09b334
Merge "Revert "Add basic image writer support for app images""
by Nicolas Geoffray
· 9 years ago
4b01856
Revert "Add basic image writer support for app images"
by Nicolas Geoffray
· 9 years ago
f97ad81
Merge "Use Jack lang dev version for compiling art tests"
by Yohann Roussel
· 9 years ago
a930832
Merge "Add basic image writer support for app images"
by Mathieu Chartier
· 9 years ago
cb08695
ART: Change behavior for rethrowing init failures (2)
by Andreas Gampe
· 9 years ago
c033474
Add basic image writer support for app images
by Mathieu Chartier
· 9 years ago
accc249
Merge "ART: Change behavior for rethrowing init failures"
by Andreas Gampe
· 9 years ago
2bd4c5c
Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation"
by David Brazdil
· 9 years ago
99babb6
ART: Change behavior for rethrowing init failures
by Andreas Gampe
· 9 years ago
1749e2c
ART: Implement DeadPhiHandling in PrimitiveTypePropagation
by David Brazdil
· 9 years ago
55fed87
Use Jack lang dev version for compiling art tests
by Yohann Roussel
· 9 years ago
41f10bc
Fix test in case we run the ART_TEST_TRACE tests.
by Nicolas Geoffray
· 9 years ago
12cbc87
Merge "Fix TODO on instrumentation and add some more DCHECKs."
by Nicolas Geoffray
· 9 years ago
5a23d2e
Fix TODO on instrumentation and add some more DCHECKs.
by Nicolas Geoffray
· 9 years ago
934808f
Fix mips32oc ArraySet null constant assignment
by Pavle Batuta
· 9 years ago
3f922d1
Merge "Make things generally quieter."
by Alex Light
· 9 years ago
91de25f
Make things generally quieter.
by Alex Light
· 9 years ago
df6dc42
Merge "Fix deadlock with the JIT code cache."
by Nicolas Geoffray
· 9 years ago
6262340
Fix deadlock with the JIT code cache.
by Nicolas Geoffray
· 9 years ago
3482c27
Merge "Fix minor problems with interface verification and default methods."
by Alex Light
· 9 years ago
fb552d7
Revert "ART: Update DCE to work with try/catch"
by David Brazdil
· 9 years ago
ce52901
ART: Update DCE to work with try/catch
by David Brazdil
· 9 years ago
60989d2
Fix stalled comment from last commit.
by Nicolas Geoffray
· 9 years ago
816b2b3
Merge "Fix inlining and lse bugs with unresolved access."
by Nicolas Geoffray
· 9 years ago
d930929
Fix inlining and lse bugs with unresolved access.
by Nicolas Geoffray
· 9 years ago
3e0597f
Merge "ART: Enable inlining under try/catch"
by David Brazdil
· 9 years ago
9517798
ART: Enable inlining under try/catch
by David Brazdil
· 9 years ago
564420b
Merge "Merge test 539 into test 538-checker-embed-constants."
by Vladimir Marko
· 9 years ago
56c8c9e
Merge "Made run-test 960-964 support being run with jack compiler."
by Alex Light
· 9 years ago
6a439bc
Made run-test 960-964 support being run with jack compiler.
by Alex Light
· 9 years ago
59cc4e8
Merge "Implementation of fast lookup table to search class_def by descriptor"
by Mathieu Chartier
· 9 years ago
d9786b0
Implementation of fast lookup table to search class_def by descriptor
by Artem Udovichenko
· 9 years ago
a9cf6ee
Merge "ART: Fix deopt from optimized code under inlining"
by David Brazdil
· 9 years ago
594c061
Merge "Revert "Enable store elimination for singleton objects.""
by Andreas Gampe
· 9 years ago
55d02cf
Revert "Enable store elimination for singleton objects."
by Andreas Gampe
· 9 years ago
efc3f02
ART: Fix deopt from optimized code under inlining
by David Brazdil
· 9 years ago
0db36b3
Fix minor problems with interface verification and default methods.
by Alex Light
· 9 years ago
d2b29d6
Merge "Enable store elimination for singleton objects."
by Mingyao Yang
· 9 years ago
9b4571c
Merge "Fix up run-test."
by Alex Light
· 9 years ago
fadfee9
Fix up run-test.
by Alex Light
· 9 years ago
709b38e
Adjust jit code cache on ThreadStress to avoid timeouts.
by Nicolas Geoffray
· 9 years ago
fa02285
Fix test failure due to wrong runtime arguments.
by Alex Light
· 9 years ago
7f43a3d
Enable store elimination for singleton objects.
by Mingyao Yang
· 9 years ago
7596996
MIPS32: Move code from RA to T9 in longjump
by Goran Jakovljevic
· 9 years ago
065f519
Merge "Cleanup some of the run-test system"
by Alex Light
· 9 years ago
8a0e033
Cleanup some of the run-test system
by Alex Light
· 9 years ago
85f645d
MIPS32: Remove tests from list of broken tests
by Goran Jakovljevic
· 9 years ago
1839d3c
Merge "Revert "Run type propagation after inliner only when needed.""
by Calin Juravle
· 9 years ago
2717436
Revert "Run type propagation after inliner only when needed."
by Calin Juravle
· 9 years ago
605f27d
Merge "Run type propagation after inliner only when needed."
by Calin Juravle
· 9 years ago
e9d6e60
Disable store elimination on singleton object.
by Mingyao Yang
· 9 years ago
a815f17
Merge "Revert "Revert "load store elimination."""
by Mingyao Yang
· 9 years ago
4e5dd52
Run type propagation after inliner only when needed.
by Calin Juravle
· 9 years ago
31f0e75
Merge "ARM64: Instruction simplification for array accesses."
by Roland Levillain
· 9 years ago
68561a1
Merge "Fix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic."
by Roland Levillain
· 9 years ago
8df69d4
Revert "Revert "load store elimination.""
by Mingyao Yang
· 9 years ago
6dc7946
Merge "Fix art-run-tests dependencies"
by Yohann Roussel
· 9 years ago
b488b78
Fix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic.
by Roland Levillain
· 9 years ago
69d6b1f
Merge "Block signals before invoking special or user handlers"
by Calin Juravle
· 9 years ago
3048698
Fix art-run-tests dependencies
by Yohann Roussel
· 10 years ago
4d3a8be
Fix typos.
by Alex Light
· 9 years ago
6774660
Merge "Disable test 961-default-iface-resolution-generated with gcstress"
by Alex Light
· 9 years ago
8d148c9
Disable test 961-default-iface-resolution-generated with gcstress
by Alex Light
· 9 years ago
524e7ea
Remove ArtCode.
by Nicolas Geoffray
· 9 years ago
7cf979b
Merge "Revert "Revert "optimizing: propagate type information of arguments"""
by Calin Juravle
· 9 years ago
28a15a9
Merge "Keep dex files live in class table"
by Mathieu Chartier
· 9 years ago
00310e0
Keep dex files live in class table
by Mathieu Chartier
· 9 years ago
e6dbf48
ARM64: Instruction simplification for array accesses.
by Alexandre Rames
· 9 years ago
0d6f026
Block signals before invoking special or user handlers
by jgu21
· 9 years ago
1261759
Fix in reference type propagation
by Calin Juravle
· 9 years ago
77da9c3
Merge test 539 into test 538-checker-embed-constants.
by Alexandre Rames
· 9 years ago
b69fbfb
ARM64: Better recognition of constants encodable as immediates.
by Alexandre Rames
· 9 years ago
ceb0124
Merge "Fix race in ART 079-phantom"
by Mathieu Chartier
· 9 years ago
895bb5f
ART: Add simple null alias tracking for lock counting
by Andreas Gampe
· 9 years ago
8030c41
Revert "load store elimination."
by Nicolas Geoffray
· 9 years ago
589dac7
load store elimination.
by Mingyao Yang
· 9 years ago
d2e0dd1
Merge "Make the run-test makefile check if we have python3"
by Alex Light
· 9 years ago
Next »