summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge "Avoid interleaving JDWP requests and events."Sebastien Hertz2014-02-194-0/+59
|\
| * Avoid interleaving JDWP requests and events.Sebastien Hertz2014-02-194-0/+59
* | Merge "Fix failing check during JDWP invoke."Sebastien Hertz2014-02-192-8/+12
|\ \
| * | Fix failing check during JDWP invoke.Sebastien Hertz2014-02-192-8/+12
| |/
* | Merge "Update native methods whitelist."Sebastien Hertz2014-02-191-12/+8
|\ \
| * | Update native methods whitelist.Sebastien Hertz2014-02-181-12/+8
| |/
* | Merge "GenSpecialCase support for x86"Vladimir Marko2014-02-181-1/+7
|\ \
| * | GenSpecialCase support for x86Razvan A Lupusoru2014-02-131-1/+7
* | | Merge "Rewrite the compiler interface for CompilerDriver."Nicolas Geoffray2014-02-181-2/+5
|\ \ \ | |_|/ |/| |
| * | Rewrite the compiler interface for CompilerDriver.Nicolas Geoffray2014-02-181-2/+5
* | | Remove blacklistSebastien Hertz2014-02-1761-432/+2149
* | | Don't store this_object in SIRT for static invokes.Mathieu Chartier2014-02-162-4/+5
|/ /
* | Merge "Remove using mirror::* in jni internal."Mathieu Chartier2014-02-156-325/+307
|\ \
| * | Remove using mirror::* in jni internal.Mathieu Chartier2014-02-146-325/+307
* | | Merge "Revert "Revert "Revert "Add a script for running art standalone.""""Ian Rogers2014-02-142-9/+1
|\ \ \
| * | | Revert "Revert "Revert "Add a script for running art standalone."""Ian Rogers2014-02-142-9/+1
* | | | Merge "Fix function names in CHECK_NON_NULL_ARGUMENT."Narayan Kamath2014-02-141-2/+2
|\ \ \ \
| * | | | Fix function names in CHECK_NON_NULL_ARGUMENT.Narayan Kamath2014-02-121-2/+2
* | | | | Merge "Revert "Revert "Add a script for running art standalone."""Nicolas Geoffray2014-02-142-1/+9
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Revert "Revert "Add a script for running art standalone.""Nicolas Geoffray2014-02-132-1/+9
* | | | Merge "Thread-local allocation stack."Hiroshi Yamauchi2014-02-1410-22/+186
|\ \ \ \
| * | | | Thread-local allocation stack.Hiroshi Yamauchi2014-02-1310-22/+186
| | |_|/ | |/| |
* | | | Remove old fork-and-specialize APIDave Platt2014-02-131-10/+2
|/ / /
* | | Prevent object allocation related races in VisitObjects.Mathieu Chartier2014-02-131-1/+5
* | | Merge "Fix race condition in BumpPointerSpace::Walk."Mathieu Chartier2014-02-131-4/+18
|\ \ \
| * | | Fix race condition in BumpPointerSpace::Walk.Mathieu Chartier2014-02-121-4/+18
* | | | Merge "Avoid unnecessarily dirtying pages in SemiSpace collector."Mathieu Chartier2014-02-132-1/+59
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid unnecessarily dirtying pages in SemiSpace collector.Mathieu Chartier2014-02-122-1/+59
| |/ /
* | | Merge "Finish fixing Zygote descriptor leakage problem"Dave Platt2014-02-121-3/+47
|\ \ \ | |/ / |/| |
| * | Finish fixing Zygote descriptor leakage problemDave Platt2014-02-061-3/+47
* | | Revert "Add a script for running art standalone."Brian Carlstrom2014-02-121-7/+1
* | | Merge "Fix wrong thread id being passed to SIRT roots."Mathieu Chartier2014-02-122-6/+5
|\ \ \ | |_|/ |/| |
| * | Fix wrong thread id being passed to SIRT roots.Mathieu Chartier2014-02-122-6/+5
* | | Merge "Speed up method lookup in a different dex file."Vladimir Marko2014-02-122-2/+35
|\ \ \
| * | | Speed up method lookup in a different dex file.Vladimir Marko2014-02-112-2/+35
* | | | Merge "Add a script for running art standalone."Nicolas Geoffray2014-02-121-1/+7
|\ \ \ \
| * | | | Add a script for running art standalone.Nicolas Geoffray2014-02-121-1/+7
* | | | | Merge "Work in the direction of hard float quick ABIs."Ian Rogers2014-02-1217-98/+171
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Work in the direction of hard float quick ABIs.Ian Rogers2014-02-1117-98/+171
* | | | | Merge "Add more checking to ReleasePrimitiveArray."Mathieu Chartier2014-02-124-7/+25
|\ \ \ \ \
| * | | | | Add more checking to ReleasePrimitiveArray.Mathieu Chartier2014-02-114-7/+25
* | | | | | Don't hardcode object layout in Unsafe and space_test.Hiroshi Yamauchi2014-02-113-9/+43
|/ / / / /
* | | | | Change BumpPointerSpace main block header to not be in space data.Mathieu Chartier2014-02-112-13/+19
* | | | | Merge "Add root types and thread id to root visiting."Mathieu Chartier2014-02-1167-332/+371
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add root types and thread id to root visiting.Mathieu Chartier2014-02-1167-332/+371
* | | | | art: 64-bit support in UContext::DumpDmitry Petrochenko2014-02-111-0/+40
| |/ / / |/| | |
* | | | Merge "Re-apply: Implement cumulative timings for CompilerDriver."Nicolas Geoffray2014-02-111-2/+5
|\ \ \ \
| * | | | Re-apply: Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-02-111-2/+5
| | |/ / | |/| |
* | | | art: dex offset fix in oat_file.cc for x86_64Dmitry Petrochenko2014-02-111-1/+1
| |/ / |/| |
* | | Merge "Update to the BitVector Implementation"Bill Buzbee2014-02-102-27/+193
|\ \ \