summaryrefslogtreecommitdiffstats
path: root/compiler/utils/arena_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-0/+11
* Create allocator adapter for using Arena in std containers.Vladimir Marko2014-08-051-1/+11
* Rewrite use/def masks to support 128 bits.Vladimir Marko2014-06-121-1/+2
* Round up arena allocations to 8 bytes.Vladimir Marko2014-06-101-1/+1
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-0/+4
* ART: Use utils.h::RoundUp instead of explicit bit-fiddlingAndreas Gampe2014-05-051-1/+2
* Fix clang errors in ArenaAllocator.Vladimir Marko2014-03-071-0/+2
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-37/+83
* Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+157
* Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-157/+0
* Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+157