summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Reduced frequency of blocks for concurrent gcFred Shih2014-06-103-21/+27
* Fix GetFreeMemory to use fooprint limit instead of max memory.Mathieu Chartier2014-06-092-2/+2
* Merge "Avoid a memory allocation in OatFile::GetOatDexFile()."Vladimir Marko2014-06-092-11/+17
|\
| * Avoid a memory allocation in OatFile::GetOatDexFile().Vladimir Marko2014-06-052-11/+17
* | Merge "ART: Fix inline assembly constraints in stub_test"Ian Rogers2014-06-091-16/+20
|\ \
| * | ART: Fix inline assembly constraints in stub_testAndreas Gampe2014-06-071-16/+20
* | | Merge "ART: Fix casts in atomic.h to please GCC"Ian Rogers2014-06-091-4/+4
|\ \ \
| * | | ART: Fix casts in atomic.h to please GCCAndreas Gampe2014-06-061-4/+4
| |/ /
* | | Merge "x86_64: Hard Float ABI support in QCG"Bill Buzbee2014-06-071-2/+6
|\ \ \ | |/ / |/| |
| * | x86_64: Hard Float ABI support in QCGDmitry Petrochenko2014-06-071-2/+6
* | | Merge "Don't assert int64_t alignment on x86."Hans Boehm2014-06-071-2/+6
|\ \ \
| * | | Don't assert int64_t alignment on x86.Hans Boehm2014-06-061-2/+6
* | | | Add missing initializtaion of last_gc_time_ns_.Mathieu Chartier2014-06-061-0/+1
|/ / /
* | | Merge "Fix white space issues and long long use in assertion."Hans Boehm2014-06-071-13/+11
|\ \ \
| * | | Fix white space issues and long long use in assertion.Hans Boehm2014-06-061-13/+11
* | | | Merge "Fix mismatched new[] delete in verifier."Mathieu Chartier2014-06-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix mismatched new[] delete in verifier.Mathieu Chartier2014-06-061-1/+1
* | | | Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."Hans Boehm2014-06-068-198/+422
|\ \ \ \
| * | | | Clean up and augment Atomic class. Replace QuasiAtomic MemBars.Hans Boehm2014-06-068-198/+422
* | | | | Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-0624-339/+318
|\ \ \ \ \
| * | | | | Change FieldHelper to use a handle.Mathieu Chartier2014-06-0624-339/+318
| | |/ / / | |/| | |
* | | | | Reduce header files including header files.Ian Rogers2014-06-0626-68/+116
| |/ / / |/| | |
* | | | x86_64: Fix stubs after 4-byte method handlerSerguei Katkov2014-06-061-6/+6
| |/ / |/| |
* | | Fix top K percentage computation when loading profile data.Calin Juravle2014-06-061-6/+3
* | | Merge "Fixed and refactored profiler options handling"Calin Juravle2014-06-0611-169/+229
|\ \ \
| * | | Fixed and refactored profiler options handlingCalin Juravle2014-06-0611-169/+229
* | | | Merge "Clean up the sampling profiler"Calin Juravle2014-06-065-100/+108
|\ \ \ \ | |/ / /
| * | | Clean up the sampling profilerCalin Juravle2014-06-065-100/+108
* | | | Merge "Fix crash in JDWP ReferenceType.SourceFile command"Sebastien Hertz2014-06-063-6/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix crash in JDWP ReferenceType.SourceFile commandSebastien Hertz2014-06-053-6/+10
| |/ /
* | | Add an optimization for removing redundant suspend tests in ARTWei Jin2014-06-052-0/+6
* | | Merge "Verify there's no mem map gap for immune region not to break."Hiroshi Yamauchi2014-06-056-5/+195
|\ \ \ | |_|/ |/| |
| * | Verify there's no mem map gap for immune region not to break.Hiroshi Yamauchi2014-06-046-5/+195
* | | Merge "ART: Add a test checking TLS offsets and entrypoints"Andreas Gampe2014-06-052-0/+292
|\ \ \
| * | | ART: Add a test checking TLS offsets and entrypointsAndreas Gampe2014-06-042-0/+292
* | | | Merge "Fix reflection_test failures."Ian Rogers2014-06-051-6/+6
|\ \ \ \
| * | | | Fix reflection_test failures.Douglas Leung2014-06-031-6/+6
* | | | | Merge "Do not force unwind info to debug_frame."Christopher Ferris2014-06-052-3/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Do not force unwind info to debug_frame.Christopher Ferris2014-06-042-3/+0
* | | | | Merge "Fix GetOutVROffset to use correct Method* size."buzbee2014-06-041-3/+4
|\ \ \ \ \
| * | | | | Fix GetOutVROffset to use correct Method* size.buzbee2014-06-041-3/+4
| |/ / / /
* | | | | ART: Heap-allocate buffer in space_bitmap when on 64b archAndreas Gampe2014-06-041-1/+9
|/ / / /
* | | | Merge "art: -Wsystem-header warning"Mark Salyzyn2014-06-041-10/+11
|\ \ \ \
| * | | | art: -Wsystem-header warningMark Salyzyn2014-05-221-10/+11
* | | | | Print mutexes held in Thread::Dump.Mathieu Chartier2014-06-043-3/+21
* | | | | Merge "Fix compiler warnings."Mathieu Chartier2014-06-044-8/+30
|\ \ \ \ \
| * | | | | Fix compiler warnings.Mathieu Chartier2014-06-044-8/+30
* | | | | | Merge "ART: Fix forbidden thread state change in interpreter"Andreas Gampe2014-06-044-7/+42
|\ \ \ \ \ \
| * | | | | | ART: Fix forbidden thread state change in interpreterAndreas Gampe2014-06-044-7/+42
* | | | | | | Merge "Use sendfile when copying profile file."Calin Juravle2014-06-041-20/+21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |