summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting/atomic_stack.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-2/+2
* Change AtomicStack to use StackReferenceMathieu Chartier2015-01-251-30/+56
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-4/+1
* Add reserve area to allocation stacks.Mathieu Chartier2014-05-231-26/+34
* Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-201-23/+23
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-3/+3
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Remove some stray stringpiece.h includesBrian Carlstrom2014-02-271-1/+3
* Thread-local allocation stack.Hiroshi Yamauchi2014-02-131-0/+35
* Object model changes to support 64bit.Ian Rogers2014-02-061-2/+2
* Tidy up memory barriers.Ian Rogers2013-12-201-7/+7
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-2/+4
* More parallel GC, rewritten parallel mark stack processing.Mathieu Chartier2013-08-161-2/+8
* Remove sorted variable in allocation stacks.Mathieu Chartier2013-07-301-17/+24
* resolved conflicts for merge of df62950e to dalvik-devBrian Carlstrom2013-07-181-1/+1
|\
| * Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-1/+1
* | am fc0e3219: Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
|\ \ | |/
| * Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* | Refactor atomic integer.Mathieu Chartier2013-07-151-6/+6
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+192