1. 83d46ef Quick: Fix DCE to mark wide register overlaps correctly. by Vladimir Marko · 9 years ago
  2. 7d27537 ART: Update loop info of all nested loops when inlining by David Brazdil · 9 years ago
  3. 1675f2c Disable clang optimization to boot up on arm64. by Chih-Hung Hsieh · 10 years ago
  4. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  5. 5a2e4cc Fix mixed signed/unsigned arithmetic in BitVector. by Ian Rogers · 10 years ago
  6. dc8aa69 ART: Fix leak in bit_vector by Andreas Gampe · 10 years ago
  7. aea6888 Merge "Tidy up logging." by Ian Rogers · 10 years ago
  8. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  9. b556761 Fix bug in UnionIfNotIn. by Nicolas Geoffray · 10 years ago
  10. e77493c Make common BitVector operations inline-able. by Ian Rogers · 10 years ago
  11. 014d77a ART: BitVector not calculating number_of_bits correctly by Jean Christophe Beyler · 10 years ago
  12. ec23021 Merge "ART: Added print indices back to BitVector Dumper" by Ian Rogers · 10 years ago
  13. 520f37b ART: Added print indices back to BitVector Dumper by Jean Christophe Beyler · 10 years ago
  14. a5b8fde Rewrite BitVector index iterator. by Vladimir Marko · 10 years ago
  15. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 10 years ago
  16. 221b86d Merge "ART: BitVector and Optimization changes" by Vladimir Marko · 10 years ago
  17. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago
  18. b5c9b40 ART: BitVector and Optimization changes by Jean Christophe Beyler · 10 years ago
  19. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  20. 5afa08f ART: Bitvector extensions for dumping and size handling by Jean Christophe Beyler · 10 years ago
  21. d3c5beb Avoid allocating OatFile::OatClass on the heap. by Vladimir Marko · 10 years ago
  22. 4812d43 Fix BitVector::SetInitialBits(). by Vladimir Marko · 10 years ago
  23. ad0d30a Update to the BitVector Implementation by Jean Christophe Beyler · 11 years ago
  24. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago[Renamed (70%) from compiler/utils/bit_vector.cc]
  25. 413e89f Refactor ArenaBitVector to create more general BitVector by Brian Carlstrom · 11 years ago