summaryrefslogtreecommitdiffstats
path: root/runtime/base
Commit message (Expand)AuthorAgeFilesLines
* ART: Update loop info of all nested loops when inliningDavid Brazdil2015-04-213-0/+72
* Opt compiler: Implement parallel move resolver without using swap.Zheng Xu2015-04-171-0/+5
* getRuntimeStat() support (ART).Hiroshi Yamauchi2015-04-132-1/+18
* ART: Clean up includes.Vladimir Marko2015-04-132-2/+7
* Move ArtField to nativeMathieu Chartier2015-04-103-9/+29
* Merge "Fix JDWP race at runtime shutdown"Sebastien Hertz2015-04-081-0/+1
|\
| * Fix JDWP race at runtime shutdownSebastien Hertz2015-04-011-0/+1
* | ART: Enable more Clang warningsAndreas Gampe2015-04-061-1/+1
* | ART: Enable Clang's -WdeprecatedAndreas Gampe2015-04-062-2/+3
|/
* Use unique location catalogs to encode Dex register maps.Roland Levillain2015-03-311-1/+1
* ART: Force constants into the entry blockDavid Brazdil2015-03-261-11/+6
* Clean up hash setMathieu Chartier2015-03-182-56/+105
* ART: Fix build for counting arena allocations.Vladimir Marko2015-03-171-1/+1
* Change method verifiers to be thread local rootsMathieu Chartier2015-03-132-8/+1
* ART: Add entries_ lock for race conditionbowen_lai2015-03-132-1/+9
* Add way to select arena type at runtimeMathieu Chartier2015-03-122-48/+57
* Merge "Create OatFileAssistant class for assisting with oat files."Richard Uhler2015-03-101-0/+1
|\
| * Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-0/+1
* | Trim arenas for JITMathieu Chartier2015-03-092-5/+29
|/
* Include what we use.Dan Albert2015-03-041-0/+1
* Wait for threads to finish unregisteringMathieu Chartier2015-03-032-1/+10
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-1/+1
* Merge "ART: Fix "unused parameters""Andreas Gampe2015-02-253-15/+15
|\
| * ART: Fix "unused parameters"Andreas Gampe2015-02-243-15/+15
* | Revert "Revert "Add JIT""Mathieu Chartier2015-02-242-0/+2
|/
* Revert "Add JIT"Nicolas Geoffray2015-02-242-2/+0
* Add JITMathieu Chartier2015-02-232-0/+2
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-0/+3
* Move arenas into runtimeMathieu Chartier2015-02-198-0/+1436
* art: Fix bug in VariantMap::SetIgor Murashkin2015-02-172-1/+25
* Merge "art: Refactor RuntimeOptions/ParsedOptions"Igor Murashkin2015-02-042-0/+621
|\
| * art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-042-0/+621
* | Disable clang optimization to boot up on arm64.Chih-Hung Hsieh2015-01-301-0/+4
|/
* Print lock level in ExclusiveUnlockMathieu Chartier2015-01-271-1/+2
* ART: More Quick cleanupAndreas Gampe2015-01-261-0/+2
* Merge "ART: On shutdown, only warn on mutex contention"Andreas Gampe2015-01-231-10/+13
|\
| * ART: On shutdown, only warn on mutex contentionAndreas Gampe2015-01-231-10/+13
* | 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