summaryrefslogtreecommitdiffstats
path: root/runtime/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "art: -Wsystem-header warning"Mark Salyzyn2014-06-041-10/+11
|\ \
| * | art: -Wsystem-header warningMark Salyzyn2014-05-221-10/+11
* | | ART: BitVector not calculating number_of_bits correctlyJean Christophe Beyler2014-06-022-6/+3
| |/ |/|
* | Fix x86_64 test failures.Nicolas Geoffray2014-05-261-2/+2
* | Extra debug output for a failing lock check.Ian Rogers2014-05-231-1/+1
* | Merge "ART: Added print indices back to BitVector Dumper"Ian Rogers2014-05-232-6/+56
|\ \
| * | ART: Added print indices back to BitVector DumperJean Christophe Beyler2014-05-232-6/+56
* | | Fix style issue.Vladimir Marko2014-05-231-1/+1
* | | Rewrite BitVector index iterator.Vladimir Marko2014-05-233-75/+134
| |/ |/|
* | Move modify_ldt_lock into global lock order.Chao-ying Fu2014-05-223-32/+104
|/
* Merge "Use decltype() instead of typeof()"Dan Albert2014-05-221-1/+1
|\
| * Use decltype() instead of typeof()Dan Albert2014-05-211-1/+1
* | Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-203-24/+25
|/
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-195-26/+26
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-155-5/+5
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-132-6/+6
* Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-3/+4
* Use WaitHoldingLocks in ReferenceProcessor::GetReferent.Mathieu Chartier2014-05-081-0/+1
* Merge "ART: BitVector and Optimization changes"Vladimir Marko2014-05-071-5/+6
|\
| * ART: BitVector and Optimization changesJean Christophe Beyler2014-05-061-5/+6
* | Merge "Build live-in, live-out and kill sets for each block."Nicolas Geoffray2014-05-072-12/+74
|\ \
| * | Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-072-12/+74
| |/
* | Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-0/+1
|/
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-3/+3
* 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
|/