Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ART: Make elf loading not abort | Andreas Gampe | 2014-09-15 | 1 | -23/+27 |
* | ART source line debug info in OAT files | Yevgeny Rouban | 2014-08-15 | 1 | -12/+16 |
* | Add patchoat tool to Art. | Alex Light | 2014-07-07 | 1 | -91/+1 |
* | Now we have a proper C++ library, use std::unique_ptr. | Ian Rogers | 2014-05-19 | 1 | -2/+2 |
* | Compatibility layer to transition from UniquePtr to std::unique_ptr. | Ian Rogers | 2014-05-15 | 1 | -1/+1 |
* | Remove dependency on llvm/Support/ELF.h by using linux's elf.h. | Nicolas Geoffray | 2014-02-19 | 1 | -73/+58 |
* | Object model changes to support 64bit. | Ian Rogers | 2014-02-06 | 1 | -6/+6 |
* | Throw IOException at source of failing to open a dex file. | Ian Rogers | 2013-10-21 | 1 | -2/+3 |
* | Fix up TODO: c++0x, update cpplint. | Mathieu Chartier | 2013-08-16 | 1 | -1/+0 |
* | Fix cpplint whitespace/comments issues | Brian Carlstrom | 2013-07-26 | 1 | -16/+16 |
* | Create separate Android.mk for main build targets | Brian Carlstrom | 2013-07-12 | 1 | -0/+279 |