summaryrefslogtreecommitdiffstats
path: root/runtime/base
Commit message (Expand)AuthorAgeFilesLines
* Switch to C++11 style [[noreturn]].Ian Rogers2014-10-101-1/+0
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-103-6/+16
* Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-0/+42
* stdint types all the way!Ian Rogers2014-10-093-18/+18
* Merge "Tidy ELF builder."Ian Rogers2014-10-091-0/+37
|\
| * Tidy ELF builder.Ian Rogers2014-10-091-0/+37
* | Dump mutator lock for thread suspend timeoutMathieu Chartier2014-10-081-1/+7
|/
* Header file clean up.Ian Rogers2014-10-083-27/+72
* Enable -Wunreachable-codeIan Rogers2014-09-301-0/+1
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-262-1/+10
* Fix some more pedantic compiler warnings.Ian Rogers2014-09-251-4/+4
* Fix Class::IsInSamePackage to not read beyond the end of a StringPiece.Ian Rogers2014-09-252-64/+70
* Merge "Avoid suspending for alloc trace enabling when already suspended."Jeff Hao2014-09-172-5/+5
|\
| * Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-172-5/+5
* | Add allocation tracking allocators to ROSAllocMathieu Chartier2014-09-161-0/+5
|/
* Avoid printing absolute addresses in oatdumpBrian Carlstrom2014-09-161-0/+29
* Add native support for FinalizerList.makeCircularListIfUnenqueuedMathieu Chartier2014-09-142-3/+56
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-123-3/+20
* Fix numerous issues with DdmVmInternal allocation trackingBrian Carlstrom2014-09-052-7/+32
* Reduce lock contention when debuggingSebastien Hertz2014-09-022-3/+3
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-292-0/+133
* Make common BitVector operations inline-able.Ian Rogers2014-08-205-373/+331
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-3/+5
* Wire up check JNI force copy mode.Ian Rogers2014-08-082-2/+11
* Fix performance regression in OatFile::GetOatDexFile().Vladimir Marko2014-08-081-0/+1
* ART: Remove test files after testAndreas Gampe2014-08-063-2/+15
* Runtime can now be set to require relocationAlex Light2014-07-222-0/+21
* Avoid race in single thread suspension.Ian Rogers2014-07-172-7/+25
* Avoid direct use of QuasiAtomic by using Atomic.Ian Rogers2014-07-172-10/+4
* Merge "Disable adding main and non moving spaces to immune region in GSS"Mathieu Chartier2014-07-161-0/+1
|\
| * Disable adding main and non moving spaces to immune region in GSSMathieu Chartier2014-07-161-0/+1
* | Break apart header files.Ian Rogers2014-07-152-2/+2
|/
* Merge "Use memory chunks for monitors on LP64"Andreas Gampe2014-07-092-2/+10
|\
| * Use memory chunks for monitors on LP64Andreas Gampe2014-07-102-2/+10
* | Remove legacy CAS implementations from mutex.Ian Rogers2014-07-103-70/+76
|/
* ART: Native support for multidexAndreas Gampe2014-06-252-0/+8
* More advanced timing loggers.Mathieu Chartier2014-06-244-308/+298
* ART: ReadFully needs to fail when EOFAndreas Gampe2014-06-202-1/+15
* Merge "Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. T...Ian Rogers2014-06-181-0/+1
|\
| * Assign a lower Locklevel for Mutexes used in QuasiAtomic operations.Raghu Gandham2014-06-131-0/+1
* | Fix systrace logging, total paused time, and bytes saved message.Mathieu Chartier2014-06-171-0/+4
|/
* Merge "Add D/CHECK_CONSTEXPR macros for use in constexpr context."Vladimir Marko2014-06-111-0/+14
|\
| * Add D/CHECK_CONSTEXPR macros for use in constexpr context.Vladimir Marko2014-06-111-0/+14
* | Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-106-125/+77
|/
* Add locking around boot image generation.Narayan Kamath2014-06-103-0/+167
* Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."Hans Boehm2014-06-061-4/+6
|\
| * Clean up and augment Atomic class. Replace QuasiAtomic MemBars.Hans Boehm2014-06-061-4/+6
* | Reduce header files including header files.Ian Rogers2014-06-061-0/+2
|/
* Merge "Verify there's no mem map gap for immune region not to break."Hiroshi Yamauchi2014-06-052-0/+9
|\
| * Verify there's no mem map gap for immune region not to break.Hiroshi Yamauchi2014-06-042-0/+9