Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate GrowableArray, use ArenaVector instead. | Vladimir Marko | 2014-09-23 | 1 | -0/+11 |
* | Create allocator adapter for using Arena in std containers. | Vladimir Marko | 2014-08-05 | 1 | -1/+11 |
* | Rewrite use/def masks to support 128 bits. | Vladimir Marko | 2014-06-12 | 1 | -1/+2 |
* | Round up arena allocations to 8 bytes. | Vladimir Marko | 2014-06-10 | 1 | -1/+1 |
* | Add a linear scan register allocator to the optimizing compiler. | Nicolas Geoffray | 2014-05-26 | 1 | -0/+4 |
* | ART: Use utils.h::RoundUp instead of explicit bit-fiddling | Andreas Gampe | 2014-05-05 | 1 | -1/+2 |
* | Fix clang errors in ArenaAllocator. | Vladimir Marko | 2014-03-07 | 1 | -0/+2 |
* | Create a scoped arena allocator and use that for LVN. | Vladimir Marko | 2014-03-06 | 1 | -37/+83 |
* | Re-apply: Initial check-in of an optimizing compiler. | Nicolas Geoffray | 2014-02-19 | 1 | -0/+157 |
* | Revert "Initial check-in of an optimizing compiler." | Nicolas Geoffray | 2014-02-19 | 1 | -157/+0 |
* | Initial check-in of an optimizing compiler. | Nicolas Geoffray | 2014-02-19 | 1 | -0/+157 |