summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Make use of sigchainlib for signal chaining for implicit checksDave Allison2014-05-294-6/+45
* Merge "Fix DexFile.entries to return class names, not class descriptors"Brian Carlstrom2014-05-281-2/+2
|\
| * Fix DexFile.entries to return class names, not class descriptorsBrian Carlstrom2014-05-281-2/+2
* | Merge "Use a heap allocated free buffer in MarkSweep::SweepArray()."Hiroshi Yamauchi2014-05-282-1/+15
|\ \ | |/ |/|
| * Use a heap allocated free buffer in MarkSweep::SweepArray().Hiroshi Yamauchi2014-05-282-1/+15
* | Merge "Don't create bump pointer spaces unless necessary."Mathieu Chartier2014-05-282-8/+6
|\ \
| * | Don't create bump pointer spaces unless necessary.Mathieu Chartier2014-05-282-8/+6
* | | Add read barriers to the weak roots in the intern table.Hiroshi Yamauchi2014-05-286-24/+68
| |/ |/|
* | Merge "Allocate large enough space bitmaps for malloc spaces."Hiroshi Yamauchi2014-05-281-6/+8
|\ \
| * | Allocate large enough space bitmaps for malloc spaces.Hiroshi Yamauchi2014-05-231-6/+8
* | | Merge "Add option to specify compiler executable."Brian Carlstrom2014-05-286-4/+22
|\ \ \
| * | | Add option to specify compiler executable.Tsu Chiang Chuang2014-05-276-4/+22
* | | | Merge "Fix method tracing's handling of shadow frames on startup."Jeff Hao2014-05-281-13/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Fix method tracing's handling of shadow frames on startup.Jeff Hao2014-05-271-13/+17
* | | | Merge "Fix the problem of not shutting down the profiler in ART properly"Ian Rogers2014-05-272-4/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the problem of not shutting down the profiler in ART properlyWei Jin2014-05-272-4/+8
* | | | Merge "Art compiler: remove unnecessary sqrt call"buzbee2014-05-277-7/+1
|\ \ \ \
| * | | | Art compiler: remove unnecessary sqrt callbuzbee2014-05-277-7/+1
* | | | | Merge "Workaround apparent clang compilation issue"Brian Carlstrom2014-05-271-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Workaround apparent clang compilation issueBrian Carlstrom2014-05-271-0/+2
| | |_|/ | |/| |
* | | | Merge "AArch64: Add suspend check in managed code."Bill Buzbee2014-05-272-15/+36
|\ \ \ \ | |/ / / |/| | |
| * | | AArch64: Add suspend check in managed code.Zheng Xu2014-05-262-15/+36
* | | | Fix x86_64 test failures.Nicolas Geoffray2014-05-262-4/+3
* | | | Make DexFile content read only before running DexFileVerifierBrian Carlstrom2014-05-251-4/+4
* | | | Merge "Fix ExtractToMemMap to show original zip file name in ashmem"Brian Carlstrom2014-05-253-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix ExtractToMemMap to show original zip file name in ashmemBrian Carlstrom2014-05-233-6/+8
* | | | Improve invalid large object free dumping.Mathieu Chartier2014-05-231-2/+4
* | | | Merge "Add reserve area to allocation stacks."Mathieu Chartier2014-05-234-60/+92
|\ \ \ \
| * | | | Add reserve area to allocation stacks.Mathieu Chartier2014-05-234-60/+92
* | | | | Merge "[MIPS] Remove warnings about use of at register"Ian Rogers2014-05-231-2/+4
|\ \ \ \ \
| * | | | | [MIPS] Remove warnings about use of at registerChris Dearman2014-05-231-2/+4
| | |/ / / | |/| | |
* | | | | Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""Mathieu Chartier2014-05-2328-258/+300
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-2328-258/+300
| |/ / /
* | | | Merge "ART: refactor x86/x86-64 entrypoints"Ian Rogers2014-05-234-73/+15
|\ \ \ \
| * | | | ART: refactor x86/x86-64 entrypointsAlexei Zavjalov2014-05-234-73/+15
* | | | | Extra debug output for a failing lock check.Ian Rogers2014-05-231-1/+1
* | | | | Merge "ART: API to dex instructions"Ian Rogers2014-05-232-168/+185
|\ \ \ \ \
| * | | | | ART: API to dex instructionsJean Christophe Beyler2014-05-222-168/+185
* | | | | | Merge "Make the specification of when we need precise constants more precise."Ian Rogers2014-05-235-35/+45
|\ \ \ \ \ \
| * | | | | | Make the specification of when we need precise constants more precise.Ian Rogers2014-05-235-35/+45
* | | | | | | 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
| |/ / / / / |/| | | | |
* | | | | | Merge "Fix InternTable::Lookup()/Remove() for hash code collisions."Vladimir Marko2014-05-231-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix InternTable::Lookup()/Remove() for hash code collisions.Vladimir Marko2014-05-221-2/+4
* | | | | | Merge "Fix profile-backoff usage message"Calin Juravle2014-05-231-1/+1
|\ \ \ \ \ \
| * | | | | | Fix profile-backoff usage messageCalin Juravle2014-05-221-1/+1
* | | | | | | Merge "Add a check for null thread before trying to suspend"Sebastien Hertz2014-05-231-1/+7
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Add a check for null thread before trying to suspendJohnnie Birch2014-05-221-1/+7