summaryrefslogtreecommitdiffstats
path: root/runtime/base/bit_vector.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Change UnresolvedMergedType internal representationAndreas Gampe2015-08-101-9/+28
* Quick: Fix DCE to mark wide register overlaps correctly.Vladimir Marko2015-05-121-5/+0
* ART: Update loop info of all nested loops when inliningDavid Brazdil2015-04-211-0/+26
* Disable clang optimization to boot up on arm64.Chih-Hung Hsieh2015-01-301-0/+4
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-2/+2
* Fix mixed signed/unsigned arithmetic in BitVector.Ian Rogers2014-10-301-2/+3
* ART: Fix leak in bit_vectorAndreas Gampe2014-10-241-1/+6
* Merge "Tidy up logging."Ian Rogers2014-10-221-0/+2
|\
| * Tidy up logging.Ian Rogers2014-10-221-0/+2
* | Fix bug in UnionIfNotIn.Nicolas Geoffray2014-10-221-4/+1
|/
* Make common BitVector operations inline-able.Ian Rogers2014-08-201-168/+43
* ART: BitVector not calculating number_of_bits correctlyJean Christophe Beyler2014-06-021-5/+3
* Merge "ART: Added print indices back to BitVector Dumper"Ian Rogers2014-05-231-5/+28
|\
| * ART: Added print indices back to BitVector DumperJean Christophe Beyler2014-05-231-5/+28
* | Rewrite BitVector index iterator.Vladimir Marko2014-05-231-21/+18
|/
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-3/+3
* Merge "ART: BitVector and Optimization changes"Vladimir Marko2014-05-071-5/+6
|\
| * ART: BitVector and Optimization changesJean Christophe Beyler2014-05-061-5/+6
* | Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-11/+68
|/
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-3/+3
* ART: Bitvector extensions for dumping and size handlingJean Christophe Beyler2014-04-241-16/+64
* Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-141-23/+24
* Fix BitVector::SetInitialBits().Vladimir Marko2014-03-111-0/+1
* Update to the BitVector ImplementationJean Christophe Beyler2014-01-171-22/+174
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-0/+177