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
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
2
-0
/
+21
*
Avoid race in single thread suspension.
Ian Rogers
2014-07-17
2
-7
/
+25
*
Avoid direct use of QuasiAtomic by using Atomic.
Ian Rogers
2014-07-17
2
-10
/
+4
*
Merge "Disable adding main and non moving spaces to immune region in GSS"
Mathieu Chartier
2014-07-16
1
-0
/
+1
|
\
|
*
Disable adding main and non moving spaces to immune region in GSS
Mathieu Chartier
2014-07-16
1
-0
/
+1
*
|
Break apart header files.
Ian Rogers
2014-07-15
2
-2
/
+2
|
/
*
Merge "Use memory chunks for monitors on LP64"
Andreas Gampe
2014-07-09
2
-2
/
+10
|
\
|
*
Use memory chunks for monitors on LP64
Andreas Gampe
2014-07-10
2
-2
/
+10
*
|
Remove legacy CAS implementations from mutex.
Ian Rogers
2014-07-10
3
-70
/
+76
|
/
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
2
-0
/
+8
*
More advanced timing loggers.
Mathieu Chartier
2014-06-24
4
-308
/
+298
*
ART: ReadFully needs to fail when EOF
Andreas Gampe
2014-06-20
2
-1
/
+15
*
Merge "Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. T...
Ian Rogers
2014-06-18
1
-0
/
+1
|
\
|
*
Assign a lower Locklevel for Mutexes used in QuasiAtomic operations.
Raghu Gandham
2014-06-13
1
-0
/
+1
*
|
Fix systrace logging, total paused time, and bytes saved message.
Mathieu Chartier
2014-06-17
1
-0
/
+4
|
/
*
Merge "Add D/CHECK_CONSTEXPR macros for use in constexpr context."
Vladimir Marko
2014-06-11
1
-0
/
+14
|
\
|
*
Add D/CHECK_CONSTEXPR macros for use in constexpr context.
Vladimir Marko
2014-06-11
1
-0
/
+14
*
|
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
6
-125
/
+77
|
/
*
Add locking around boot image generation.
Narayan Kamath
2014-06-10
3
-0
/
+167
*
Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."
Hans Boehm
2014-06-06
1
-4
/
+6
|
\
|
*
Clean up and augment Atomic class. Replace QuasiAtomic MemBars.
Hans Boehm
2014-06-06
1
-4
/
+6
*
|
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-0
/
+2
|
/
*
Merge "Verify there's no mem map gap for immune region not to break."
Hiroshi Yamauchi
2014-06-05
2
-0
/
+9
|
\
|
*
Verify there's no mem map gap for immune region not to break.
Hiroshi Yamauchi
2014-06-04
2
-0
/
+9
*
|
Merge "art: -Wsystem-header warning"
Mark Salyzyn
2014-06-04
1
-10
/
+11
|
\
\
|
*
|
art: -Wsystem-header warning
Mark Salyzyn
2014-05-22
1
-10
/
+11
*
|
|
ART: BitVector not calculating number_of_bits correctly
Jean Christophe Beyler
2014-06-02
2
-6
/
+3
|
|
/
|
/
|
*
|
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
[next]