summaryrefslogtreecommitdiffstats
path: root/runtime/base
Commit message (Expand)AuthorAgeFilesLines
* ART: Change UnresolvedMergedType internal representationAndreas Gampe2015-08-103-13/+41
* ART: Fix streaming tracing issuesAndreas Gampe2015-06-261-0/+2
* New experimental GC stress modeMathieu Chartier2015-06-221-1/+1
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-121-1/+0
* Move image intern table into imageMathieu Chartier2015-06-111-9/+91
* Use runFinalizationWithTimeout for native allocationsMathieu Chartier2015-06-051-2/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-025-3/+65
* Fix mac build: include <sys/time.h> in time_utils.cc .Vladimir Marko2015-05-261-0/+4
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-2615-16/+1157
* Stop wrapping close(2) with TEMP_FAILURE_RETRY in art.Elliott Hughes2015-05-151-1/+1
* Quick: Fix DCE to mark wide register overlaps correctly.Vladimir Marko2015-05-122-5/+7
* ART: Fix Trace types, check minimum buf sizeAndreas Gampe2015-04-251-0/+19
* Replace NULL with nullptrMathieu Chartier2015-04-2211-65/+70
* 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