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 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
*
Merge "Define missing static constexpr variables"
Mathieu Chartier
2013-12-12
1
-0
/
+2
|
\
|
*
Define missing static constexpr variables
Mark Mendell
2013-12-11
1
-0
/
+2
*
|
Enable moving classes.
Mathieu Chartier
2013-12-10
2
-4
/
+5
|
/
*
Merge "[MIPS] Enable futex support"
Elliott Hughes
2013-11-26
1
-1
/
+1
|
\
|
*
[MIPS] Enable futex support
Chris Dearman
2013-11-14
1
-1
/
+1
*
|
Fix dumpsys meminfo <pid>.
Mathieu Chartier
2013-11-25
1
-1
/
+3
*
|
Add histogram for GC pause times.
Mathieu Chartier
2013-11-21
2
-2
/
+3
*
|
Fix histogram test.
Mathieu Chartier
2013-11-20
1
-5
/
+5
*
|
Improve histogram and timing logger dumping.
Mathieu Chartier
2013-11-20
4
-24
/
+52
*
|
LEB128 tests and performance measurements.
Ian Rogers
2013-11-14
4
-22
/
+22
*
|
Fix memory leaks relating to timing logger.
Ian Rogers
2013-11-14
3
-58
/
+48
*
|
Use a UniquePtr to clean up global logging std::string*s.
Ian Rogers
2013-11-13
1
-11
/
+14
*
|
Fix remaining mips build issues.
Mathieu Chartier
2013-11-12
1
-3
/
+3
*
|
Fix portable + mips build.
Mathieu Chartier
2013-11-12
1
-5
/
+0
*
|
Compacting collector.
Mathieu Chartier
2013-11-11
5
-5
/
+14
*
|
Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug ...
Brian Carlstrom
2013-11-06
2
-2
/
+2
*
|
Support hardware divide instruction
Dave Allison
2013-11-05
1
-0
/
+4
*
|
Omit OatMethodOffsets for classes without compiled code
Brian Carlstrom
2013-10-28
5
-0
/
+548
*
|
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
3
-5
/
+5
*
|
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
2
-9
/
+10
*
|
More allocation code optimizations.
Hiroshi Yamauchi
2013-09-11
2
-134
/
+134
|
/
*
Disable lock contention logging by default.
Jeff Hao
2013-09-09
2
-8
/
+6
*
Don't scan image space when starting runtime.
Ian Rogers
2013-08-23
1
-13
/
+0
*
Enable contention logging by default.
Ian Rogers
2013-08-20
1
-2
/
+2
*
More parallel GC, rewritten parallel mark stack processing.
Mathieu Chartier
2013-08-16
1
-0
/
+74
*
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
1
-1
/
+1
*
Revert "Always enable lock level checks."
Brian Carlstrom
2013-08-14
1
-1
/
+1
*
Clean up logcat spam from compiler and verifier
Anwar Ghuloum
2013-08-13
1
-0
/
+2
*
C++11 support for ART.
Mathieu Chartier
2013-08-13
1
-1
/
+6
*
Merge "Add a systrace support for lock contention logging." into dalvik-dev
Hiroshi Yamauchi
2013-08-13
2
-3
/
+12
|
\
|
*
Add a systrace support for lock contention logging.
Hiroshi Yamauchi
2013-08-13
2
-3
/
+12
*
|
Yet more timing logger cleanup
Anwar Ghuloum
2013-08-13
2
-8
/
+8
|
/
*
Merge "Timing logger clean-up" into dalvik-dev
Anwar Ghuloum
2013-08-12
2
-4
/
+4
|
\
|
*
Timing logger clean-up
Anwar Ghuloum
2013-08-12
2
-4
/
+4
*
|
Merge "Polish the lock contention logging." into dalvik-dev
Hiroshi Yamauchi
2013-08-12
3
-128
/
+180
|
\
\
|
|
/
|
/
|
|
*
Polish the lock contention logging.
Hiroshi Yamauchi
2013-08-09
3
-128
/
+180
*
|
Uleb128 compression of vmap and mapping table.
Ian Rogers
2013-08-09
1
-0
/
+2
*
|
Systrace fixups and refactoring for TimingLogger
Anwar Ghuloum
2013-08-09
3
-90
/
+364
|
/
*
Removed unused friend classes for tests.
Dragos Sbirlea
2013-08-08
1
-2
/
+0
*
am e0a53e99: Add low memory mode option to ART.
Mathieu Chartier
2013-08-07
1
-1
/
+2
|
\
|
*
Add low memory mode option to ART.
Mathieu Chartier
2013-08-05
1
-1
/
+2
*
|
Merge "Fix logging memory leak." into dalvik-dev
Sebastien Hertz
2013-08-07
2
-3
/
+2
|
\
\
|
*
|
Fix logging memory leak.
Sebastien Hertz
2013-08-06
2
-3
/
+2
|
|
/
[next]