summaryrefslogtreecommitdiffstats
path: root/compiler/utils/arena_allocator.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Replace COMPILE_ASSERT with static_assert (compiler)Andreas Gampe2014-11-031-1/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-0/+1
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-0/+11
* Rewrite use/def masks to support 128 bits.Vladimir Marko2014-06-121-1/+3
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-1/+1
* Round up arena allocations to 8 bytes.Vladimir Marko2014-06-101-1/+1
* Fix clang errors in ArenaAllocator.Vladimir Marko2014-03-071-3/+4
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-46/+97
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-051-2/+2
* Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+221
* Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-221/+0
* Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+221