1. 71ec1cc Rewrite dex register map encoding in stackmaps. by David Srbecky · 6 years ago
  2. d775f96 Ensure all PCs in stack_map_test are aligned. by David Srbecky · 6 years ago
  3. 21d45b4 Simplify DexRegisterMap API. by David Srbecky · 6 years ago
  4. d02b23f Remove the CodeOffset helper class. by David Srbecky · 6 years ago
  5. 4b59d10 Revert^2 "Optimize register mask and stack mask in stack maps." by David Srbecky · 6 years ago
  6. 8b20b5c Revert "Optimize register mask and stack mask in stack maps." by Vladimir Marko · 6 years ago
  7. ffaf87a Optimize register mask and stack mask in stack maps. by David Srbecky · 6 years ago
  8. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago
  9. 518fcc5 Merge "Revert^2 "Move kVRegSize to globals.h to reduce include dependencies."" by Treehugger Robot · 6 years ago
  10. b674a14 Revert^2 "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 6 years ago
  11. 68fefac Move and rewrite bit loading/storing methods. by David Srbecky · 6 years ago
  12. a9d5ccd Revert "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 6 years ago
  13. 5ae7cdf Move kVRegSize to globals.h to reduce include dependencies. by David Srbecky · 6 years ago
  14. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago
  15. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  16. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  17. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 7 years ago
  18. 04c6ab9 ART: Forward declarations for InvokeType by Andreas Gampe · 7 years ago
  19. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  20. 69489fa ART: Fix old warnings by Andreas Gampe · 7 years ago
  21. d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
  22. cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
  23. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 8 years ago
  24. d776ff0 Add invoke infos to stack maps by Mathieu Chartier · 8 years ago
  25. c420a80 Address some comments for aog/333864 by Mathieu Chartier · 8 years ago
  26. 575d3e6 Clean up code info table layout by Mathieu Chartier · 8 years ago
  27. 1a20b68 Deduplicate register masks by Mathieu Chartier · 8 years ago
  28. 45aa598 Deduplicate stack masks by David Srbecky · 9 years ago
  29. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 8 years ago
  30. 3ceedc0 Refactor and optimize memory region bit functions by Mathieu Chartier · 8 years ago
  31. 5e7c6a9 Add more code info size dumping to oatdump by Mathieu Chartier · 8 years ago
  32. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 8 years ago
  33. ccfa885 Always inline some methods related to StackMap. by Mingyao Yang · 8 years ago
  34. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  35. 01c7814 Add some code info checking in GetCalleeSaveMethodCaller by Mathieu Chartier · 8 years ago
  36. 7cbd27f Adjust spacing before NOLINT comments in ART. by Roland Levillain · 8 years ago
  37. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 8 years ago
  38. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 9 years ago
  39. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  40. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 9 years ago
  41. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  42. a83c675 Fix lint error. by Nicolas Geoffray · 9 years ago
  43. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 9 years ago
  44. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  45. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  46. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  47. d9cb68e ART: Add (Fpu)RegHigh stack map location kinds by David Brazdil · 9 years ago
  48. 1c1da43 Improve documentation of memory layouts in stack_map.h. by Roland Levillain · 9 years ago
  49. d780c00 Use art::MemoryRegion::{Load,Store}Bits more in art::CodeInfo. by Roland Levillain · 9 years ago
  50. 8f1e08a ART: Don't nest indenters in oatdump. by Vladimir Marko · 9 years ago
  51. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  52. 7922d0f Merge "Show stack maps and Dex register maps in oatdump's assembly code." by Roland Levillain · 9 years ago
  53. f10a25f ART: Fast copy stack mask by David Brazdil · 9 years ago
  54. d84b438 Revert "ART: Fast copy stack mask" by David Brazdil · 9 years ago
  55. 6b10c9b ART: Fast copy stack mask by David Brazdil · 9 years ago
  56. f2650d1 Show stack maps and Dex register maps in oatdump's assembly code. by Roland Levillain · 9 years ago
  57. 0396ed7 Improve art::CodeInfo dumping. by Roland Levillain · 9 years ago
  58. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  59. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  60. 6530baf Move the catalog after the stack maps. by Nicolas Geoffray · 9 years ago
  61. e12997f Return an invalid StackMap when one cannot be found. by Nicolas Geoffray · 9 years ago
  62. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 9 years ago
  63. b1d0f3f Support InlineInfo in StackMap. by Nicolas Geoffray · 9 years ago
  64. 896f8f7 Use variable encoding for StackMap. by Nicolas Geoffray · 10 years ago
  65. a552e1c Use unique location catalogs to encode Dex register maps. by Roland Levillain · 10 years ago
  66. bdba92d Ensure MemoryRegion::Load & MemoryRegion::Store are word-aligned. by Roland Levillain · 10 years ago
  67. 6ae7096 Share dex register maps between stack maps when possible. by Calin Juravle · 10 years ago
  68. 004c230 Compress the StackMaps. by Nicolas Geoffray · 10 years ago
  69. aec8f93 StackMap: Always load and store unalign. by Nicolas Geoffray · 10 years ago
  70. fead4e4 [optimizing] Don't record None locations in the stack maps. by Nicolas Geoffray · 10 years ago
  71. ede7bf8 Align CodeInfo regions instead of their inner subregions. by Roland Levillain · 10 years ago
  72. 29ba1b0 Fix the computation of the size of the stack maps region. by Roland Levillain · 10 years ago
  73. 9ac0e4d Force word alignment of Dex register maps. by Roland Levillain · 10 years ago
  74. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 10 years ago
  75. b341b70 Merge "Extend compiler/optimizing/stack_map_test.cc." by Roland Levillain · 10 years ago
  76. 12baf47 Extend compiler/optimizing/stack_map_test.cc. by Roland Levillain · 10 years ago
  77. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  78. 442b46a Display optimizing compiler's CodeInfo objects in oatdump. by Roland Levillain · 10 years ago
  79. 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 10 years ago
  80. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  81. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  82. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  83. 99ea58c Add a new stack map scheme that encodes compilation info per pc. by Nicolas Geoffray · 10 years ago