Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
2d093a1213cc2f85b5e5e02782332657c479eb94
2d093a1
Revert "Fast ART x86 interpreter"
by Bill Buzbee
· 9 years ago
99229c7
Fast ART x86 interpreter
by Serguei Katkov
· 9 years ago
f74388d
Merge "Improve profile processing"
by Calin Juravle
· 9 years ago
877fd96
Improve profile processing
by Calin Juravle
· 9 years ago
ecfd0df
Merge "mem_map_test: perform null check before dereferencing a pointer."
by Roland Levillain
· 9 years ago
8d02644
mem_map_test: perform null check before dereferencing a pointer.
by Roland Levillain
· 9 years ago
c31fb58
Merge "Fix various typos in ART's comments and string literals."
by Roland Levillain
· 9 years ago
91d65e0
Fix various typos in ART's comments and string literals.
by Roland Levillain
· 9 years ago
1bcbcf8
Merge "Some read barrier clean-up in Optimizing."
by Roland Levillain
· 9 years ago
e3f43ac
Some read barrier clean-up in Optimizing.
by Roland Levillain
· 9 years ago
17ccfff
Merge "Disable DCE when there are irreducible loops."
by Nicolas Geoffray
· 9 years ago
09aa147
Disable DCE when there are irreducible loops.
by Nicolas Geoffray
· 9 years ago
31abc14
Merge "ART: Optimize out redundant NewInstances of String"
by David Brazdil
· 9 years ago
65902e8
ART: Optimize out redundant NewInstances of String
by David Brazdil
· 9 years ago
a27d59b
Merge "Keep track of number of JIT compilations."
by Nicolas Geoffray
· 9 years ago
0a52223
Keep track of number of JIT compilations.
by Nicolas Geoffray
· 9 years ago
14c2d9f
Merge "ART: Public classes never require access checks"
by David Brazdil
· 9 years ago
a65ff5e
Merge "Disable reanmed test due to python3."
by Nicolas Geoffray
· 9 years ago
a866ccf
Disable reanmed test due to python3.
by Nicolas Geoffray
· 9 years ago
38f64d3
ART: Public classes never require access checks
by David Brazdil
· 9 years ago
e7cfd62
Merge "Ignore OldAndroidZipStreamTest#testZipStream failures with CC."
by Roland Levillain
· 9 years ago
7d11ee5
Ignore OldAndroidZipStreamTest#testZipStream failures with CC.
by Roland Levillain
· 9 years ago
fef7aab
Merge "Pass --generate-debug-info only when --perf is passed."
by Nicolas Geoffray
· 9 years ago
955d24c
Merge "ART: Remove Baseline compiler"
by David Brazdil
· 9 years ago
dba4fe7
Pass --generate-debug-info only when --perf is passed.
by Nicolas Geoffray
· 9 years ago
58282f4
ART: Remove Baseline compiler
by David Brazdil
· 9 years ago
ae9f99e
Merge "Optimizing: Improve floating point comparisons on arm and arm64."
by Vladimir Marko
· 9 years ago
9a85f58
Merge "Do HFieldGet first to avoid explicit null check."
by Nicolas Geoffray
· 9 years ago
73b4153
Merge "Rename test case to avoid test filename too long."
by Nicolas Geoffray
· 9 years ago
9f9d48c
Rename test case to avoid test filename too long.
by Nicolas Geoffray
· 9 years ago
7c0f2e5
Do HFieldGet first to avoid explicit null check.
by Nicolas Geoffray
· 9 years ago
7d6872a
Merge "Move --dump-cfg and dump-cfg-append to CompilerOptions."
by Nicolas Geoffray
· 9 years ago
0e78aed
Merge "Report types loaded during init to the native debugger"
by David Srbecky
· 9 years ago
fffbee4
Report types loaded during init to the native debugger
by Tamas Berghammer
· 9 years ago
55380bb
Merge "Emit some additional debug info for java.lang.String"
by David Srbecky
· 9 years ago
03c941f
Emit some additional debug info for java.lang.String
by Tamas Berghammer
· 9 years ago
697cc25
Merge "Report loaded classes to native debugger."
by David Srbecky
· 9 years ago
160e6df
Report loaded classes to native debugger.
by Tamas Berghammer
· 9 years ago
c9bc77b
Merge "Ignore more libcore.java.util.zip test failures with CC."
by Roland Levillain
· 9 years ago
e0013c7
Ignore more libcore.java.util.zip test failures with CC.
by Roland Levillain
· 9 years ago
d6e069b
Optimizing: Improve floating point comparisons on arm and arm64.
by Vladimir Marko
· 9 years ago
c903b6a
Move --dump-cfg and dump-cfg-append to CompilerOptions.
by Nicolas Geoffray
· 9 years ago
b8bb9f6
Merge "ART: Change merge(uninitialized, null) to produce conflict"
by David Brazdil
· 9 years ago
87a5575
ART: Change merge(uninitialized, null) to produce conflict
by David Brazdil
· 9 years ago
1bf99d8
Merge "Also print to error stream."
by Nicolas Geoffray
· 9 years ago
c5854ad
Merge "Do not use HArm64IntermediateAddress with read barriers."
by Roland Levillain
· 9 years ago
cd3d0fb
Do not use HArm64IntermediateAddress with read barriers.
by Roland Levillain
· 9 years ago
2b09287
Merge "Add oat location to oatdump."
by Jeff Hao
· 9 years ago
4b07a6e
Add oat location to oatdump.
by Jeff Hao
· 9 years ago
84367b9
Merge "Add value parameterized test support for runtime tests"
by Mathieu Chartier
· 9 years ago
91c9116
Add value parameterized test support for runtime tests
by Mathieu Chartier
· 9 years ago
40cfbff
Merge "Revert "Disable mterp for the read barrier config.""
by Hiroshi Yamauchi
· 9 years ago
8c8e997
Merge "MIPS64: Fix stub_test in a proper way"
by Vladimir Marko
· 9 years ago
745f3cd
MIPS64: Fix stub_test in a proper way
by Goran Jakovljevic
· 9 years ago
e1b0f47
Merge "ART: Fix CompilerDriver::AreInSameOatFile()."
by Vladimir Marko
· 9 years ago
0b8cdfa
ART: Fix CompilerDriver::AreInSameOatFile().
by Vladimir Marko
· 9 years ago
2894346
Merge "ART: Remove incorrect HFakeString optimization"
by David Brazdil
· 9 years ago
68c56ae
Merge "ART: Mterp - remove redundant null check"
by Bill Buzbee
· 9 years ago
c753c96
Merge "New failures due to linker issue."
by Nicolas Geoffray
· 9 years ago
40f9252
New failures due to linker issue.
by Nicolas Geoffray
· 9 years ago
bb6e726
ART: Mterp - remove redundant null check
by buzbee
· 9 years ago
bce0590
Merge "Allow multi-image dex2oat to tolerate missing dex files."
by Jeff Hao
· 9 years ago
f7504cd
Merge "Add test for bad linkage of overriden package-private method."
by Mathieu Chartier
· 9 years ago
30af8dd
Add test for bad linkage of overriden package-private method.
by Pavel Vyssotski
· 9 years ago
f8f4511
Merge "Revert "Create parent class loader for dex2oat""
by Mathieu Chartier
· 9 years ago
966878d
Revert "Create parent class loader for dex2oat"
by Mathieu Chartier
· 9 years ago
436183f
Allow multi-image dex2oat to tolerate missing dex files.
by Jeff Hao
· 9 years ago
f8b122b
Merge "Yet another python3 dependency."
by Nicolas Geoffray
· 9 years ago
812dd36
Yet another python3 dependency.
by Nicolas Geoffray
· 9 years ago
22b8314
Merge "Don't allow thread suspension in ProfilingInfo::Create"
by Mathieu Chartier
· 9 years ago
3fdb3fe
Don't allow thread suspension in ProfilingInfo::Create
by Mathieu Chartier
· 9 years ago
947cb4f
Merge "Implement irreducible loop support in optimizing."
by Nicolas Geoffray
· 9 years ago
9612a70
Revert "Disable mterp for the read barrier config."
by Hiroshi Yamauchi
· 9 years ago
7b4199a
Merge "Support directly invoking interface default methods"
by Alex Light
· 9 years ago
15db4dc
Merge "Update `ValidateInvokeRuntime()` and HDivZeroCheck."
by Roland Levillain
· 9 years ago
6de1938
ART: Remove incorrect HFakeString optimization
by David Brazdil
· 9 years ago
be55805
Merge "Fix braino in parameters passed."
by Nicolas Geoffray
· 9 years ago
c3fec4c
Fix braino in parameters passed.
by Nicolas Geoffray
· 9 years ago
15bd228
Implement irreducible loop support in optimizing.
by Nicolas Geoffray
· 9 years ago
8422edd
Merge "MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or with 32-bit FPUs."
by Roland Levillain
· 9 years ago
f50d7ea
Merge "Fix lint error."
by Nicolas Geoffray
· 9 years ago
a83c675
Fix lint error.
by Nicolas Geoffray
· 9 years ago
6d6d368
Merge "Ignore 141-class-unload failures with JIT and CC."
by Roland Levillain
· 9 years ago
0fa5119
Merge "Ignore GZIPOutputStreamTest failures with concurrent collector."
by Roland Levillain
· 9 years ago
3c36f66
Ignore 141-class-unload failures with JIT and CC.
by Roland Levillain
· 9 years ago
34b6b39
Ignore GZIPOutputStreamTest failures with concurrent collector.
by Roland Levillain
· 9 years ago
da88e57
Merge "Don't encode a DexRegisterMap if there is no live register."
by Nicolas Geoffray
· 9 years ago
2675173
Merge "Support --perf with jitted code."
by Nicolas Geoffray
· 9 years ago
8e6b237
Merge "MIPS: Improve conversion between ints and floats."
by Roland Levillain
· 9 years ago
4b45bb9
Merge "MIPS: HRor clean-up"
by Roland Levillain
· 9 years ago
bb9863a
MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or
by Alexey Frunze
· 9 years ago
f5b84ee
Merge "Rosalloc fast path in assembly for MIPS32"
by Hans Boehm
· 9 years ago
baf60b7
MIPS: Improve conversion between ints and floats.
by Alexey Frunze
· 9 years ago
c54ddd2
Merge "Add test for calling into destroyed JNI env"
by Mathieu Chartier
· 9 years ago
fc7acf9
Add test for calling into destroyed JNI env
by Mathieu Chartier
· 9 years ago
0d9150b
MIPS: HRor clean-up
by Alexey Frunze
· 9 years ago
e56234b
Merge "ART: Mterp read barrier fix + minor cleanup"
by Bill Buzbee
· 9 years ago
76833da
ART: Mterp read barrier fix + minor cleanup
by buzbee
· 9 years ago
08d3ab5
Merge "Fixed bug with hoisting/deopting in taken-block instead of preheader. With a fail-before pass-after regression test."
by Aart Bik
· 9 years ago
f96c43e
Merge "Reduce code size by sharing slow paths."
by Aart Bik
· 9 years ago
Next »