1. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  2. cbcedbf Add method info to oat files by Mathieu Chartier · 7 years ago
  3. 9c57113 Move StackMapStream deduplication maps to arena. by Vladimir Marko · 7 years ago
  4. d776ff0 Add invoke infos to stack maps by Mathieu Chartier · 8 years ago
  5. 3228908 Deduplicate register maps for both inline and normal stack maps by Mathieu Chartier · 8 years ago
  6. 575d3e6 Clean up code info table layout by Mathieu Chartier · 8 years ago
  7. fbdfa6d Revert "Revert "Inline across dex files for JIT."" by Nicolas Geoffray · 8 years ago
  8. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  9. d90cd5c Merge "Revert "Inline across dex files for JIT."" by Nicolas Geoffray · 8 years ago
  10. d16da8b Revert "Inline across dex files for JIT." by Nicolas Geoffray · 8 years ago
  11. 3f50d3c Merge "Inline across dex files for JIT." by Nicolas Geoffray · 8 years ago
  12. f290c01 Inline across dex files for JIT. by Nicolas Geoffray · 8 years ago
  13. 1a20b68 Deduplicate register masks by Mathieu Chartier · 8 years ago
  14. 45aa598 Deduplicate stack masks by David Srbecky · 8 years ago
  15. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 8 years ago
  16. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 8 years ago
  17. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  18. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 8 years ago
  19. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 8 years ago
  20. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  21. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 8 years ago
  22. 1bbdfd7 Verify encoded stack maps in debug builds. by David Srbecky · 8 years ago
  23. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 8 years ago
  24. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 9 years ago
  25. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  26. b5c4693 Assert we don't store an invalid dex_pc in the stack maps. by Calin Juravle · 9 years ago
  27. 225b646 Optimizing: Tag arena allocations in code generators. by Vladimir Marko · 9 years ago
  28. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  29. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  30. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  31. 1c1da43 Improve documentation of memory layouts in stack_map.h. by Roland Levillain · 9 years ago
  32. bd8c725 Optimizing: Remove PcInfo, use the StackMapStream instead. by Vladimir Marko · 9 years ago
  33. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  34. 6530baf Move the catalog after the stack maps. by Nicolas Geoffray · 9 years ago
  35. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 9 years ago
  36. b1d0f3f Support InlineInfo in StackMap. by Nicolas Geoffray · 9 years ago
  37. 4f46ac5 Cleanup and improve stack map stream by Calin Juravle · 9 years ago
  38. c416d33 Move stack map stream implementation to its own cc file. by Calin Juravle · 9 years ago