summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move most zygote related code to frameworks/base.Narayan Kamath2014-04-014-608/+120
* Merge "Add support for adding two integers in optimizing compiler."Nicolas Geoffray2014-03-315-5/+166
|\
| * Add support for adding two integers in optimizing compiler.Nicolas Geoffray2014-03-315-5/+166
* | Merge "Remove use of pthread_cond_timedwait_monotonic."Narayan Kamath2014-03-311-5/+9
|\ \ | |/ |/|
| * Remove use of pthread_cond_timedwait_monotonic.Narayan Kamath2014-03-201-5/+9
* | Merge "Add support for invoke-static in optimizing compiler."Nicolas Geoffray2014-03-3118-22/+406
|\ \
| * | Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-3118-22/+406
* | | Merge "No longer restrict to -source 1.5 since it causes a warning with 1.7"Brian Carlstrom2014-03-301-1/+1
|\ \ \
| * | | No longer restrict to -source 1.5 since it causes a warning with 1.7Brian Carlstrom2014-03-301-1/+1
|/ / /
* | | Merge "Fix non concurrent mark sweep ergonomics."Mathieu Chartier2014-03-281-1/+17
|\ \ \
| * | | Fix non concurrent mark sweep ergonomics.Mathieu Chartier2014-03-281-1/+17
* | | | Merge "Some fixes for comments and implied conversions."Jeff Hao2014-03-285-19/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Some fixes for comments and implied conversions.Jeff Hao2014-03-285-19/+19
* | | | Merge "Swap allocation stacks in pause."Mathieu Chartier2014-03-284-134/+57
|\ \ \ \ | |/ / / |/| | |
| * | | Swap allocation stacks in pause.Mathieu Chartier2014-03-284-134/+57
* | | | Merge "Add access checks to Method and Field reflection."Jeff Hao2014-03-2814-86/+238
|\ \ \ \ | |/ / / |/| | |
| * | | Add access checks to Method and Field reflection.Jeff Hao2014-03-2814-86/+238
* | | | Merge "Refactor some GC code."Mathieu Chartier2014-03-2816-226/+132
|\ \ \ \
| * | | | Refactor some GC code.Mathieu Chartier2014-03-2816-226/+132
| |/ / /
* | | | Merge "An empty collector skeleton for a read barrier-based collector."Hiroshi Yamauchi2014-03-288-8/+114
|\ \ \ \
| * | | | An empty collector skeleton for a read barrier-based collector.Hiroshi Yamauchi2014-03-278-8/+114
* | | | | Merge "x86_64: JNI compiler"Andreas Gampe2014-03-2836-41/+3912
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86_64: JNI compilerDmitry Petrochenko2014-03-2836-41/+3912
| | |/ / | |/| |
* | | | Merge "Properly dump register type in verifier failure messages"Sebastien Hertz2014-03-282-9/+12
|\ \ \ \
| * | | | Properly dump register type in verifier failure messagesSebastien Hertz2014-03-282-9/+12
| |/ / /
* | | | Merge "Annotate Dalvik VR access as both use and def if we use it in this way"Bill Buzbee2014-03-282-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Annotate Dalvik VR access as both use and def if we use it in this waySerguei Katkov2014-03-282-0/+9
|/ / /
* | | Merge "Revert "Optimize easy multiply and easy div remainder.""Brian Carlstrom2014-03-289-199/+53
|\ \ \
| * | | Revert "Optimize easy multiply and easy div remainder."Brian Carlstrom2014-03-279-199/+53
* | | | Merge "Error when taking the modulo of the length of an array"Brian Carlstrom2014-03-282-0/+27
|\ \ \ \ | |/ / /
| * | | Error when taking the modulo of the length of an arrayBrian Carlstrom2014-03-272-0/+27
|/ / /
* | | Merge "Fix CopyRegInfo to keep live/dirty flags of new registers."Bill Buzbee2014-03-273-2/+40
|\ \ \
| * | | Fix CopyRegInfo to keep live/dirty flags of new registers.Chao-ying Fu2014-03-273-2/+40
| |/ /
* | | Merge "Change sticky GC ergonomics to use GC throughput."Mathieu Chartier2014-03-278-52/+98
|\ \ \
| * | | Change sticky GC ergonomics to use GC throughput.Mathieu Chartier2014-03-278-52/+98
|/ / /
* | | Merge "Remove bogus DCHECK."Ian Rogers2014-03-271-1/+0
|\ \ \ | |/ / |/| |
| * | Remove bogus DCHECK.Ian Rogers2014-03-271-1/+0
* | | Merge "Fix x86 master build failure."buzbee2014-03-272-14/+10
|\ \ \
| * | | Fix x86 master build failure.buzbee2014-03-272-14/+10
|/ / /
* | | Merge "Support inlining with breakpoint"Sebastien Hertz2014-03-272-46/+120
|\ \ \
| * | | Support inlining with breakpointSebastien Hertz2014-03-272-46/+120
* | | | Merge "Last patch for running tests on ARM64"Andreas Gampe2014-03-272-6/+53
|\ \ \ \ | |_|/ / |/| | |
| * | | Last patch for running tests on ARM64Andreas Gampe2014-03-272-6/+53
* | | | Merge "Handle Array::Memmove within the same array properly."Ian Rogers2014-03-271-36/+49
|\ \ \ \
| * | | | Handle Array::Memmove within the same array properly.Ian Rogers2014-03-271-36/+49
* | | | | Merge "Reflection tidying."Ian Rogers2014-03-274-78/+47
|\ \ \ \ \
| * | | | | Reflection tidying.Ian Rogers2014-03-264-78/+47
| |/ / / /
* | | | | Merge "Optimize easy multiply and easy div remainder."Bill Buzbee2014-03-279-53/+199
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Optimize easy multiply and easy div remainder.Zheng Xu2014-03-269-53/+199
| |/ / /
* | | | Merge "Refactor deoptimization support in debugger"Sebastien Hertz2014-03-278-122/+186
|\ \ \ \