Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
05a364c8d8271ceeca307d04736f53e92d03de9d
/
runtime
/
base
05a364c
ART: Make JNI global and weak global locks global
by Andreas Gampe
· 9 years ago
463a67d
Merge "Change indirect reference table to use ObjPtr"
by Treehugger Robot
· 9 years ago
78c6fef
Merge "Refactoring of graph linearization and linear order."
by Treehugger Robot
· 9 years ago
8778c52
Change indirect reference table to use ObjPtr
by Mathieu Chartier
· 9 years ago
9620230
Refactoring of graph linearization and linear order.
by Aart Bik
· 9 years ago
6c60d84
Initialize dex cache while holding dex_lock
by Mathieu Chartier
· 9 years ago
d74bd3a
Merge changes I65bc7769,Ib24c7060
by Andreas Gampe
· 9 years ago
90a32b1
ART: Reprint long messages on abort
by Andreas Gampe
· 9 years ago
0ad6c8f
art: Replace cutils/log.h with android/log.h
by Mark Salyzyn
· 9 years ago
762869d
Simplify our intrinsic recognizer.
by Nicolas Geoffray
· 9 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 9 years ago
42c49d2
Merge "ART: Revert base/logging conditional hacks"
by Treehugger Robot
· 9 years ago
d6e54bb
ART: Fix nits
by Andreas Gampe
· 9 years ago
58246a1
ART: Revert base/logging conditional hacks
by Andreas Gampe
· 9 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 9 years ago
ca3c8c3
Collect verifier dependencies
by David Brazdil
· 9 years ago
a593118
Fix google-explicit-constructor warnings in art.
by Chih-Hung Hsieh
· 9 years ago
d9c9037
Move ArrayRef to runtime/base
by David Brazdil
· 9 years ago
5fd66d0
ART: Remove LogSeverity NONE
by Andreas Gampe
· 9 years ago
bda1d60
ART: Detach libart-disassembler from libart
by Andreas Gampe
· 9 years ago
5e953d6
LogMessageData: Fix assignment in constructor
by Greg Kaiser
· 9 years ago
d38374e
ART: Use thread annotation macros from base
by Andreas Gampe
· 9 years ago
e534a16
Merge "ART: Use libbase"
by Treehugger Robot
· 9 years ago
a2ab404
Merge "Remove workarounds for [D]CHECK()s in constexpr functions."
by Vladimir Marko
· 9 years ago
f04cf54
Remove workarounds for [D]CHECK()s in constexpr functions.
by Vladimir Marko
· 9 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 9 years ago
aaadff8
ART: Use libbase
by Andreas Gampe
· 9 years ago
8aea8db
Merge "ART: Remove vestiges of GCC"
by Treehugger Robot
· 9 years ago
9f98286
Merge "Revert "Make dchecked_vector C++11 compatible.""
by Treehugger Robot
· 9 years ago
a48a86b
Revert "Make dchecked_vector C++11 compatible."
by Andreas Gampe
· 9 years ago
9231f4e
ART: Remove vestiges of GCC
by Andreas Gampe
· 9 years ago
6206da5
ART: Separate out Realloc reuse and alignment tests
by Andreas Gampe
· 9 years ago
c134ee7
ART: Test arena allocator alignment
by Andreas Gampe
· 9 years ago
f6dd829
ART: Enforce arena alignment in Realloc
by Andreas Gampe
· 9 years ago
9826c3e
Add newline for INTERNAL_FATAL automatically
by Mathieu Chartier
· 9 years ago
346285b
Merge changes I852b4daf,Id648eaed
by Treehugger Robot
· 9 years ago
7cbd27f
Adjust spacing before NOLINT comments in ART.
by Roland Levillain
· 9 years ago
7233c7e
Create a basic agent loading framework.
by Alex Light
· 9 years ago
c218427
Merge "Revert experimental lambda feature."
by Narayan Kamath
· 9 years ago
6597577
Card mark holding class instead of declaring class
by Mathieu Chartier
· 9 years ago
b64decd
Fix setting FdFile::ReadOnlyMode() flag
by David Brazdil
· 9 years ago
14832ef
Revert experimental lambda feature.
by Narayan Kamath
· 9 years ago
ba65cc4
Merge "ART: Convert pointer size to enum"
by Treehugger Robot
· 9 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 9 years ago
33ee120
Add arena stack and priority queue type aliases
by Matthew Gharrity
· 9 years ago
43e10b0
ART: Replace ScopedFd with FdFile
by Andreas Gampe
· 9 years ago
df87892
ART: Add FdFile constructors
by Andreas Gampe
· 10 years ago
9f5f8ac
Special case the suspend to runnable transition when locking.
by Nicolas Geoffray
· 9 years ago
492a7fa
Delay dex-to-dex compilation until Optimizing is done.
by Vladimir Marko
· 9 years ago
347eff2
Merge "Don't use dlopen on host for already loaded oat files."
by Richard Uhler
· 9 years ago
1704a18
Merge "ART: Print jit memory use only if we have samples"
by Aart Bik
· 9 years ago
a206c74
Don't use dlopen on host for already loaded oat files.
by Richard Uhler
· 9 years ago
3c7787f
Merge "Fix misc-macro-parentheses warnings."
by Treehugger Robot
· 9 years ago
3e80aeb
ART: Print jit memory use only if we have samples
by Pavel Vyssotski
· 9 years ago
3224838
Clean up JNI calling convention callee saves.
by Vladimir Marko
· 9 years ago
fba3997
Fix misc-macro-parentheses warnings.
by Chih-Hung Hsieh
· 9 years ago
5d2a3f7
Add histogram for native allocations
by Mathieu Chartier
· 9 years ago
c7ed09b
ART: Log all monitor operations to systrace
by Andreas Gampe
· 9 years ago
3f84f2c
Fix valgrind tests: mark allocated space as defined.
by Vladimir Marko
· 9 years ago
2798325
Merge "Reduce memory lost by ArenaAllocator for large allocations."
by Vladimir Marko
· 9 years ago
3e0e717
Reduce memory lost by ArenaAllocator for large allocations.
by Vladimir Marko
· 9 years ago
bb661c0
Refactor use of __ANDROID__ macro
by Bilyan Borisov
· 9 years ago
6435910
Merge "Use iterators "before" the use node in HUserRecord<>."
by Vladimir Marko
· 9 years ago
46817b8
Use iterators "before" the use node in HUserRecord<>.
by Vladimir Marko
· 9 years ago
480d510
Fix interaction between instrumentation and jit lock.
by Nicolas Geoffray
· 9 years ago
93205e3
Move Assemblers to the Arena.
by Vladimir Marko
· 9 years ago
d58b837
Allocate code generators on the arena.
by Vladimir Marko
· 9 years ago
b8aa1e4
Shard classloader classes lock
by Mathieu Chartier
· 9 years ago
619a457
Change hash set to use noexcept
by Mathieu Chartier
· 9 years ago
fe2b137
Merge "Pack stack map entries on bit level to save space."
by Calin Juravle
· 9 years ago
09ed098
Pack stack map entries on bit level to save space.
by David Srbecky
· 9 years ago
9f168cc
Merge "Only log excessive timeouts if those appear accidental"
by Hans Boehm
· 9 years ago
db8e62d
Optimizing: Clean up after const-string sharpening.
by Vladimir Marko
· 9 years ago
fe76a62
Only log excessive timeouts if those appear accidental
by Hans Boehm
· 9 years ago
7fe3023
ART: Make verifier fail log level adjustable
by Andreas Gampe
· 9 years ago
3a40bf2
ART: Clean up arena allocation memory tracking.
by Vladimir Marko
· 9 years ago
f6a35de
Optimizing: Fix register allocator validation memory usage.
by Vladimir Marko
· 9 years ago
f808e8a
Merge "Collect memory use for the JIT."
by Nicolas Geoffray
· 9 years ago
a4f8154
Collect memory use for the JIT.
by Nicolas Geoffray
· 9 years ago
d9813cb
ART: Fix valgrind failure in image_test64.
by Vladimir Marko
· 9 years ago
6f6b134
Use PwriteFully and write image header last
by Mathieu Chartier
· 9 years ago
32ce2ad
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
25e0456
Give the JIT its own arena pool to avoid lock contentions.
by Nicolas Geoffray
· 9 years ago
bc4d218
ART: Add unstarted-runtime functions
by Andreas Gampe
· 9 years ago
a1de918
Optimizing: Reduce memory usage of HInstructions.
by Vladimir Marko
· 9 years ago
ebd4869
Merge "Verify encoded stack maps in debug builds."
by David Srbecky
· 9 years ago
1bbdfd7
Verify encoded stack maps in debug builds.
by David Srbecky
· 9 years ago
6406b52
Merge "Revert "Revert "Add profman tool: responsible to process profiles"""
by Calin Juravle
· 9 years ago
2e2db78
Revert "Revert "Add profman tool: responsible to process profiles""
by Calin Juravle
· 9 years ago
e4c77b4
Merge "Dex-wide ArenaPool scoping for AOT compilation"
by Vladimir Marko
· 9 years ago
a5502e3
Merge "Revert "Add profman tool: responsible to process profiles""
by Nicolas Geoffray
· 9 years ago
3da7468
Revert "Add profman tool: responsible to process profiles"
by Nicolas Geoffray
· 9 years ago
b7f9aa8
Merge "Add profman tool: responsible to process profiles"
by Calin Juravle
· 9 years ago
6caefd9
Add profman tool: responsible to process profiles
by Calin Juravle
· 10 years ago
66a5539
Add VLOG(collector) to reduce log spam
by Mathieu Chartier
· 9 years ago
ca76a1a
Dex-wide ArenaPool scoping for AOT compilation
by Jean-Philippe Halimi
· 10 years ago
98e6ce4
Remove string init map.
by Nicolas Geoffray
· 9 years ago
8817760
Clean up register line
by Mathieu Chartier
· 9 years ago
361e04a
Add custom arena deleter for RegisterLine
by Mathieu Chartier
· 9 years ago
4fb3a42
ART: Fix ArenaStack::AllocWithMemoryTool().
by Vladimir Marko
· 9 years ago
Next »