summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* Make clang the default compiler on host.Ian Rogers2014-03-071-3/+2
* Merge "Fix tests to pass with VerifyObject."Mathieu Chartier2014-03-083-51/+73
|\
| * Fix tests to pass with VerifyObject.Mathieu Chartier2014-03-073-51/+73
* | Bump oat version due to InstructionSet enum renumbering in change:Brian Carlstrom2014-03-071-1/+1
* | Merge "Use GetEntryPointFromQuickCompiledCode instead of GetQuickOatCodeOffset"Brian Carlstrom2014-03-071-3/+7
|\ \
| * | Use GetEntryPointFromQuickCompiledCode instead of GetQuickOatCodeOffsetBrian Carlstrom2014-03-071-3/+7
* | | Make use of profiling information for dex2oatDave Allison2014-03-078-50/+386
|/ /
* | Release unused parts of a JNI frame before calling native codeAndreas Gampe2014-03-072-170/+533
|/
* Merge "Add more VerifyObject calls."Mathieu Chartier2014-03-0726-47/+98
|\
| * Add more VerifyObject calls.Mathieu Chartier2014-03-0726-47/+98
* | Merge "backtrace: use Java stack to help decode native"Kenny Root2014-03-073-4/+17
|\ \ | |/ |/|
| * backtrace: use Java stack to help decode nativeKenny Root2014-03-063-4/+17
* | Merge "Create a scoped arena allocator and use that for LVN."Vladimir Marko2014-03-071-4/+11
|\ \
| * | Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-4/+11
| |/
* | Fix issues with clang and BUILD_HOST_64bit.Ian Rogers2014-03-064-67/+63
* | Enable annotalysis on clang ART builds.Ian Rogers2014-03-0659-504/+472
* | Merge "Defer heap transitions to heap trimming daemon."Mathieu Chartier2014-03-074-35/+106
|\ \
| * | Defer heap transitions to heap trimming daemon.Mathieu Chartier2014-03-064-35/+106
* | | Restore obj after RequestConcurrentGC.Mathieu Chartier2014-03-062-4/+7
|/ /
* | Merge "Disable compaction for jni workarounds."Mathieu Chartier2014-03-066-26/+43
|\ \
| * | Disable compaction for jni workarounds.Mathieu Chartier2014-03-066-26/+43
| |/
* | Merge "Make heap reference poisoning work with the interpreter."Hiroshi Yamauchi2014-03-063-3/+13
|\ \ | |/ |/|
| * Make heap reference poisoning work with the interpreter.Hiroshi Yamauchi2014-03-053-3/+13
* | Fix host architecture for 64bit.Ian Rogers2014-03-061-5/+18
* | Lock ranking fix for monitor IDs.Ian Rogers2014-03-052-1/+3
* | Generic JNI implementation for x86_64Andreas Gampe2014-03-0514-92/+769
|/
* Size and offset fixes to compile for 64b hostAndreas Gampe2014-03-053-12/+12
* Print error message if ImageSpace::Init fails.Mathieu Chartier2014-03-052-4/+7
* Merge "Fix valgrind gtests and memory leaks."Mathieu Chartier2014-03-0517-56/+79
|\
| * Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-0517-56/+79
* | Merge "backtrace: trim of unneeded slash from solib"Kenny Root2014-03-051-1/+1
|\ \
| * | backtrace: trim of unneeded slash from solibKenny Root2014-03-051-1/+1
| |/
* | AArch64: Add ARM64 AssemblerSerban Constantinescu2014-03-054-0/+270
|/
* Reuse NoopCompilerCallbacks in oatdumpBrian Carlstrom2014-03-042-11/+37
* Fix some < vs <= issues in OatFileBrian Carlstrom2014-03-041-8/+16
* Fix oatdump for interpret-only boot classpathBrian Carlstrom2014-03-041-1/+0
* Support compiler filters for boot classpathBrian Carlstrom2014-03-045-6/+14
* Oatdump fix.Ian Rogers2014-03-041-1/+1
* Merge "Avoid marking old class linker and intern table roots during pause."Mathieu Chartier2014-03-0413-116/+207
|\
| * Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-0413-116/+207
* | Disable new signal handler.Mathieu Chartier2014-03-041-12/+14
* | Merge "Decrease lock uses in RosAlloc::BulkFree()."Hiroshi Yamauchi2014-03-047-41/+123
|\ \ | |/ |/|
| * Decrease lock uses in RosAlloc::BulkFree().Hiroshi Yamauchi2014-03-037-41/+123
* | Remove oat file location in the image.Nicolas Geoffray2014-03-0412-44/+29
* | Merge "Fix SafePrettyTypeOf to never call VerifyObject."Mathieu Chartier2014-03-046-8/+17
|\ \
| * | Fix SafePrettyTypeOf to never call VerifyObject.Mathieu Chartier2014-03-036-8/+17
* | | Merge "Guard entrypoint changing by runtime shutdown lock."Mathieu Chartier2014-03-0413-130/+165
|\ \ \
| * | | Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-0313-130/+165
* | | | GDB JIT support: move .text segment check earlierKenny Root2014-03-031-10/+13
|/ / /
* | | Merge "Include what is used"Kenny Root2014-03-042-0/+2
|\ \ \ | |_|/ |/| |