index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "art: Refactor RuntimeOptions/ParsedOptions"
Igor Murashkin
2015-02-04
2
-0
/
+621
|
\
|
*
art: Refactor RuntimeOptions/ParsedOptions
Igor Murashkin
2015-02-04
2
-0
/
+621
*
|
Disable clang optimization to boot up on arm64.
Chih-Hung Hsieh
2015-01-30
1
-0
/
+4
|
/
*
Print lock level in ExclusiveUnlock
Mathieu Chartier
2015-01-27
1
-1
/
+2
*
ART: More Quick cleanup
Andreas Gampe
2015-01-26
1
-0
/
+2
*
Merge "ART: On shutdown, only warn on mutex contention"
Andreas Gampe
2015-01-23
1
-10
/
+13
|
\
|
*
ART: On shutdown, only warn on mutex contention
Andreas Gampe
2015-01-23
1
-10
/
+13
*
|
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-0
/
+2
|
/
*
Fix BitVector::IndexIterator::operator*() to return uint32_t.
Vladimir Marko
2015-01-23
3
-4
/
+4
*
Merge "Fix comment referring to nonexistent ElementDeleter"
Richard Uhler
2015-01-16
1
-2
/
+2
|
\
|
*
Fix comment referring to nonexistent ElementDeleter
Richard Uhler
2015-01-15
1
-2
/
+2
*
|
Merge "Fix false alarm on thread suspend timeout"
Mathieu Chartier
2015-01-15
1
-2
/
+2
|
\
\
|
*
|
Fix false alarm on thread suspend timeout
tony.ys_liu
2015-01-14
1
-2
/
+2
|
|
/
*
|
ART: Allow scoped adjustments to log verbosity
Andreas Gampe
2015-01-15
2
-0
/
+19
|
/
*
ART: Print INTERNAL_FATAL Log messages immediately
Andreas Gampe
2015-01-07
1
-22
/
+47
*
Implement LogLineLowStack() properly.
Vladimir Marko
2015-01-02
1
-2
/
+20
*
ART: Swap-space in the compiler
Andreas Gampe
2014-12-22
2
-0
/
+7
*
Add thread suspend histogram
Mathieu Chartier
2014-12-17
2
-1
/
+5
*
Merge "Add a new imgdiag tool to diff boot.art/core.art against a process"
Igor Murashkin
2014-12-17
3
-2
/
+52
|
\
|
*
Add a new imgdiag tool to diff boot.art/core.art against a process
Igor Murashkin
2014-12-16
3
-2
/
+52
*
|
Add more logging to Mutex::ExclusiveUnlock
Mathieu Chartier
2014-12-15
1
-1
/
+11
|
/
*
ART: Do not inline elf writer debug symbols
Andreas Gampe
2014-12-15
1
-0
/
+2
*
Stop daemon threads in runtime shutdown
Mathieu Chartier
2014-12-10
1
-2
/
+6
*
Merge "Revert "Tidy gAborting.""
Nicolas Geoffray
2014-12-09
5
-10
/
+21
|
\
|
*
Revert "Tidy gAborting."
Nicolas Geoffray
2014-12-09
5
-10
/
+21
*
|
Merge "ART: Fix typo"
Andreas Gampe
2014-12-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
ART: Fix typo
Andreas Gampe
2014-12-05
1
-1
/
+1
*
|
Tidy gAborting.
Ian Rogers
2014-12-04
5
-21
/
+10
|
/
*
Remove unused headers.
Ian Rogers
2014-12-03
7
-435
/
+0
*
ART: Avoid recursive abort
Andreas Gampe
2014-11-24
1
-1
/
+3
*
Avoid some recursive aborting.
Ian Rogers
2014-11-21
1
-2
/
+4
*
ART: Track Flush & Close in FdFile
Andreas Gampe
2014-11-18
6
-19
/
+171
*
Modify the behavior of thread suspend shootouts.
Ian Rogers
2014-11-12
2
-22
/
+5
*
Allow JNI AttachCurrentThread to fail if not enough stack.
Ian Rogers
2014-11-11
2
-0
/
+28
*
Add hash map, reduce excessive hashing
Mathieu Chartier
2014-11-07
2
-3
/
+83
*
Merge "Add hash set"
Mathieu Chartier
2014-11-07
3
-1
/
+611
|
\
|
*
Add hash set
Mathieu Chartier
2014-11-06
3
-1
/
+611
*
|
Mac host doesn't define ART_USE_FUTEXES.
Ian Rogers
2014-11-06
1
-1
/
+2
*
|
Move include of system headers outside namesapce.
Chih-Hung Hsieh
2014-11-06
1
-4
/
+6
|
/
*
Merge "ART: More warnings"
Andreas Gampe
2014-11-05
2
-26
/
+4
|
\
|
*
ART: More warnings
Andreas Gampe
2014-11-04
2
-26
/
+4
*
|
Don't define DISALLOW_COPY_AND_ASSIGN if already defined.
Ian Rogers
2014-11-04
1
-0
/
+2
|
/
*
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
5
-9
/
+9
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
7
-548
/
+26
*
Fix mixed signed/unsigned arithmetic in BitVector.
Ian Rogers
2014-10-30
1
-2
/
+3
*
ART: Fix leak in bit_vector
Andreas Gampe
2014-10-24
1
-1
/
+6
*
Make out-of-line mutex contention dependent on ART_USE_FUTEXES.
Ian Rogers
2014-10-23
2
-2
/
+4
*
Merge "ART: Use static_assert in down_cast"
Andreas Gampe
2014-10-23
1
-9
/
+4
|
\
|
*
ART: Use static_assert in down_cast
Andreas Gampe
2014-10-23
1
-9
/
+4
*
|
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
7
-63
/
+72
[next]