Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Adjust sticky GC ergonomics." | Mathieu Chartier | 2014-04-09 | 1 | -1/+5 |
|\ | |||||
| * | Adjust sticky GC ergonomics. | Mathieu Chartier | 2014-04-09 | 1 | -1/+5 |
* | | Merge "GSS: Fix the bump pointer space only collection." | Hiroshi Yamauchi | 2014-04-09 | 4 | -16/+62 |
|\ \ | |||||
| * | | GSS: Fix the bump pointer space only collection. | Hiroshi Yamauchi | 2014-04-08 | 4 | -16/+62 |
* | | | Merge "Fix ARM64 invoke stubs, correct CFI directives" | Andreas Gampe | 2014-04-08 | 1 | -246/+244 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix ARM64 invoke stubs, correct CFI directives | Andreas Gampe | 2014-04-08 | 1 | -246/+244 |
* | | | Merge "Reset GC timings after SIGQUIT." | Mathieu Chartier | 2014-04-08 | 3 | -1/+13 |
|\ \ \ | |||||
| * | | | Reset GC timings after SIGQUIT. | Mathieu Chartier | 2014-04-08 | 3 | -1/+13 |
* | | | | Merge "Better error reporting when loading dex files" | Andreas Gampe | 2014-04-08 | 5 | -33/+86 |
|\ \ \ \ | |||||
| * | | | | Better error reporting when loading dex files | Andreas Gampe | 2014-04-08 | 5 | -33/+86 |
|/ / / / | |||||
* | | | | Merge "ART: A workaround for a wrongly-read caller's frame" | Andreas Gampe | 2014-04-08 | 3 | -75/+257 |
|\ \ \ \ | |||||
| * | | | | ART: A workaround for a wrongly-read caller's frame | Vladimir Kostyukov | 2014-04-07 | 3 | -75/+257 |
| | |/ / | |/| | | |||||
* | | | | Merge "Tweaked profile significant_difference." | Calin Juravle | 2014-04-08 | 5 | -156/+207 |
|\ \ \ \ | |||||
| * | | | | Tweaked profile significant_difference. | Calin Juravle | 2014-04-07 | 5 | -156/+207 |
* | | | | | Merge "Profile: made startImmediately settable" | Calin Juravle | 2014-04-08 | 4 | -5/+12 |
|\ \ \ \ \ | |||||
| * | | | | | Profile: made startImmediately settable | Calin Juravle | 2014-04-07 | 4 | -5/+12 |
| |/ / / / | |||||
* | | | | | Merge "Test control flow instruction with optimizing compiler." | Nicolas Geoffray | 2014-04-08 | 12 | -39/+164 |
|\ \ \ \ \ | |||||
| * | | | | | Test control flow instruction with optimizing compiler. | Nicolas Geoffray | 2014-04-08 | 12 | -39/+164 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge "Quick compiler: fix CmpLong pair handling" | buzbee | 2014-04-08 | 1 | -3/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Quick compiler: fix CmpLong pair handling | buzbee | 2014-04-07 | 1 | -3/+2 |
* | | | | | Merge "Implement rosalloc page trimming without suspending threads." | Hiroshi Yamauchi | 2014-04-07 | 3 | -4/+59 |
|\ \ \ \ \ | |||||
| * | | | | | Implement rosalloc page trimming without suspending threads. | Hiroshi Yamauchi | 2014-04-07 | 3 | -4/+59 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge "Use LIRSlowPath for throwing div by zero exception." | Mingyao Yang | 2014-04-07 | 7 | -24/+50 |
|\ \ \ \ \ | |||||
| * | | | | | Use LIRSlowPath for throwing div by zero exception. | Mingyao Yang | 2014-04-07 | 7 | -24/+50 |
| |/ / / / | |||||
* | | | | | Merge "Add monitor deflation." | Mathieu Chartier | 2014-04-07 | 5 | -29/+62 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add monitor deflation. | Mathieu Chartier | 2014-04-07 | 5 | -29/+62 |
| |/ / / | |||||
* | | | | Merge "AArch64: Fix Managed Register unit tests" | Andreas Gampe | 2014-04-07 | 6 | -19/+175 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | AArch64: Fix Managed Register unit tests | Serban Constantinescu | 2014-04-07 | 6 | -19/+175 |
| |/ / | |||||
* | | | Merge "Revert "Use trampolines for calls to helpers"" | Dave Allison | 2014-04-07 | 29 | -757/+49 |
|\ \ \ | |||||
| * | | | Revert "Use trampolines for calls to helpers" | Dave Allison | 2014-04-07 | 29 | -757/+49 |
* | | | | Merge "Inlining synthetic accessors." | Vladimir Marko | 2014-04-07 | 3 | -10/+34 |
|\ \ \ \ | |||||
| * | | | | Inlining synthetic accessors. | Vladimir Marko | 2014-04-07 | 3 | -10/+34 |
* | | | | | Merge "Use trampolines for calls to helpers" | Dave Allison | 2014-04-07 | 29 | -49/+757 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Use trampolines for calls to helpers | Dave Allison | 2014-04-04 | 29 | -49/+757 |
* | | | | | Merge "Inlining setters that return one of their arguments." | Vladimir Marko | 2014-04-07 | 7 | -24/+825 |
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | | |||||
| * | | | Inlining setters that return one of their arguments. | Vladimir Marko | 2014-04-07 | 7 | -24/+825 |
|/ / / | |||||
* | | | Merge "Add support for taking parameters in optimizing compiler." | Nicolas Geoffray | 2014-04-07 | 8 | -49/+418 |
|\ \ \ | |||||
| * | | | Add support for taking parameters in optimizing compiler. | Nicolas Geoffray | 2014-04-07 | 8 | -49/+418 |
|/ / / | |||||
* | | | Merge "JDWP request is parsed incorrectly due to junk in the descriptor" | Sebastien Hertz | 2014-04-07 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | JDWP request is parsed incorrectly due to junk in the descriptor | nikolay serdjuk | 2014-04-07 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge "Revert "Inlining setters that return one of their arguments."" | Mathieu Chartier | 2014-04-05 | 5 | -80/+24 |
|\ \ \ | |||||
| * | | | Revert "Inlining setters that return one of their arguments." | Mathieu Chartier | 2014-04-04 | 5 | -80/+24 |
* | | | | Merge "Revert "Inlining synthetic accessors."" | Mathieu Chartier | 2014-04-05 | 3 | -34/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Revert "Inlining synthetic accessors." | Mathieu Chartier | 2014-04-04 | 3 | -34/+10 |
|/ / / | |||||
* | | | Merge "Fix wrong handling of Generic JNI not finding native method." | Andreas Gampe | 2014-04-04 | 3 | -22/+46 |
|\ \ \ | |||||
| * | | | Fix wrong handling of Generic JNI not finding native method. | Andreas Gampe | 2014-04-04 | 3 | -22/+46 |
|/ / / | |||||
* | | | Merge "Fix using kArm instead of kThumb2." | Mathieu Chartier | 2014-04-04 | 2 | -5/+9 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix using kArm instead of kThumb2. | Mathieu Chartier | 2014-04-04 | 2 | -5/+9 |
|/ / | |||||
* | | Merge "art_quick_lock_object uses registers incorrectly" | Ian Rogers | 2014-04-04 | 1 | -4/+4 |
|\ \ | |||||
| * | | art_quick_lock_object uses registers incorrectly | Serguei Katkov | 2014-04-04 | 1 | -4/+4 |