summaryrefslogtreecommitdiffstats
path: root/runtime/base/bit_vector.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Change UnresolvedMergedType internal representationAndreas Gampe2015-08-101-2/+11
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Quick: Fix DCE to mark wide register overlaps correctly.Vladimir Marko2015-05-121-0/+7
* ART: Update loop info of all nested loops when inliningDavid Brazdil2015-04-211-0/+2
* Fix BitVector::IndexIterator::operator*() to return uint32_t.Vladimir Marko2015-01-231-1/+1
* Make common BitVector operations inline-able.Ian Rogers2014-08-201-202/+204
* ART: BitVector not calculating number_of_bits correctlyJean Christophe Beyler2014-06-021-1/+0
* Merge "ART: Added print indices back to BitVector Dumper"Ian Rogers2014-05-231-1/+28
|\
| * ART: Added print indices back to BitVector DumperJean Christophe Beyler2014-05-231-1/+28
* | Fix style issue.Vladimir Marko2014-05-231-1/+1
* | Rewrite BitVector index iterator.Vladimir Marko2014-05-231-45/+106
|/
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-3/+3
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-1/+6
* ART: Bitvector extensions for dumping and size handlingJean Christophe Beyler2014-04-241-0/+8
* Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-141-1/+8
* Update to the BitVector ImplementationJean Christophe Beyler2014-01-171-5/+19
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-0/+134