Age | Commit message (Expand) | Author |
---|---|---|
2023-06-21 | Remove CodeAllocator and the extra copy of generated code. | |
2023-05-22 | Use C++17's [[maybe_unused]] attribute in ART | |
2022-11-09 | Make compiler/utils/ symbols hidden. | |
2022-06-20 | Fix modernize-use-using clang-tidy issues | |
2020-07-09 | Rewrite assembler_test_base.h | |
2018-08-28 | Use 'final' and 'override' specifiers directly in ART. | |
2018-04-04 | Separate Malloc and MemMap ArenaPools | |
2017-11-08 | cpplint: Cleanup errors | |
2017-10-11 | Use ScopedArenaAllocator for building HGraph. | |
2017-10-09 | Use ScopedArenaAllocator for register allocation. | |
2017-07-24 | ART: Include cleanup | |
2016-11-04 | ART: Use references in assembler tests | |
2016-08-05 | ART: Extract macro assembler |