summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ART: Allow more operations in unstarted RuntimeAndreas Gampe2015-03-021-15/+135
| |/ / / /
* | | | | Merge "Opt Compiler: ARM64: Enable explicit memory barriers over acquire/rele...Nicolas Geoffray2015-03-022-0/+11
|\ \ \ \ \
| * | | | | Opt Compiler: ARM64: Enable explicit memory barriers over acquire/releaseSerban Constantinescu2015-03-022-0/+11
* | | | | | Merge "ART: Fix off-by-two whitespace"Andreas Gampe2015-03-021-3/+3
|\ \ \ \ \ \
| * | | | | | ART: Fix off-by-two whitespaceAndreas Gampe2015-02-271-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge "Don't require three-character extensions for dex locations."Richard Uhler2015-03-023-6/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Don't require three-character extensions for dex locations.Richard Uhler2015-02-263-6/+11
* | | | | | Revert "Revert "Re-enable one thread dumping the native stack of another.""Andreas Gampe2015-02-271-8/+0
| |/ / / / |/| | | |
* | | | | Merge "Change card cache mod-union table to use bitmaps"Mathieu Chartier2015-02-269-79/+839
|\ \ \ \ \
| * | | | | Change card cache mod-union table to use bitmapsMathieu Chartier2015-02-269-79/+839
| | |_|/ / | |/| | |
* / | | | Add standard gc log for transition collections.Hiroshi Yamauchi2015-02-262-16/+28
|/ / / /
* | | | Merge "JDWP: fix thread state on event suspension"Sebastien Hertz2015-02-261-1/+5
|\ \ \ \
| * | | | JDWP: fix thread state on event suspensionSebastien Hertz2015-02-251-1/+5
* | | | | Fix method_verifier_test with the SS collector.Hiroshi Yamauchi2015-02-251-2/+3
* | | | | Merge "Fix JIT for vmdebug test 99"Mathieu Chartier2015-02-261-11/+11
|\ \ \ \ \
| * | | | | Fix JIT for vmdebug test 99Mathieu Chartier2015-02-251-11/+11
* | | | | | [MIPS] Fix mips32 trampoline problem.Nikola Veljkovic2015-02-252-0/+144
|/ / / / /
* | / / / ART: oatdump enhancementsAnestis Bechtsoudis2015-02-252-0/+21
| |/ / / |/| | |
* | | | Merge "ART: Print maps directly to log"Andreas Gampe2015-02-254-30/+77
|\ \ \ \
| * | | | ART: Print maps directly to logAndreas Gampe2015-02-244-30/+77
* | | | | Merge "ART: Fix "unused parameters""Andreas Gampe2015-02-253-15/+15
|\ \ \ \ \
| * | | | | ART: Fix "unused parameters"Andreas Gampe2015-02-243-15/+15
* | | | | | Print thread name for attempting to unregister unattached threadMathieu Chartier2015-02-241-1/+3
* | | | | | Merge "Revert "Revert "Add JIT"""Mathieu Chartier2015-02-2541-165/+1366
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Revert "Revert "Add JIT""Mathieu Chartier2015-02-2441-165/+1366
* | | | | | ART: Add -WunusedAndreas Gampe2015-02-241-0/+15
|/ / / / /
* | / / / JDWP: assert no pending exception when using JNISebastien Hertz2015-02-241-0/+2
| |/ / / |/| | |
* | | | Merge "JDWP: update thread synchronization"Sebastien Hertz2015-02-245-138/+116
|\ \ \ \
| * | | | JDWP: update thread synchronizationSebastien Hertz2015-02-065-138/+116
* | | | | Merge "Revert "Add JIT""Nicolas Geoffray2015-02-2441-1364/+165
|\ \ \ \ \
| * | | | | Revert "Add JIT"Nicolas Geoffray2015-02-2441-1364/+165
* | | | | | Merge "Add JIT"Mathieu Chartier2015-02-2441-165/+1364
|\| | | | |
| * | | | | Add JITMathieu Chartier2015-02-2341-165/+1364
* | | | | | Merge "Only detach shutdown thread if we attached it"Mathieu Chartier2015-02-241-3/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Only detach shutdown thread if we attached itMathieu Chartier2015-02-231-3/+6
* | | | | | ART: Allow the execution to stop if the compilation fails via an optionJean Christophe Beyler2015-02-235-5/+31
| |/ / / / |/| | | |
* | | | | Merge "Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT."Hiroshi Yamauchi2015-02-232-2/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT.Hiroshi Yamauchi2015-02-232-2/+4
* | | | | Merge "ART: Introduce NO_RETURN, Mark DoLongJump noreturn"Andreas Gampe2015-02-2322-22/+36
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-2322-22/+36
| |/ / /
* / / / Implement a simple count based boot marker.Narayan Kamath2015-02-215-10/+56
|/ / /
* | | Merge "Make UseTLAB a bool flag."Hiroshi Yamauchi2015-02-203-2/+3
|\ \ \
| * | | Make UseTLAB a bool flag.Hiroshi Yamauchi2015-02-203-2/+3
* | | | Merge "ART: Fix RosAlloc Valgrind code"Andreas Gampe2015-02-201-5/+6
|\ \ \ \
| * | | | ART: Fix RosAlloc Valgrind codeAndreas Gampe2015-02-201-5/+6
* | | | | Merge "Revert "Do GC for alloc for unstarted runtimes""Mathieu Chartier2015-02-201-6/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "Do GC for alloc for unstarted runtimes"Mathieu Chartier2015-02-201-6/+2
* | | | | Merge "Reference type propagation"Calin Juravle2015-02-201-0/+50
|\ \ \ \ \
| * | | | | Reference type propagationCalin Juravle2015-02-191-0/+50
* | | | | | Merge "Display optimizing compiler's CodeInfo objects in oatdump."Roland Levillain2015-02-201-12/+43
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |