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
*
Fix x86_64 test failures.
Nicolas Geoffray
2014-05-26
1
-2
/
+2
*
Extra debug output for a failing lock check.
Ian Rogers
2014-05-23
1
-1
/
+1
*
Merge "ART: Added print indices back to BitVector Dumper"
Ian Rogers
2014-05-23
2
-6
/
+56
|
\
|
*
ART: Added print indices back to BitVector Dumper
Jean Christophe Beyler
2014-05-23
2
-6
/
+56
*
|
Fix style issue.
Vladimir Marko
2014-05-23
1
-1
/
+1
*
|
Rewrite BitVector index iterator.
Vladimir Marko
2014-05-23
3
-75
/
+134
*
|
Move modify_ldt_lock into global lock order.
Chao-ying Fu
2014-05-22
3
-32
/
+104
|
/
*
Merge "Use decltype() instead of typeof()"
Dan Albert
2014-05-22
1
-1
/
+1
|
\
|
*
Use decltype() instead of typeof()
Dan Albert
2014-05-21
1
-1
/
+1
*
|
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
3
-24
/
+25
|
/
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
5
-26
/
+26
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
5
-5
/
+5
*
Add loop recognition and CFG simplifications in new compiler.
Nicolas Geoffray
2014-05-13
2
-6
/
+6
*
Remove all LOG(DEBUG) which is not intended to be checked in
Brian Carlstrom
2014-05-09
1
-3
/
+4
*
Use WaitHoldingLocks in ReferenceProcessor::GetReferent.
Mathieu Chartier
2014-05-08
1
-0
/
+1
*
Merge "ART: BitVector and Optimization changes"
Vladimir Marko
2014-05-07
1
-5
/
+6
|
\
|
*
ART: BitVector and Optimization changes
Jean Christophe Beyler
2014-05-06
1
-5
/
+6
*
|
Merge "Build live-in, live-out and kill sets for each block."
Nicolas Geoffray
2014-05-07
2
-12
/
+74
|
\
\
|
*
|
Build live-in, live-out and kill sets for each block.
Nicolas Geoffray
2014-05-07
2
-12
/
+74
|
|
/
*
|
Handle implicit stack overflow without affecting stack walks
Dave Allison
2014-05-05
1
-0
/
+1
|
/
*
Replace CountOneBits and __builtin_popcount with POPCOUNT.
Vladimir Marko
2014-05-02
1
-3
/
+3
*
Merge "ART: Bitvector extensions for dumping and size handling"
Vladimir Marko
2014-04-28
2
-16
/
+72
|
\
|
*
ART: Bitvector extensions for dumping and size handling
Jean Christophe Beyler
2014-04-24
2
-16
/
+72
*
|
Enable reading page map without lock in RosAlloc::BulkFree
Mathieu Chartier
2014-04-25
1
-11
/
+11
|
/
*
Merge "Avoid allocating OatFile::OatClass on the heap."
Vladimir Marko
2014-04-22
3
-38
/
+46
|
\
|
*
Avoid allocating OatFile::OatClass on the heap.
Vladimir Marko
2014-04-14
3
-38
/
+46
*
|
Add an option to specify a list of methods for LIR dumping.
Mingyao Yang
2014-04-18
2
-0
/
+5
*
|
Long support in optimizing compiler.
Nicolas Geoffray
2014-04-16
2
-0
/
+119
|
/
*
Add monitor deflation.
Mathieu Chartier
2014-04-07
1
-0
/
+1
*
Merge "Remove use of pthread_cond_timedwait_monotonic."
Narayan Kamath
2014-03-31
1
-5
/
+9
|
\
|
*
Remove use of pthread_cond_timedwait_monotonic.
Narayan Kamath
2014-03-20
1
-5
/
+9
*
|
Refactor some GC code.
Mathieu Chartier
2014-03-28
1
-11
/
+6
*
|
Change sticky GC ergonomics to use GC throughput.
Mathieu Chartier
2014-03-27
3
-21
/
+35
*
|
Refactor deoptimization support in debugger
Sebastien Hertz
2014-03-26
2
-8
/
+1
|
/
*
Implement FINAL/OVERRIDE for clang.
Ian Rogers
2014-03-13
1
-1
/
+1
*
Fix tests for 64b
Andreas Gampe
2014-03-12
1
-1
/
+10
*
Fix BitVector::SetInitialBits().
Vladimir Marko
2014-03-11
2
-0
/
+20
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
4
-77
/
+264
*
Make allocations report usable size.
Ian Rogers
2014-02-26
1
-0
/
+9
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
4
-8
/
+7
*
Merge "Update to the BitVector Implementation"
Bill Buzbee
2014-02-10
2
-27
/
+193
|
\
|
*
Update to the BitVector Implementation
Jean Christophe Beyler
2014-01-17
2
-27
/
+193
*
|
Object model changes to support 64bit.
Ian Rogers
2014-02-06
9
-39
/
+42
*
|
Fix multi-line hex dumping and add unit test.
Ian Rogers
2014-01-30
5
-111
/
+230
*
|
Move __STDC_FORMAT_MACROS to a cflag.
Ian Rogers
2014-01-23
1
-1
/
+0
*
|
Merge "64bit cleanliness requires PRI*64 macros for stdint types."
Ian Rogers
2014-01-23
1
-1
/
+4
|
\
\
|
*
|
64bit cleanliness requires PRI*64 macros for stdint types.
Ian Rogers
2014-01-23
1
-1
/
+4
|
|
/
*
|
Fix 64bit issues in logging code.
Ian Rogers
2014-01-23
1
-14
/
+21
|
/
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
3
-36
/
+35
*
Don't rely on gcc extensions
Bernhard Rosenkränzer
2013-12-12
1
-0
/
+7
[next]