1. 45b12e7 Merge "Move some helper methods to DexRegisterLocation." by David Srbecky · 6 years ago
  2. e140212 Move some helper methods to DexRegisterLocation. by David Srbecky · 6 years ago
  3. 50fac06 Add Kind column to stack maps. by David Srbecky · 6 years ago
  4. fd89b07 Remove unused GetDexRegisterMap arguments. by David Srbecky · 6 years ago
  5. 6de8833 Delta-compress register maps in stack maps. by David Srbecky · 6 years ago
  6. 6e69e52 Remove depth argument from InlineInfo accessors in stack maps. by David Srbecky · 6 years ago
  7. 71ec1cc Rewrite dex register map encoding in stackmaps. by David Srbecky · 6 years ago
  8. d775f96 Ensure all PCs in stack_map_test are aligned. by David Srbecky · 6 years ago
  9. 21d45b4 Simplify DexRegisterMap API. by David Srbecky · 6 years ago
  10. d02b23f Remove the CodeOffset helper class. by David Srbecky · 6 years ago
  11. 4b59d10 Revert^2 "Optimize register mask and stack mask in stack maps." by David Srbecky · 6 years ago
  12. 8b20b5c Revert "Optimize register mask and stack mask in stack maps." by Vladimir Marko · 6 years ago
  13. ffaf87a Optimize register mask and stack mask in stack maps. by David Srbecky · 6 years ago
  14. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago
  15. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 6 years ago
  16. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  17. 174b2e2 Use ScopedArenaAllocator for code generation. by Vladimir Marko · 7 years ago
  18. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  19. cbcedbf Add method info to oat files by Mathieu Chartier · 7 years ago
  20. d776ff0 Add invoke infos to stack maps by Mathieu Chartier · 8 years ago
  21. 3228908 Deduplicate register maps for both inline and normal stack maps by Mathieu Chartier · 7 years ago
  22. 575d3e6 Clean up code info table layout by Mathieu Chartier · 7 years ago
  23. 1a20b68 Deduplicate register masks by Mathieu Chartier · 7 years ago
  24. 45aa598 Deduplicate stack masks by David Srbecky · 8 years ago
  25. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 8 years ago
  26. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 8 years ago
  27. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  28. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 8 years ago
  29. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 8 years ago
  30. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 9 years ago
  31. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 9 years ago
  32. d9cb68e ART: Add (Fpu)RegHigh stack map location kinds by David Brazdil · 9 years ago
  33. 1c1da43 Improve documentation of memory layouts in stack_map.h. by Roland Levillain · 9 years ago
  34. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  35. f10a25f ART: Fast copy stack mask by David Brazdil · 9 years ago
  36. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 9 years ago
  37. b1d0f3f Support InlineInfo in StackMap. by Nicolas Geoffray · 9 years ago
  38. 4f46ac5 Cleanup and improve stack map stream by Calin Juravle · 9 years ago
  39. 896f8f7 Use variable encoding for StackMap. by Nicolas Geoffray · 9 years ago
  40. a552e1c Use unique location catalogs to encode Dex register maps. by Roland Levillain · 9 years ago
  41. 6ae7096 Share dex register maps between stack maps when possible. by Calin Juravle · 9 years ago
  42. 004c230 Compress the StackMaps. by Nicolas Geoffray · 9 years ago
  43. eeefa12 Update locations of registers after slow paths spilling. by Nicolas Geoffray · 9 years ago
  44. fead4e4 [optimizing] Don't record None locations in the stack maps. by Nicolas Geoffray · 9 years ago
  45. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 9 years ago
  46. 12baf47 Extend compiler/optimizing/stack_map_test.cc. by Roland Levillain · 9 years ago
  47. 442b46a Display optimizing compiler's CodeInfo objects in oatdump. by Roland Levillain · 9 years ago
  48. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  49. 99ea58c Add a new stack map scheme that encodes compilation info per pc. by Nicolas Geoffray · 10 years ago