Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ART: Replace COMPILE_ASSERT with static_assert (compiler) | Andreas Gampe | 2014-11-03 | 1 | -1/+1 |
* | Make ART compile with GCC -O0 again. | Ian Rogers | 2014-10-16 | 1 | -0/+1 |
* | Deprecate GrowableArray, use ArenaVector instead. | Vladimir Marko | 2014-09-23 | 1 | -0/+11 |
* | Rewrite use/def masks to support 128 bits. | Vladimir Marko | 2014-06-12 | 1 | -1/+3 |
* | Remove deprecated WITH_HOST_DALVIK. | Ian Rogers | 2014-06-10 | 1 | -1/+1 |
* | Round up arena allocations to 8 bytes. | Vladimir Marko | 2014-06-10 | 1 | -1/+1 |
* | Fix clang errors in ArenaAllocator. | Vladimir Marko | 2014-03-07 | 1 | -3/+4 |
* | Create a scoped arena allocator and use that for LVN. | Vladimir Marko | 2014-03-06 | 1 | -46/+97 |
* | Fix valgrind gtests and memory leaks. | Mathieu Chartier | 2014-03-05 | 1 | -2/+2 |
* | Re-apply: Initial check-in of an optimizing compiler. | Nicolas Geoffray | 2014-02-19 | 1 | -0/+221 |
* | Revert "Initial check-in of an optimizing compiler." | Nicolas Geoffray | 2014-02-19 | 1 | -221/+0 |
* | Initial check-in of an optimizing compiler. | Nicolas Geoffray | 2014-02-19 | 1 | -0/+221 |