summaryrefslogtreecommitdiffstats
path: root/runtime/base
Commit message (Expand)AuthorAgeFilesLines
...
* | More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+2
|/
* Fix BitVector::IndexIterator::operator*() to return uint32_t.Vladimir Marko2015-01-233-4/+4
* Merge "Fix comment referring to nonexistent ElementDeleter"Richard Uhler2015-01-161-2/+2
|\
| * Fix comment referring to nonexistent ElementDeleterRichard Uhler2015-01-151-2/+2
* | Merge "Fix false alarm on thread suspend timeout"Mathieu Chartier2015-01-151-2/+2
|\ \
| * | Fix false alarm on thread suspend timeouttony.ys_liu2015-01-141-2/+2
| |/
* / ART: Allow scoped adjustments to log verbosityAndreas Gampe2015-01-152-0/+19
|/
* ART: Print INTERNAL_FATAL Log messages immediatelyAndreas Gampe2015-01-071-22/+47
* Implement LogLineLowStack() properly.Vladimir Marko2015-01-021-2/+20
* ART: Swap-space in the compilerAndreas Gampe2014-12-222-0/+7
* Add thread suspend histogramMathieu Chartier2014-12-172-1/+5
* Merge "Add a new imgdiag tool to diff boot.art/core.art against a process"Igor Murashkin2014-12-173-2/+52
|\
| * Add a new imgdiag tool to diff boot.art/core.art against a processIgor Murashkin2014-12-163-2/+52
* | Add more logging to Mutex::ExclusiveUnlockMathieu Chartier2014-12-151-1/+11
|/
* ART: Do not inline elf writer debug symbolsAndreas Gampe2014-12-151-0/+2
* Stop daemon threads in runtime shutdownMathieu Chartier2014-12-101-2/+6
* Merge "Revert "Tidy gAborting.""Nicolas Geoffray2014-12-095-10/+21
|\
| * Revert "Tidy gAborting."Nicolas Geoffray2014-12-095-10/+21
* | Merge "ART: Fix typo"Andreas Gampe2014-12-051-1/+1
|\ \ | |/ |/|
| * ART: Fix typoAndreas Gampe2014-12-051-1/+1
* | Tidy gAborting.Ian Rogers2014-12-045-21/+10
|/
* Remove unused headers.Ian Rogers2014-12-037-435/+0
* ART: Avoid recursive abortAndreas Gampe2014-11-241-1/+3
* Avoid some recursive aborting.Ian Rogers2014-11-211-2/+4
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-186-19/+171
* Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-122-22/+5
* Allow JNI AttachCurrentThread to fail if not enough stack.Ian Rogers2014-11-112-0/+28
* Add hash map, reduce excessive hashingMathieu Chartier2014-11-072-3/+83
* Merge "Add hash set"Mathieu Chartier2014-11-073-1/+611
|\
| * Add hash setMathieu Chartier2014-11-063-1/+611
* | Mac host doesn't define ART_USE_FUTEXES.Ian Rogers2014-11-061-1/+2
* | Move include of system headers outside namesapce.Chih-Hung Hsieh2014-11-061-4/+6
|/
* Merge "ART: More warnings"Andreas Gampe2014-11-052-26/+4
|\
| * ART: More warningsAndreas Gampe2014-11-042-26/+4
* | Don't define DISALLOW_COPY_AND_ASSIGN if already defined.Ian Rogers2014-11-041-0/+2
|/
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-035-9/+9
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-037-548/+26
* Fix mixed signed/unsigned arithmetic in BitVector.Ian Rogers2014-10-301-2/+3
* ART: Fix leak in bit_vectorAndreas Gampe2014-10-241-1/+6
* Make out-of-line mutex contention dependent on ART_USE_FUTEXES.Ian Rogers2014-10-232-2/+4
* Merge "ART: Use static_assert in down_cast"Andreas Gampe2014-10-231-9/+4
|\
| * ART: Use static_assert in down_castAndreas Gampe2014-10-231-9/+4
* | C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-227-63/+72
* | Merge "Tidy up logging."Ian Rogers2014-10-228-321/+338
|\ \ | |/ |/|
| * Tidy up logging.Ian Rogers2014-10-228-321/+338
* | Fix bug in UnionIfNotIn.Nicolas Geoffray2014-10-222-4/+27
|/
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-163-2/+14
* Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-0/+1
* 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