Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
72f7b880d5d0057b9fac3a51ef3a0f22909bc633
/
runtime
72f7b88
ART: Fix 004-ReferenceMap run test
by David Brazdil
· 9 years ago
77a48ae
Revert "Revert "ART: Register allocation and runtime support for try/catch""
by David Brazdil
· 9 years ago
659562a
Revert "ART: Register allocation and runtime support for try/catch"
by David Brazdil
· 9 years ago
b022fa1
ART: Register allocation and runtime support for try/catch
by David Brazdil
· 9 years ago
5da1ea2
Merge "Fix the DequeuePendingReference crash."
by Hiroshi Yamauchi
· 9 years ago
70c08d3
Fix the DequeuePendingReference crash.
by Hiroshi Yamauchi
· 9 years ago
9af47e2
Merge "Optimizing: Tag basic block allocations with their source."
by Vladimir Marko
· 9 years ago
35717f8
Merge "ART: Add some utilities for working with containers."
by Vladimir Marko
· 9 years ago
68cad90
Remove unnecessary std::move from variant_map.h
by Pirama Arumuga Nainar
· 9 years ago
4f55e22
Add and use ScopedSuspendAll
by Mathieu Chartier
· 9 years ago
2d06e08
Merge "ART: Fix Quick-style LR vs PC core spill mask bug"
by Andreas Gampe
· 9 years ago
e2cb7f2
Merge "Support deoptimization on exception"
by Sebastien Hertz
· 9 years ago
15982a9
Merge "Record profiling information before Jitting."
by Nicolas Geoffray
· 9 years ago
5550ca8
Record profiling information before Jitting.
by Nicolas Geoffray
· 9 years ago
619552b
Merge "ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight"
by Vladimir Marko
· 9 years ago
9ee23f4
ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight
by Scott Wakeling
· 10 years ago
1a97357
ART: Narrow parameter types.
by Andreas Gampe
· 9 years ago
e6215c0
ART: Move access flags checking to dex file verifier
by Andreas Gampe
· 9 years ago
501fd63
ART: Fix Quick-style LR vs PC core spill mask bug
by Andreas Gampe
· 9 years ago
520633b
Support deoptimization on exception
by Sebastien Hertz
· 9 years ago
dbd3570
Merge "ART: Add missing GetInterfaceMethodIfProxy"
by Andreas Gampe
· 9 years ago
e806732
ART: Add missing GetInterfaceMethodIfProxy
by Andreas Gampe
· 9 years ago
acd20ca
Allow null current thread in jni weak ref decode during shutdown.
by Hiroshi Yamauchi
· 9 years ago
6058455
Optimizing: Tag basic block allocations with their source.
by Vladimir Marko
· 9 years ago
637ee0b
ART: Add some utilities for working with containers.
by Vladimir Marko
· 9 years ago
62ba401
Merge "Fix the read barrier config build."
by Hiroshi Yamauchi
· 9 years ago
f80967c
Fix the read barrier config build.
by Hiroshi Yamauchi
· 9 years ago
9b1c71e
Make class loaders weak roots
by Mathieu Chartier
· 9 years ago
5fbb15f
Merge "Fix art_quick_alloc_object_tlab"
by Mathieu Chartier
· 9 years ago
e7049ca
Fix art_quick_alloc_object_tlab
by Mathieu Chartier
· 9 years ago
415634f
Merge "lambda: Infrastructure to support capture/liberate-variable dex opcodes"
by Igor Murashkin
· 9 years ago
c77f3ab
Clean up formatting in class linker
by Mathieu Chartier
· 9 years ago
957fb89
Merge "ART: Move DexCache arrays to native."
by Vladimir Marko
· 9 years ago
de286fd
Address some leftover comments
by Mathieu Chartier
· 9 years ago
f1d666e
Add ScopedThreadSuspension
by Mathieu Chartier
· 9 years ago
fc1ccd7
lambda: Infrastructure to support capture/liberate-variable dex opcodes
by Igor Murashkin
· 9 years ago
0526f5a
Merge "Some fixes for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
fdbd13c
Some fixes for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 9 years ago
2e8e4ff
Merge "Revert "Optimizing: Tag basic block allocations with their source.""
by Vladimir Marko
· 9 years ago
145acc5
Revert "Optimizing: Tag basic block allocations with their source."
by Vladimir Marko
· 9 years ago
f7432c6
Merge "Optimizing: Tag basic block allocations with their source."
by Vladimir Marko
· 9 years ago
91e11c0
Optimizing: Tag basic block allocations with their source.
by Vladimir Marko
· 9 years ago
1c9d1ee
Merge "Fix native annotations returning TypeNotPresentException."
by Jeff Hao
· 9 years ago
fc8d247
Fix native annotations returning TypeNotPresentException.
by Jeff Hao
· 9 years ago
f47869f
Merge "Optimizing: Tag Arena allocations with their source."
by Vladimir Marko
· 9 years ago
f9f6441
Optimizing: Tag Arena allocations with their source.
by Vladimir Marko
· 9 years ago
b40808e
ART: Remove unnecessary include of linear_alloc.h.
by Vladimir Marko
· 9 years ago
8a4e07e
Merge "JDWP: attempt to fix failure on closed connection"
by Sebastien Hertz
· 9 years ago
738c4c9
JDWP: attempt to fix failure on closed connection
by Sebastien Hertz
· 9 years ago
ca33089
No longer lock WeakGlobalsLock in FindDexCache
by Mathieu Chartier
· 9 years ago
91a359f
Merge "Enable lockless decoding of weak globals"
by Mathieu Chartier
· 9 years ago
30b5e27
Enable lockless decoding of weak globals
by Mathieu Chartier
· 9 years ago
4d16912
Merge "Move more Class annotations to native."
by Jeff Hao
· 9 years ago
c5f408d
Merge "Disable the GDB-based test timeout dump in 32 bit."
by Hiroshi Yamauchi
· 9 years ago
db00eaf
Add GC coverage test for moving GC
by Mathieu Chartier
· 9 years ago
c823eff
Disable the GDB-based test timeout dump in 32 bit.
by Hiroshi Yamauchi
· 9 years ago
2a5892f
Move more Class annotations to native.
by Jeff Hao
· 9 years ago
4bc27eb
Merge "Use GDB to dump threads in test timeouts, if available."
by Hiroshi Yamauchi
· 9 years ago
6ffb9cc
Use GDB to dump threads in test timeouts, if available.
by Hiroshi Yamauchi
· 9 years ago
c26b451
Merge "Revert "Revert "Fix deoptimization with pending exception"""
by Sebastien Hertz
· 9 years ago
d36fcc6
Merge "ART: Add zero-padding to allocation request for String."
by Vladimir Marko
· 9 years ago
f92d753
Merge "Revert "Revert "Change dex caches to be weak roots"""
by Mathieu Chartier
· 9 years ago
673ed3d
Revert "Revert "Change dex caches to be weak roots""
by Mathieu Chartier
· 9 years ago
5899810
Merge "Test HashSet lookup by alternate key type."
by Richard Uhler
· 9 years ago
e348584
Merge "JDWP: check object is assignable in ArrayReference.SetValues"
by Sebastien Hertz
· 9 years ago
2e1c16d
JDWP: check object is assignable in ArrayReference.SetValues
by Sebastien Hertz
· 9 years ago
c515f21
ART: Weaken size check in hprof
by Andreas Gampe
· 9 years ago
cf7792d
Test HashSet lookup by alternate key type.
by Richard Uhler
· 9 years ago
ed15000
Fix some HandleScope bugs and add corresponding checks
by Mathieu Chartier
· 9 years ago
81a9087
Revert "Change dex caches to be weak roots"
by Brian Carlstrom
· 9 years ago
f86a085
Revert "Move mark stack lock up in ordering"
by Brian Carlstrom
· 9 years ago
81440eb
Merge "Move mark stack lock up in ordering"
by Mathieu Chartier
· 9 years ago
ac8f439
Keep dex files live for duration of oatdump
by Mathieu Chartier
· 9 years ago
deaa183
Move mark stack lock up in ordering
by Mathieu Chartier
· 9 years ago
1aca341
Merge "Synchronize JNI critical calls with the CC collector thread flip."
by Hiroshi Yamauchi
· 9 years ago
76f55b0
Synchronize JNI critical calls with the CC collector thread flip.
by Hiroshi Yamauchi
· 9 years ago
bde6767
Merge "ART: Balanced locking"
by Andreas Gampe
· 9 years ago
a727e37
ART: Balanced locking
by Andreas Gampe
· 9 years ago
5af9106
Re-add location check for FindDexCache
by Mathieu Chartier
· 9 years ago
706ea6a
Merge "ART: Propagate verifier failure types to the compilers"
by Andreas Gampe
· 9 years ago
c2b35d2
ART: Add zero-padding to allocation request for String.
by Vladimir Marko
· 9 years ago
772cc4a
Merge "Change dex caches to be weak roots"
by Mathieu Chartier
· 9 years ago
0760a81
ART: Propagate verifier failure types to the compilers
by Andreas Gampe
· 9 years ago
5093d3b
Merge "Add a missing reader barrier in entrypoint stub"
by Mathieu Chartier
· 9 years ago
e05b8b5
Merge "ART: Include zero-padding in String::SizeOf()."
by Vladimir Marko
· 9 years ago
4726941
Merge "Address some comments for class flags"
by Mathieu Chartier
· 9 years ago
4ef5226
ART: Include zero-padding in String::SizeOf().
by Vladimir Marko
· 9 years ago
0747466
Revert "Revert "Fix deoptimization with pending exception""
by Sebastien Hertz
· 9 years ago
9ee5d6c
Merge "Add missing field init in constructors"
by Sebastien Hertz
· 9 years ago
d71c89f
Merge "Update instrumentation stack after exception event"
by Sebastien Hertz
· 9 years ago
3ae6b1d
Change dex caches to be weak roots
by Mathieu Chartier
· 9 years ago
66c2d2d
Address some comments for class flags
by Mathieu Chartier
· 9 years ago
13e748b
Revert "Revert "Move annotations to native.""
by Jeff Hao
· 9 years ago
dda43e7
Merge "ART: Add (Fpu)RegHigh stack map location kinds"
by David Brazdil
· 9 years ago
d9cb68e
ART: Add (Fpu)RegHigh stack map location kinds
by David Brazdil
· 9 years ago
54503b9
Merge "ART: Add option to retain lock levels in verifier"
by Andreas Gampe
· 9 years ago
ad238ce
ART: Add option to retain lock levels in verifier
by Andreas Gampe
· 9 years ago
ff73498
Revert "Revert "[MIPS] Use hard float calling convention for managed code""
by Goran Jakovljevic
· 9 years ago
9dc601e
Merge "Revert "Fix deoptimization with pending exception""
by Sebastien Hertz
· 9 years ago
Next »