Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ART: Change UnresolvedMergedType internal representation | Andreas Gampe | 2015-08-10 | 1 | -2/+2 |
* | ART: Update loop info of all nested loops when inlining | David Brazdil | 2015-04-21 | 1 | -0/+44 |
* | Fix BitVector::IndexIterator::operator*() to return uint32_t. | Vladimir Marko | 2015-01-23 | 1 | -2/+2 |
* | Fix bug in UnionIfNotIn. | Nicolas Geoffray | 2014-10-22 | 1 | -0/+26 |
* | Make common BitVector operations inline-able. | Ian Rogers | 2014-08-20 | 1 | -1/+2 |
* | Rewrite BitVector index iterator. | Vladimir Marko | 2014-05-23 | 1 | -9/+10 |
* | Now we have a proper C++ library, use std::unique_ptr. | Ian Rogers | 2014-05-19 | 1 | -2/+3 |
* | Compatibility layer to transition from UniquePtr to std::unique_ptr. | Ian Rogers | 2014-05-15 | 1 | -1/+1 |
* | Avoid allocating OatFile::OatClass on the heap. | Vladimir Marko | 2014-04-14 | 1 | -14/+14 |
* | Fix BitVector::SetInitialBits(). | Vladimir Marko | 2014-03-11 | 1 | -0/+19 |
* | Object model changes to support 64bit. | Ian Rogers | 2014-02-06 | 1 | -2/+2 |
* | Omit OatMethodOffsets for classes without compiled code | Brian Carlstrom | 2013-10-28 | 1 | -0/+122 |