summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix old stack frame size checkAndreas Gampe2014-03-101-4/+6
* Don't always allocate constructor newInstance as non movable.Mathieu Chartier2014-03-101-1/+10
* Merge "Add timing split for RevokeAllThreadLocalBuffers."Mathieu Chartier2014-03-102-3/+11
|\
| * Add timing split for RevokeAllThreadLocalBuffers.Mathieu Chartier2014-03-102-3/+11
* | More JNI compiler tests and small fixAndreas Gampe2014-03-101-1/+1
|/
* Add includes to fix gcc 4.7 build.Nicolas Geoffray2014-03-101-0/+3
* Support WITHOUT_CLANG buildsBrian Carlstrom2014-03-091-1/+1
* JNI down call fixes.Ian Rogers2014-03-096-29/+54
* Revert "Revert "Make clang the default compiler on host.""Ian Rogers2014-03-081-3/+2
* Revert "Make clang the default compiler on host."Ian Rogers2014-03-081-2/+3