Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
c8cdc711301d72e68b040ae2f99818add62dd2aa
/
runtime
/
base
0d29072
Dump java backtrace when contending lock too long time.
by wangguibo
· 5 years ago
0613605
Replace histogram in CumulativeLogger with average
by Lokesh Gidra
· 5 years ago
b9b7d91
Revert "Lazily allocate DexCache arrays."
by Orion Hodson
· 5 years ago
1214319
Lazily allocate DexCache arrays.
by David Srbecky
· 5 years ago
a1cc540
Revert^2 "Add MessageQueue for cross-thread communication"
by Eric Holk
· 5 years ago
c7edde0
Revert "Add MessageQueue for cross-thread communication"
by Eric Holk
· 6 years ago
de60ef3
Add MessageQueue for cross-thread communication
by Eric Holk
· 6 years ago
26ab270
A few more inclusive language updates based on newer wordlist
by Orion Hodson
· 6 years ago
6aaa49d
Inclusive language fixes
by Orion Hodson
· 6 years ago
2d53643
Update language to comply with Android’s inclusive language guidance
by Ian Pedowitz
· 6 years ago
aacf977
Reword some comments to be more inclusive
by Orion Hodson
· 6 years ago
d4e6a99
Invoke futex wait with correct value
by Hans Boehm
· 6 years ago
9974e3c
Clean up generated operator<<(os, enum).
by Vladimir Marko
· 6 years ago
41b605c
Remove MIPS support from runtime/.
by Vladimir Marko
· 6 years ago
e0c6d43
Revert "Fix stack-walking race"
by Alex Light
· 6 years ago
721e402
Fix stack-walking race
by Alex Light
· 6 years ago
65c18a2
Revert^4 "Add spin loop to mutex, overhaul monitor"
by Hans Boehm
· 6 years ago
ead89ef
Revert^3 "Add spin loop to mutex, overhaul monitor""
by Hans Boehm
· 6 years ago
3d52abe
Revert^2 "Add spin loop to mutex, overhaul monitor"
by Hans Boehm
· 7 years ago
acd7060
Update target footprint on process state switch
by Lokesh Gidra
· 6 years ago
986914b
Revert^4 "Initial support for adding virtuals with structural redefinition"
by Alex Light
· 7 years ago
d56f7d1
Revert "Add spin loop to mutex, overhaul monitor"
by Hans Boehm
· 7 years ago
2f8c1ac
Revert^3 "Initial support for adding virtuals with structural redefinition"
by Alex Light
· 7 years ago
8ba9738
Revert^2 "Initial support for adding virtuals with structural redefinition"
by Alex Light
· 7 years ago
0d508a0
Add spin loop to mutex, overhaul monitor
by Hans Boehm
· 7 years ago
d0e354e
Revert "Initial support for adding virtuals with structural redefinition"
by Nicolas Geoffray
· 7 years ago
283bb32
Initial support for adding virtuals with structural redefinition
by Alex Light
· 7 years ago
92db59b
Revert "Workaround bogus Thread Safety Analysis warning"
by Ziang Wan
· 7 years ago
79d6c80
Revert^2 "Support using opaque JNI ids"
by Alex Light
· 7 years ago
b476a29
Revert "Support using opaque JNI ids"
by Nicolas Geoffray
· 7 years ago
21d5994
Support using opaque JNI ids
by Alex Light
· 7 years ago
3e2446b
ART: Correctly handle an abort from an unattached thread
by Andreas Gampe
· 7 years ago
2a905b2
Move memory related regions of the JIT cache in its own class.
by Nicolas Geoffray
· 7 years ago
2cd21b2
ART: Make bad_mutexes abort message legible
by Andreas Gampe
· 7 years ago
81dc7ab
Speed up and slightly simplify Mutex
by Hans Boehm
· 7 years ago
467b692
Use single contention counter for rw mutexes
by Hans Boehm
· 7 years ago
6683446
Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_"
by Alex Light
· 7 years ago
eaa4831
Revert "Perform SetEvent under the user_code_suspend_count_lock_"
by Alex Light
· 7 years ago
3fa8b6d
Perform SetEvent under the user_code_suspend_count_lock_
by Alex Light
· 7 years ago
3940254
Modernise code to use override specifier
by Yi Kong
· 7 years ago
119733d
Revert "Revert "ART: introduce PALette abstraction layer""
by Orion Hodson
· 7 years ago
e6e01a0
Revert "ART: introduce PALette abstraction layer"
by Orion Hodson
· 7 years ago
4b9d00a
ART: introduce PALette abstraction layer
by Orion Hodson
· 7 years ago
ea34d46
Fix lock order issue with large-object space lock
by Lokesh Gidra
· 7 years ago
8764dc3
ART: Use iosfwd more
by Andreas Gampe
· 7 years ago
5a0430d
ART: Introduce runtime_globals
by Andreas Gampe
· 7 years ago
ada33d7
Move startup thread pool back into runtime
by Mathieu Chartier
· 7 years ago
0bbac30
ART: Hide mutex in TimingLogger
by Andreas Gampe
· 8 years ago
7fbc4a5
ART: Move to using locks.h instead of mutex.h
by Andreas Gampe
· 8 years ago
7cc45fd
ART: Factor out lock order and holder from mutexes
by Andreas Gampe
· 8 years ago
af77ad4
Reorder kThreadWaitLock
by Charles Munger
· 8 years ago
c665d63
Revert^2 "Notify waiters when releasing the monitor"
by Charles Munger
· 8 years ago
9cec965
Revert "Notify waiters when releasing the monitor"
by Roland Levillain
· 8 years ago
1ebb52c
Notify waiters when releasing the monitor
by Charles Munger
· 8 years ago
7530bae
Use _PRIVATE versions of futex ops.
by Charles Munger
· 8 years ago
2947ba6
Merge "Requeue rather than wake when notifying."
by Treehugger Robot
· 8 years ago
1130659
Refactor MemMap::MapAnonymous().
by Vladimir Marko
· 8 years ago
bcd16ee
Requeue rather than wake when notifying.
by Charles Munger
· 8 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 8 years ago
2d899c4
Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)).
by Josh Gao
· 8 years ago
c55bb39
Revert^2 "ART: Refactor typedef to using"
by Andreas Gampe
· 8 years ago
ee07743
Revert "ART: Refactor typedef to using"
by Andreas Gampe
· 8 years ago
9a20ff0
ART: Refactor typedef to using
by Andreas Gampe
· 8 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 8 years ago
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 8 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 8 years ago
33b7b5d
Revert^2 "Fix race in CommitCodeInternal and cleanup"
by Alex Light
· 8 years ago
8dde74e
Revert "Fix race in CommitCodeInternal and cleanup"
by Alex Light
· 8 years ago
a2af2b0
Fix race in CommitCodeInternal and cleanup
by Alex Light
· 8 years ago
240a564
Ensure seq_cst memory ordering for num_contenders
by Hyangseok Chae
· 8 years ago
184f075
Rewrite thread CustomTLS to support keyed TLS entries
by Alex Light
· 8 years ago
3e36a9c
Move back to jit code on trace removal
by Alex Light
· 8 years ago
896583e
ART: Use clang-tidy to warn on RAII issue
by Andreas Gampe
· 8 years ago
05e34f4
Revert^2 "Remove support for Valgrind in ART."
by Roland Levillain
· 8 years ago
197f1ef
Merge "Revert "Remove support for Valgrind in ART.""
by Treehugger Robot
· 8 years ago
8b362a8
Revert "Remove support for Valgrind in ART."
by Andreas Gampe
· 8 years ago
f31343f
Merge "Remove support for Valgrind in ART."
by Roland Levillain
· 8 years ago
8268cb6
Remove support for Valgrind in ART.
by Roland Levillain
· 8 years ago
c3e1895
Prepare to move ArtDexFileLoader to libdexfile
by David Sehr
· 8 years ago
0d0f316
Handle multidex in LocationIsOnSystemFramework.
by Nicolas Geoffray
· 8 years ago
5db8b7b
ART: Relayout BaseMutex and Mutex
by Andreas Gampe
· 8 years ago
1979c64
Clean up include paths
by David Sehr
· 8 years ago
b4dfca5
The test for futex support should be a test for Linux
by Daniel Colascione
· 8 years ago
79e2607
Move profile dependent modules to libartbase
by David Sehr
· 8 years ago
1ce2b3b
Move remaining runtime/base stuff to libartbase
by David Sehr
· 8 years ago
3215fff
Separate Malloc and MemMap ArenaPools
by David Sehr
· 8 years ago
27b9676
ART: Simplify quasi_atomic.h
by Orion Hodson
· 8 years ago
b38988a
Merge "Revert "Revert "Allow hidden API access from system libraries"""
by Treehugger Robot
· 8 years ago
8e1a7cb
Revert "Revert "Allow hidden API access from system libraries""
by David Brazdil
· 8 years ago
175e786
Revert^4 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 8 years ago
d1ede32
Merge "Revert^3 "Compiler changes for bitstring based type checks.""
by Andreas Gampe
· 8 years ago
3fbd3ad
Revert^3 "Compiler changes for bitstring based type checks."
by Andreas Gampe
· 8 years ago
41a1057
Merge "Revert "Allow hidden API access from system libraries""
by Nicolas Geoffray
· 8 years ago
0127b71
Revert "Allow hidden API access from system libraries"
by Nicolas Geoffray
· 8 years ago
de1ef6d
Merge "Allow hidden API access from system libraries"
by Treehugger Robot
· 8 years ago
7075583
Merge "Revert^2 "Compiler changes for bitstring based type checks.""
by Vladimir Marko
· 8 years ago
eefabd2
Allow hidden API access from system libraries
by David Brazdil
· 8 years ago
88591fe
ART: Simplify atomic.h
by Orion Hodson
· 8 years ago
3f41323
Revert^2 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 8 years ago
62c2d71
Fix ReplaceFileExtension() to stop looking for '.' at '/'.
by Vladimir Marko
· 8 years ago
Next »