Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
595838e1355841c00e45049d327467d64991e843
595838e
Revert "Blacklist libcore tests relying on libjavacoretests."
by Nicolas Geoffray
· 8 years ago
aa4ee8d
Blacklist libcore tests relying on libjavacoretests.
by Nicolas Geoffray
· 8 years ago
15c4ee1
Merge "ART/Mterp: eliminate unnecessary access checks"
by Bill Buzbee
· 8 years ago
edb792d
Merge "Avoid visiting dead large objects in RegionSpace::Walk"
by Treehugger Robot
· 8 years ago
86e8e22
Merge "ART: Fix string reporting"
by Treehugger Robot
· 8 years ago
fa6adfd
ART/Mterp: eliminate unnecessary access checks
by buzbee
· 8 years ago
1ceeecf
Avoid visiting dead large objects in RegionSpace::Walk
by Mathieu Chartier
· 8 years ago
43be2a8
Merge "Apply String.equals() optimizations on MIPS32 and MIPS64"
by Treehugger Robot
· 8 years ago
3b98ccb
Merge "Revert "Intrinsify Integer.valueOf.""
by Nicolas Geoffray
· 8 years ago
db7b44a
Revert "Intrinsify Integer.valueOf."
by Nicolas Geoffray
· 8 years ago
c0ca5fd
Merge "Fix java.lang.Void.TYPE (void.class) initialization."
by Vladimir Marko
· 8 years ago
e44d325
Merge "Intrinsify Integer.valueOf."
by Nicolas Geoffray
· 8 years ago
4cc7e8f
Merge "ARM: VIXL32: Use LoadLiteral for double constants."
by Nicolas Geoffray
· 8 years ago
64fa84f
Apply String.equals() optimizations on MIPS32 and MIPS64
by Goran Jakovljevic
· 8 years ago
69dcdea
Merge "Add hooks to avoid collecting code for run-tests."
by Nicolas Geoffray
· 8 years ago
5f94203
ART: Fix string reporting
by Andreas Gampe
· 8 years ago
4d6d573
Merge "Remove warning pragma from OpenJdkJvmTi.cc"
by Treehugger Robot
· 8 years ago
65a599a
Merge "Revert "CHA for interface method.""
by Mingyao Yang
· 8 years ago
652aa2e
Merge "Make testrunner use an environment variable to control building."
by Treehugger Robot
· 8 years ago
85a1ec1
Revert "CHA for interface method."
by Mingyao Yang
· 8 years ago
6a3fd51
Remove warning pragma from OpenJdkJvmTi.cc
by Alex Light
· 8 years ago
cd0b272
Intrinsify Integer.valueOf.
by Nicolas Geoffray
· 8 years ago
169722b
Add hooks to avoid collecting code for run-tests.
by Nicolas Geoffray
· 8 years ago
977c510
Merge "proxy: Fix crash when creating proxies with dx-built libcore."
by Igor Murashkin
· 8 years ago
9b6b13e
Make testrunner use an environment variable to control building.
by Alex Light
· 8 years ago
9d3d752
proxy: Fix crash when creating proxies with dx-built libcore.
by Igor Murashkin
· 8 years ago
1266462
Merge "Make AddCapabilities call GetPotentialCapabilities."
by Treehugger Robot
· 8 years ago
64be7c5
Merge "Improve the region space memory mapping."
by Hiroshi Yamauchi
· 8 years ago
747aeb4
Merge "CHA for interface method."
by Mingyao Yang
· 8 years ago
1d22496
Make AddCapabilities call GetPotentialCapabilities.
by Alex Light
· 8 years ago
86a1856
Merge "ART: Let mterp know about invoke-custom"
by Bill Buzbee
· 8 years ago
cfdd3ea
Merge "SIMD type conversion for x86"
by Aart Bik
· 8 years ago
1c5cab0
ART: Let mterp know about invoke-custom
by buzbee
· 8 years ago
e00e559
Fix java.lang.Void.TYPE (void.class) initialization.
by Vladimir Marko
· 8 years ago
5adf699
Merge "ART: Enable build options in test runner script."
by Treehugger Robot
· 8 years ago
0fc3e41
Merge "Revert "Use the "GC is marking" information in compiler read barriers (ARM, ARM64).""
by Roland Levillain
· 8 years ago
35345a5
Revert "Use the "GC is marking" information in compiler read barriers (ARM, ARM64)."
by Roland Levillain
· 8 years ago
e25fc07
Merge "Revert "Use the holder's gray bit in Baker read barrier slow paths (ARM, ARM64).""
by Roland Levillain
· 8 years ago
47b3ab2
Revert "Use the holder's gray bit in Baker read barrier slow paths (ARM, ARM64)."
by Roland Levillain
· 8 years ago
993f7c6
Merge "Re-arrange System.identityHashCode for better performance."
by Nicolas Geoffray
· 8 years ago
e1fb77f
ART: Enable build options in test runner script.
by Orion Hodson
· 8 years ago
6e311ac
Re-arrange System.identityHashCode for better performance.
by Nicolas Geoffray
· 8 years ago
43e07b6
Merge "Implement code sinking."
by Nicolas Geoffray
· 8 years ago
b813ca1
Implement code sinking.
by Nicolas Geoffray
· 8 years ago
2666b11
Merge "ART: Fix underflow in codegen"
by Treehugger Robot
· 8 years ago
0c95c12
ART: Fix underflow in codegen
by Andreas Gampe
· 8 years ago
5e2227b
Merge "ART: Add debug code to test 913"
by Treehugger Robot
· 8 years ago
ebcc485
ART: Add debug code to test 913
by Andreas Gampe
· 8 years ago
69c4c27
Merge changes I60595a8f,Ia5d90286
by Roland Levillain
· 8 years ago
6f80f9e
Merge "ART: Fix tagging"
by Treehugger Robot
· 8 years ago
bc51fd0
Merge "Put app image objects in HPROF_HEAP_APP instead of HPROF_HEAP_IMAGE"
by Mathieu Chartier
· 8 years ago
de19eb9
ART: Fix tagging
by Andreas Gampe
· 8 years ago
ebecb7e
Merge "Dexlayout fix for duplicate class data and preserving last code item."
by Treehugger Robot
· 8 years ago
e863b5a
Merge "Add more DCHECK logging to Heap::CheckPreconditionsForAllocObject"
by Treehugger Robot
· 8 years ago
0b87452
Put app image objects in HPROF_HEAP_APP instead of HPROF_HEAP_IMAGE
by Mathieu Chartier
· 8 years ago
72ac1ca
Merge "ART: Remove stale TODOs"
by Andreas Gampe
· 8 years ago
3ae3b59
SIMD type conversion for x86
by Aart Bik
· 8 years ago
8876fb7
Add more DCHECK logging to Heap::CheckPreconditionsForAllocObject
by Mathieu Chartier
· 8 years ago
6c8ce9f
Merge "Revert^2 "ART: Add heap filter support""
by Andreas Gampe
· 8 years ago
6ea0607
Revert^2 "ART: Add heap filter support"
by Andreas Gampe
· 8 years ago
e17f589
Dexlayout fix for duplicate class data and preserving last code item.
by Jeff Hao
· 8 years ago
3c3c4a1
Improve the region space memory mapping.
by Hiroshi Yamauchi
· 8 years ago
06f658a
Merge "Fix initialization of OptimizingCompilerStats."
by Vladimir Marko
· 8 years ago
ff754d1
Fix initialization of OptimizingCompilerStats.
by Vladimir Marko
· 8 years ago
7f1f336
Merge "Revert^2 "Enable String compression.""
by Treehugger Robot
· 8 years ago
bcf716f
Revert^2 "Enable String compression."
by Vladimir Marko
· 8 years ago
09c8235
Merge "ART: add exynos-m2 to a53 #835769 & #843419 erratum exception list"
by Treehugger Robot
· 8 years ago
44cefec
Merge "Fix compilation statistics collection in inliner."
by Vladimir Marko
· 8 years ago
e375687
Merge "Revert "ART: Add heap filter support""
by Nicolas Geoffray
· 8 years ago
2cb576c
Revert "ART: Add heap filter support"
by Nicolas Geoffray
· 8 years ago
da3355a
Merge "Update entrypoint directly when doing JIT code cache GC."
by Nicolas Geoffray
· 8 years ago
7ac79b9
Merge "Fix testrunner.py reporting"
by Treehugger Robot
· 8 years ago
99e90ae
ART: Remove stale TODOs
by Andreas Gampe
· 8 years ago
e9b8b12
ART: add exynos-m2 to a53 #835769 & #843419 erratum exception list
by Junmo Park
· 8 years ago
c14311c
Fix testrunner.py reporting
by Alex Light
· 8 years ago
8b4e679
Merge "ART: Add heap filter support"
by Treehugger Robot
· 8 years ago
e6cfabc
Merge "ART: Add klass filter support"
by Treehugger Robot
· 8 years ago
b723160
Merge "ART: Ignore vreg=-1 in test 913"
by Treehugger Robot
· 8 years ago
2baf075
Merge "Check stacks for unmodifiable frames"
by Treehugger Robot
· 8 years ago
1883c6d
Merge "ART: Add flag for ArtMethod class state checks"
by Treehugger Robot
· 8 years ago
4beab68
ART: Add heap filter support
by Andreas Gampe
· 8 years ago
38da9f2
ART: Add klass filter support
by Andreas Gampe
· 8 years ago
58982d5
ART: Ignore vreg=-1 in test 913
by Andreas Gampe
· 8 years ago
e77b48b
Check stacks for unmodifiable frames
by Alex Light
· 8 years ago
6d8d4e0
Merge "Add more comments in GetProfiledMethods"
by Treehugger Robot
· 8 years ago
f5945ea
Merge "Improve aarch64 MonitorEntry/Exit assembly code"
by Hans Boehm
· 8 years ago
b1106e2
ART: Add flag for ArtMethod class state checks
by Andreas Gampe
· 8 years ago
b6e2c70
Merge "Disallow modifying java.lang.String"
by Treehugger Robot
· 8 years ago
438709f
Fix compilation statistics collection in inliner.
by Vladimir Marko
· 8 years ago
02c4880
Merge "ART: Add primitive array reporting"
by Treehugger Robot
· 8 years ago
720df56
Merge "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_."
by Hiroshi Yamauchi
· 8 years ago
6471693
ARM: VIXL32: Use LoadLiteral for double constants.
by Artem Serov
· 8 years ago
27b1f9c
Use the holder's gray bit in Baker read barrier slow paths (ARM, ARM64).
by Roland Levillain
· 8 years ago
1372c9f
Use the "GC is marking" information in compiler read barriers (ARM, ARM64).
by Roland Levillain
· 8 years ago
3b1a7f4
Update entrypoint directly when doing JIT code cache GC.
by Nicolas Geoffray
· 8 years ago
becd6ad
ART: Add primitive array reporting
by Andreas Gampe
· 8 years ago
35b456a
Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_.
by Hiroshi Yamauchi
· 8 years ago
6cc0250
Merge "Make dexlayout parse exception handlers not referenced by try blocks."
by Treehugger Robot
· 8 years ago
8eaa843
Merge "Check for null profile in ShouldCompileBasedOnProfile"
by Mathieu Chartier
· 8 years ago
44652a3
Make dexlayout parse exception handlers not referenced by try blocks.
by Jeff Hao
· 8 years ago
Next »