summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wimplicit-fallthrough.Ian Rogers2014-10-0910-42/+109
* Fix object header size for baker read barrier.Ian Rogers2014-10-091-1/+1
* stdint types all the way!Ian Rogers2014-10-0999-877/+869
* Merge "Simplify instance reference offsets."Ian Rogers2014-10-099-145/+122
|\
| * Simplify instance reference offsets.Ian Rogers2014-10-099-145/+122
* | Merge "Fix race in thread list destructor"Mathieu Chartier2014-10-091-1/+7
|\ \ | |/ |/|
| * Fix race in thread list destructorMathieu Chartier2014-10-091-1/+7
* | Fix arm64 build: move macro usage after definition.Vladimir Marko2014-10-091-6/+6
* | Merge "Tidy ELF builder."Ian Rogers2014-10-091-0/+37
|\ \
| * | Tidy ELF builder.Ian Rogers2014-10-091-0/+37
* | | Merge "Disable kEnableJavaStackTraceHandler"Brian Carlstrom2014-10-091-1/+1
|\ \ \ | |_|/ |/| |
| * | Disable kEnableJavaStackTraceHandlerBrian Carlstrom2014-10-081-1/+1
| |/
* | Merge "Don't copy fill array data to quick literal pool."Ian Rogers2014-10-0811-117/+60
|\ \
| * | Don't copy fill array data to quick literal pool.Ian Rogers2014-10-0811-117/+60
| |/
* | Dump mutator lock for thread suspend timeoutMathieu Chartier2014-10-082-1/+9
|/
* Header file clean up.Ian Rogers2014-10-089-60/+83
* Merge "Fix a merge error in cl 108991."Hiroshi Yamauchi2014-10-061-1/+1
|\
| * Fix a merge error in cl 108991.Hiroshi Yamauchi2014-10-061-1/+1
* | Add way to warn about missing JNI_ABORTMathieu Chartier2014-10-061-4/+11
|/
* Merge "Handlerize methods across some GC points."Hiroshi Yamauchi2014-10-063-23/+22
|\
| * Handlerize methods across some GC points.Hiroshi Yamauchi2014-10-063-23/+22
* | ART: Prepare for ELF64.Tong Shen2014-10-035-301/+1164
* | Merge "Revert "Fix OOM throwing if it happens in finalizer reference""Nicolas Geoffray2014-10-031-4/+0
|\ \
| * | Revert "Fix OOM throwing if it happens in finalizer reference"Nicolas Geoffray2014-10-031-4/+0
* | | Merge "Revert "Rename registers in arm64.""Nicolas Geoffray2014-10-031-11/+10
|\ \ \
| * | | Revert "Rename registers in arm64."Nicolas Geoffray2014-10-031-11/+10
* | | | Merge "Rename registers in arm64."Nicolas Geoffray2014-10-031-10/+11
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Rename registers in arm64.Nicolas Geoffray2014-10-011-10/+11
* | | Merge "Fix OOM throwing if it happens in finalizer reference"Hiroshi Yamauchi2014-10-031-0/+4
|\ \ \ | |/ / |/| / | |/
| * Fix OOM throwing if it happens in finalizer referenceDmitry Petrochenko2014-10-021-0/+4
* | Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-306-28/+90
|/
* Enable -Wunreachable-codeIan Rogers2014-09-305-11/+9
* Merge "ART: Fix some -Wpedantic errors"Andreas Gampe2014-09-3018-78/+76
|\
| * ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-2918-78/+76
* | Remove selinux dependency.Nicolas Geoffray2014-09-301-1/+1
* | Merge "Revert "Enable computed goto interpreter on the host""Sebastien Hertz2014-09-302-1/+32
|\ \ | |/ |/|
| * Revert "Enable computed goto interpreter on the host"Sebastien Hertz2014-09-302-1/+32
* | Merge "ART: Better IllegalAccessException message"Andreas Gampe2014-09-295-10/+64
|\ \
| * | ART: Better IllegalAccessException messageAndreas Gampe2014-09-295-10/+64
| |/
* | Merge "ART: More verifier error output"Andreas Gampe2014-09-291-1/+2
|\ \
| * | ART: More verifier error outputAndreas Gampe2014-09-291-1/+2
| |/
* | ART: Do a pre-pass for monitor_enter dex pc searchAndreas Gampe2014-09-291-0/+21
|/
* Optimize get/set reflection performanceMathieu Chartier2014-09-2613-156/+217
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-2610-50/+82
* Change heap base addressMathieu Chartier2014-09-261-1/+1
* Merge "Fix verifier crash in GetQuickFieldAccess()."Hiroshi Yamauchi2014-09-261-1/+5
|\
| * Fix verifier crash in GetQuickFieldAccess().Hiroshi Yamauchi2014-09-261-1/+5
* | Merge "ART Runtime: Add movw $xx,yy fault handling"Ian Rogers2014-09-261-4/+7
|\ \
| * | ART Runtime: Add movw $xx,yy fault handlingMark Mendell2014-09-251-4/+7
* | | Merge "Fix CallStaticVoidMethodA for testEverything"Ian Rogers2014-09-261-1/+1
|\ \ \