summaryrefslogtreecommitdiffstats
path: root/runtime/base/bit_vector_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Change UnresolvedMergedType internal representationAndreas Gampe2015-08-101-2/+2
* ART: Update loop info of all nested loops when inliningDavid Brazdil2015-04-211-0/+44
* Fix BitVector::IndexIterator::operator*() to return uint32_t.Vladimir Marko2015-01-231-2/+2
* Fix bug in UnionIfNotIn.Nicolas Geoffray2014-10-221-0/+26
* Make common BitVector operations inline-able.Ian Rogers2014-08-201-1/+2
* Rewrite BitVector index iterator.Vladimir Marko2014-05-231-9/+10
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+3
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-141-14/+14
* Fix BitVector::SetInitialBits().Vladimir Marko2014-03-111-0/+19
* Object model changes to support 64bit.Ian Rogers2014-02-061-2/+2
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-0/+122