summaryrefslogtreecommitdiffstats
path: root/runtime/base
Commit message (Expand)AuthorAgeFilesLines
* Merge "ART: Bitvector extensions for dumping and size handling"Vladimir Marko2014-04-282-16/+72
|\
| * ART: Bitvector extensions for dumping and size handlingJean Christophe Beyler2014-04-242-16/+72
* | Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-251-11/+11
|/
* Merge "Avoid allocating OatFile::OatClass on the heap."Vladimir Marko2014-04-223-38/+46
|\
| * Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-143-38/+46
* | Add an option to specify a list of methods for LIR dumping.Mingyao Yang2014-04-182-0/+5
* | Long support in optimizing compiler.Nicolas Geoffray2014-04-162-0/+119
|/
* Add monitor deflation.Mathieu Chartier2014-04-071-0/+1
* Merge "Remove use of pthread_cond_timedwait_monotonic."Narayan Kamath2014-03-311-5/+9
|\
| * Remove use of pthread_cond_timedwait_monotonic.Narayan Kamath2014-03-201-5/+9
* | Refactor some GC code.Mathieu Chartier2014-03-281-11/+6
* | Change sticky GC ergonomics to use GC throughput.Mathieu Chartier2014-03-273-21/+35
* | Refactor deoptimization support in debuggerSebastien Hertz2014-03-262-8/+1
|/
* Implement FINAL/OVERRIDE for clang.Ian Rogers2014-03-131-1/+1
* Fix tests for 64bAndreas Gampe2014-03-121-1/+10
* Fix BitVector::SetInitialBits().Vladimir Marko2014-03-112-0/+20
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-064-77/+264
* Make allocations report usable size.Ian Rogers2014-02-261-0/+9
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-264-8/+7
* Merge "Update to the BitVector Implementation"Bill Buzbee2014-02-102-27/+193
|\
| * Update to the BitVector ImplementationJean Christophe Beyler2014-01-172-27/+193
* | Object model changes to support 64bit.Ian Rogers2014-02-069-39/+42
* | Fix multi-line hex dumping and add unit test.Ian Rogers2014-01-305-111/+230
* | Move __STDC_FORMAT_MACROS to a cflag.Ian Rogers2014-01-231-1/+0
* | Merge "64bit cleanliness requires PRI*64 macros for stdint types."Ian Rogers2014-01-231-1/+4
|\ \
| * | 64bit cleanliness requires PRI*64 macros for stdint types.Ian Rogers2014-01-231-1/+4
| |/
* | Fix 64bit issues in logging code.Ian Rogers2014-01-231-14/+21
|/
* Tidy up memory barriers.Ian Rogers2013-12-203-36/+35
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-121-0/+7
* Merge "Define missing static constexpr variables"Mathieu Chartier2013-12-121-0/+2
|\
| * Define missing static constexpr variablesMark Mendell2013-12-111-0/+2
* | Enable moving classes.Mathieu Chartier2013-12-102-4/+5
|/
* Merge "[MIPS] Enable futex support"Elliott Hughes2013-11-261-1/+1
|\
| * [MIPS] Enable futex supportChris Dearman2013-11-141-1/+1
* | Fix dumpsys meminfo <pid>.Mathieu Chartier2013-11-251-1/+3
* | Add histogram for GC pause times.Mathieu Chartier2013-11-212-2/+3
* | Fix histogram test.Mathieu Chartier2013-11-201-5/+5
* | Improve histogram and timing logger dumping.Mathieu Chartier2013-11-204-24/+52
* | LEB128 tests and performance measurements.Ian Rogers2013-11-144-22/+22
* | Fix memory leaks relating to timing logger.Ian Rogers2013-11-143-58/+48
* | Use a UniquePtr to clean up global logging std::string*s.Ian Rogers2013-11-131-11/+14
* | Fix remaining mips build issues.Mathieu Chartier2013-11-121-3/+3
* | Fix portable + mips build.Mathieu Chartier2013-11-121-5/+0
* | Compacting collector.Mathieu Chartier2013-11-115-5/+14
* | Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug ...Brian Carlstrom2013-11-062-2/+2
* | Support hardware divide instructionDave Allison2013-11-051-0/+4
* | Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-285-0/+548
* | Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-213-5/+5
* | Inflate contended lock word by suspending owner.Ian Rogers2013-10-022-9/+10
* | More allocation code optimizations.Hiroshi Yamauchi2013-09-112-134/+134
|/