summaryrefslogtreecommitdiffstats
path: root/runtime/gc
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix SafePrettyTypeOf to never call VerifyObject.Mathieu Chartier2014-03-032-4/+5
* | | Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-032-8/+12
| |/ |/|
* | Merge "Make ModifyCardsAtomic 64 bit safe."Mathieu Chartier2014-03-031-12/+16
|\ \ | |/
| * Make ModifyCardsAtomic 64 bit safe.Mathieu Chartier2014-03-031-12/+16
* | Further split of the space testsAndreas Gampe2014-03-037-26/+182
|/
* Fix clang to compile and run host tests.Ian Rogers2014-02-282-4/+1
* Add custom SIGSEGV handler to help find heap corruption.Mathieu Chartier2014-02-2812-24/+159
* Merge "Remove some stray stringpiece.h includes"Brian Carlstrom2014-02-271-1/+3
|\
| * Remove some stray stringpiece.h includesBrian Carlstrom2014-02-271-1/+3
* | Enable large object space for command line runs.Mathieu Chartier2014-02-273-10/+18
|/
* Ensure usable space data is zeroed in arrays.Ian Rogers2014-02-272-6/+6
* Make allocations report usable size.Ian Rogers2014-02-2630-451/+707
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-263-12/+10
* Merge "(Experimental) Add Brooks pointers."Hiroshi Yamauchi2014-02-266-0/+46
|\
| * (Experimental) Add Brooks pointers.Hiroshi Yamauchi2014-02-256-0/+46
* | Remove duplicate card pre-cleaning.Mathieu Chartier2014-02-252-17/+26
|/
* Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()"Hiroshi Yamauchi2014-02-252-6/+6
|\
| * Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()lzang12014-02-252-6/+6
* | Move waitpid(2) includes to art::Exec implementationBrian Carlstrom2014-02-251-3/+0
* | Remove started runtime check in RevokeAllThreadLocalAllocationStacksMathieu Chartier2014-02-254-15/+17
* | Merge "Create CompilerOptions"Brian Carlstrom2014-02-251-44/+6
|\ \
| * | Create CompilerOptionsBrian Carlstrom2014-02-241-44/+6
| |/
* | Merge "Avoid std::string allocations for finding an array class."Ian Rogers2014-02-252-3/+5
|\ \
| * | Avoid std::string allocations for finding an array class.Ian Rogers2014-02-242-3/+5
| |/
* | Card pre-cleaning.Mathieu Chartier2014-02-243-14/+47
|/
* Split space_test into separate checksAndreas Gampe2014-02-214-130/+205
* Fix and optimize verify object.Mathieu Chartier2014-02-219-235/+181
* Merge "Fix oatdumpd."Hiroshi Yamauchi2014-02-211-3/+3
|\
| * Fix oatdumpd.Hiroshi Yamauchi2014-02-201-3/+3
* | Change ProcessReferences to not use RecursiveMarkObject.Mathieu Chartier2014-02-206-50/+43
* | Merge "Fix preverify."Hiroshi Yamauchi2014-02-191-2/+10
|\ \ | |/ |/|
| * Fix preverify.Hiroshi Yamauchi2014-02-141-2/+10
* | Change root visitor to use Object**.Mathieu Chartier2014-02-187-40/+58
* | Remove blacklistSebastien Hertz2014-02-175-10/+37
|/
* Merge "Revert "Revert "Revert "Add a script for running art standalone.""""Ian Rogers2014-02-141-2/+0
|\
| * Revert "Revert "Revert "Add a script for running art standalone."""Ian Rogers2014-02-141-2/+0
* | Merge "Revert "Revert "Add a script for running art standalone."""Nicolas Geoffray2014-02-141-0/+2
|\ \ | |/
| * Revert "Revert "Add a script for running art standalone.""Nicolas Geoffray2014-02-131-0/+2
* | Thread-local allocation stack.Hiroshi Yamauchi2014-02-137-21/+134
* | 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
| |/
* | Avoid unnecessarily dirtying pages in SemiSpace collector.Mathieu Chartier2014-02-122-1/+59
|/
* Merge "Work in the direction of hard float quick ABIs."Ian Rogers2014-02-121-4/+4
|\
| * Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-4/+4
* | Merge "Add more checking to ReleasePrimitiveArray."Mathieu Chartier2014-02-122-6/+13
|\ \
| * | Add more checking to ReleasePrimitiveArray.Mathieu Chartier2014-02-112-6/+13
* | | Don't hardcode object layout in Unsafe and space_test.Hiroshi Yamauchi2014-02-111-9/+18
|/ /
* | Change BumpPointerSpace main block header to not be in space data.Mathieu Chartier2014-02-112-13/+19
* | Add root types and thread id to root visiting.Mathieu Chartier2014-02-1116-78/+89
|/