summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Quick typo fix in the 4GB lowmem codeAndreas Gampe2014-03-171-2/+2
* AArch64: Add memory allocation in low 4GBStuart Monteith2014-03-172-2/+61
* Fix debugger crash in native method frames.Sebastien Hertz2014-03-174-29/+68
* Merge "Fix reg type merging in the verifier"Sebastien Hertz2014-03-173-2/+140
|\
| * Fix reg type merging in the verifierSebastien Hertz2014-03-143-2/+140
* | include <float.h> for DBL_MAX and DBL_MINBrian Carlstrom2014-03-151-0/+1
* | Merge "Fix build."Brian Carlstrom2014-03-151-0/+1
|\ \
| * | Fix build.Robert Craig2014-03-141-0/+1
* | | Make MemMap::MapAnonymous() fail if the requested address is not available.Hiroshi Yamauchi2014-03-144-57/+122
* | | Remove unused variable and tidy test #includes.Ian Rogers2014-03-143-14/+1
|/ /
* | Work-around GCC polymorphism problems.Ian Rogers2014-03-141-10/+10
* | 64bit build fix.Ian Rogers2014-03-141-2/+2
* | Refactor reflective method invocation.Ian Rogers2014-03-1433-1441/+1290
* | Refactor reference code into mirror namespace.Mathieu Chartier2014-03-1412-179/+267
* | Remove small duplicate code in Generic JNI handling, add commentsAndreas Gampe2014-03-142-19/+20
* | mips has no sa_restorer.Narayan Kamath2014-03-141-0/+2
* | Fix path for arch/mips/fault_handler_mips.ccBrian Carlstrom2014-03-131-1/+1
* | Merge "Fix heap trimming logic."Mathieu Chartier2014-03-132-14/+22
|\ \
| * | Fix heap trimming logic.Mathieu Chartier2014-03-132-14/+22
* | | Merge "Fixes for Generic JNI"Andreas Gampe2014-03-133-13/+56
|\ \ \ | |/ / |/| |
| * | Fixes for Generic JNIAndreas Gampe2014-03-133-13/+56
* | | Implicit null/suspend checks (oat version bump)Dave Allison2014-03-1321-14/+803
|/ /
* | Merge "Refactor immune region logic into its own file."Mathieu Chartier2014-03-139-140/+156
|\ \
| * | Refactor immune region logic into its own file.Mathieu Chartier2014-03-139-140/+156
* | | Merge "Fix debugger crashes in presence of proxy objects."Sebastien Hertz2014-03-133-2/+144
|\ \ \
| * | | Fix debugger crashes in presence of proxy objects.Sebastien Hertz2014-03-133-2/+144
| | |/ | |/|
* | | Merge "Implement FINAL/OVERRIDE for clang."Ian Rogers2014-03-133-151/+164
|\ \ \
| * | | Implement FINAL/OVERRIDE for clang.Ian Rogers2014-03-133-151/+164
* | | | Merge "Fix thread suspension assertion in debugger."Sebastien Hertz2014-03-132-30/+50
|\ \ \ \ | |/ / / |/| | |
| * | | Fix thread suspension assertion in debugger.Sebastien Hertz2014-03-132-30/+50
| |/ /
* | | Merge "Bump up stack overflow region for 64bit."Ian Rogers2014-03-131-4/+3
|\ \ \
| * | | Bump up stack overflow region for 64bit.Ian Rogers2014-03-121-4/+3
* | | | Merge "Move inline method detection to runtime."Vladimir Marko2014-03-133-0/+482
|\ \ \ \ | |/ / / |/| | |
| * | | Move inline method detection to runtime.Vladimir Marko2014-03-123-0/+482
| | |/ | |/|
* | | Work-around stack overflow issues.Ian Rogers2014-03-121-1/+7
* | | Merge "Fixing structure of native frame for Generic JNI"Andreas Gampe2014-03-127-117/+187
|\ \ \
| * | | Fixing structure of native frame for Generic JNIAndreas Gampe2014-03-127-117/+187
* | | | Merge "Fix tests for 64b"Andreas Gampe2014-03-122-4/+13
|\ \ \ \
| * | | | Fix tests for 64bAndreas Gampe2014-03-122-4/+13
| |/ / /
* | | | Merge "Improve use of CHECK macros."Ian Rogers2014-03-121-51/+57
|\ \ \ \
| * | | | Improve use of CHECK macros.Ian Rogers2014-03-121-51/+57
| | |_|/ | |/| |
* | | | Merge "Fix oatdump for apps."Dave Allison2014-03-121-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix oatdump for apps.Dave Allison2014-03-121-1/+2
| | |/ | |/|
* | | Implement proxy support for x86-64.Ian Rogers2014-03-121-1/+37
|/ /
* | A few 64bit fixes.Ian Rogers2014-03-123-6/+14
|/
* Always reset CFI state.Ian Rogers2014-03-114-6/+8
* Put the post zygote non-moving space next to the malloc space.Hiroshi Yamauchi2014-03-114-15/+44
* Ensure functions start with clean CFA state.Ian Rogers2014-03-114-2/+8
* Fix BitVector::SetInitialBits().Vladimir Marko2014-03-112-0/+20
* Unify 64bit int constant definitions.Ian Rogers2014-03-106-26/+26