Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
91a8366fb161725d40c99ce6330ab5c2ca758b56
91a8366
Fix signal chain to allow for signal() call to be used
by Dave Allison
· 10 years ago
6950ae4
Merge "Filling hole between subclass and superclass."
by Mathieu Chartier
· 10 years ago
381e4ca
Filling hole between subclass and superclass.
by Fred Shih
· 10 years ago
063f73c
Merge "Prevent exception bugs in class linker"
by Mathieu Chartier
· 10 years ago
524507a
Prevent exception bugs in class linker
by Mathieu Chartier
· 10 years ago
83c1159
Merge "Avoid null pointer dereference when sending JDWP packets"
by Sebastien Hertz
· 10 years ago
aad269d
Merge "Actually ask the pthread implementation for the stack guard size."
by Elliott Hughes
· 10 years ago
6d3fc56
Actually ask the pthread implementation for the stack guard size.
by Elliott Hughes
· 10 years ago
60ed7da
Avoid null pointer dereference when sending JDWP packets
by Sebastien Hertz
· 10 years ago
dbc0ca7
Merge "Ensure proxy constructor is in dex cache"
by Sebastien Hertz
· 10 years ago
ae94e35
Ensure proxy constructor is in dex cache
by Sebastien Hertz
· 10 years ago
9c18858
Merge "Fix gcstress and gcverify test targets"
by Ian Rogers
· 10 years ago
992f1e7
Fix gcstress and gcverify test targets
by Alex Light
· 10 years ago
7064446
Merge "ART: Change temporaries to positive names"
by Bill Buzbee
· 10 years ago
90364c5
Merge "Handle nested signals"
by Dave Allison
· 10 years ago
8ce6b90
Handle nested signals
by Dave Allison
· 10 years ago
a0a0da2
Merge "Really fix tests."
by Brian Carlstrom
· 10 years ago
1ef4ce8
Really fix tests.
by Alex Light
· 10 years ago
469f2ee
Merge "Various run-test makefile fixes."
by Ian Rogers
· 10 years ago
86df3ac
Various run-test makefile fixes.
by Ian Rogers
· 10 years ago
270c3e6
Merge "Fix builds where dist_goal is defined."
by Ian Rogers
· 10 years ago
ddfe779
Fix builds where dist_goal is defined.
by Ian Rogers
· 10 years ago
3d15970
Merge "Fix test build targets."
by Ian Rogers
· 10 years ago
9fcaa4b
Fix test build targets.
by Ian Rogers
· 10 years ago
8d0d03e
ART: Change temporaries to positive names
by Razvan A Lupusoru
· 11 years ago
ff092c2
Merge changes Id3113019,I89c26a90
by Ian Rogers
· 10 years ago
709368e
Merge "Reduce interpret-only compile time."
by Mathieu Chartier
· 10 years ago
2cdd2f2
Merge "ART: Added dirty flag to optimizations"
by Ian Rogers
· 10 years ago
03a112d
Add run-test support for running without a working patchoat/dex2oat
by Alex Light
· 10 years ago
ab66df8
Merge "ART: Add capability for a pass to have options"
by Ian Rogers
· 10 years ago
bd25d4b
ART: Add capability for a pass to have options
by Razvan A Lupusoru
· 11 years ago
09321df
ART: Added dirty flag to optimizations
by Jean Christophe Beyler
· 11 years ago
84d7605
Support booting without functioning boot.oat/art patchoat.
by Alex Light
· 10 years ago
a9ffc18
Merge "Use loops to build combinations of run-tests."
by Ian Rogers
· 10 years ago
f5c44b3
Use loops to build combinations of run-tests.
by Ian Rogers
· 10 years ago
061d310
Merge "ART: Add non-temporal store support"
by Ian Rogers
· 10 years ago
8e219ae
Reduce interpret-only compile time.
by Mathieu Chartier
· 10 years ago
b5bce7c
ART: Add non-temporal store support
by Jean Christophe Beyler
· 11 years ago
0038fca
Merge "Fix race condition in TransitionCollector."
by Mathieu Chartier
· 10 years ago
e4927f6
Fix race condition in TransitionCollector.
by Mathieu Chartier
· 10 years ago
0b05ec6
Merge "ART: Improve error message on oat writer failure"
by Andreas Gampe
· 10 years ago
d9efea6
ART: Improve error message on oat writer failure
by Andreas Gampe
· 11 years ago
3b6711f
Merge "Fix usage of literals within a macro."
by Ian Rogers
· 10 years ago
48160e7
Fix usage of literals within a macro.
by Ian Rogers
· 10 years ago
2f1f3b2
Merge "Map heap maps at a lower address."
by Mathieu Chartier
· 10 years ago
c44ce2e
Map heap maps at a lower address.
by Mathieu Chartier
· 10 years ago
b7fbafd
Merge "ART: kSuper also has IncompatibleClassChangeError"
by Andreas Gampe
· 10 years ago
df73375
ART: kSuper also has IncompatibleClassChangeError
by Andreas Gampe
· 10 years ago
654881f
Merge "ART: Fix IncompatibleClassChange check for ArtMethod"
by Andreas Gampe
· 10 years ago
8f252e6
ART: Fix IncompatibleClassChange check for ArtMethod
by Andreas Gampe
· 10 years ago
3531973
Merge "Quick compiler: fix DCHECK"
by buzbee
· 10 years ago
88a6b41
Quick compiler: fix DCHECK
by buzbee
· 10 years ago
b7326b5
Merge "CheckAndClearResolveException should allow LinkageError"
by Brian Carlstrom
· 10 years ago
898fcb5
CheckAndClearResolveException should allow LinkageError
by Brian Carlstrom
· 10 years ago
5a1a39a
Merge "Reduce GC log spam."
by Mathieu Chartier
· 10 years ago
91c2f71
Reduce GC log spam.
by Mathieu Chartier
· 10 years ago
0b50629
Merge "Fixed typo in entrypoint stub."
by Mathieu Chartier
· 10 years ago
e8817b2
Fixed typo in entrypoint stub.
by Fred Shih
· 10 years ago
32b4987
Merge "Remove an intermediate field array in ClassLinker::InitializeClass."
by Hiroshi Yamauchi
· 10 years ago
8850011
Remove an intermediate field array in ClassLinker::InitializeClass.
by Hiroshi Yamauchi
· 10 years ago
1ff1747
Merge "ART: Extending FlagsOf"
by Ian Rogers
· 10 years ago
7713d10
Merge "Reduced memory usage of primitive fields smaller than 4-bytes"
by Mathieu Chartier
· 10 years ago
fb0ea2d
ART: Extending FlagsOf
by Jean Christophe Beyler
· 10 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 11 years ago
072a8bf
Merge "Reduce log spam by changing a LOG(INFO) to VLOG(startup)"
by Brian Carlstrom
· 10 years ago
b6cabc1
Reduce log spam by changing a LOG(INFO) to VLOG(startup)
by Alex Light
· 10 years ago
e25826e
Merge "Support running without a boot image."
by Brian Carlstrom
· 10 years ago
21259fe
Merge "Fix GC memory overhead accounting."
by Mathieu Chartier
· 10 years ago
a5a3ac9
Fix GC memory overhead accounting.
by Mathieu Chartier
· 10 years ago
64ad14d
Support running without a boot image.
by Alex Light
· 10 years ago
9177f20
Merge "Clean up Handle usage."
by Mathieu Chartier
· 10 years ago
bf99f77
Clean up Handle usage.
by Mathieu Chartier
· 10 years ago
762f0a5
Merge "ART: Clean up compiler"
by Andreas Gampe
· 10 years ago
53c913b
ART: Clean up compiler
by Andreas Gampe
· 10 years ago
e6916c4
Merge "Add fallback for non moving space being full."
by Mathieu Chartier
· 10 years ago
6a7824d
Add fallback for non moving space being full.
by Mathieu Chartier
· 10 years ago
e18aa43
Merge "ART: Support MIRGraph constant interface"
by Ian Rogers
· 10 years ago
d04d309
ART: Support MIRGraph constant interface
by Razvan A Lupusoru
· 10 years ago
02cdc91
Merge "Using the correct time for wait_start_ms when lock contention logging is enabled"
by Ian Rogers
· 10 years ago
65282b2
Using the correct time for wait_start_ms when lock contention logging is enabled
by Xin Guan
· 10 years ago
1dbc3a9
Merge "ART: Reject field accesses to non-reference vregs."
by Andreas Gampe
· 10 years ago
695c598
ART: Reject field accesses to non-reference vregs.
by Stephen Kyle
· 10 years ago
19c62d5
Merge "Handlerize MethodVerifier::mirror_method_."
by Hiroshi Yamauchi
· 10 years ago
dc37617
Handlerize MethodVerifier::mirror_method_.
by Hiroshi Yamauchi
· 10 years ago
8e46772
Merge "Fix testing wrong variable for non zygote."
by Mathieu Chartier
· 10 years ago
0deeb81
Fix testing wrong variable for non zygote.
by Mathieu Chartier
· 10 years ago
6a56654
Merge "Always setup the native bridge library"
by Calin Juravle
· 10 years ago
a68629e
Always setup the native bridge library
by Calin Juravle
· 10 years ago
a37ad7a
Merge "GetDalvikDisassembly should work even without SSA info"
by Ian Rogers
· 10 years ago
954c7ea
Merge "ART: Fix frontend to allow possibility of multiple code units"
by Ian Rogers
· 10 years ago
64d9da0
Merge "ARM64: Avoid the duplication of condition codes."
by Ian Rogers
· 10 years ago
651c967
Merge "AArch64: Improve MIR to LIR translation for abs"
by Ian Rogers
· 10 years ago
ba9388c
ARM64: Avoid the duplication of condition codes.
by Alexandre Rames
· 10 years ago
21106bc
Merge "ART: Add dex dependency for gtest"
by Andreas Gampe
· 10 years ago
0eca41f
Merge "Fix signal test build"
by Dave Allison
· 10 years ago
c0e3660
Fix signal test build
by Dave Allison
· 10 years ago
ac01b9f
Merge "Add supported architectures to signal test."
by Dave Allison
· 10 years ago
c0e3645
Merge "Fix fault handler to unregister on shutdown"
by Dave Allison
· 10 years ago
1a04fcd
Merge "Remove profiler log line"
by Dave Allison
· 10 years ago
0ff21b1
ART: Add dex dependency for gtest
by Andreas Gampe
· 10 years ago
Next »