1. b73323c Deduplicate stackmaps at BitTable level. by David Srbecky · 6 years ago
  2. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 6 years ago
  3. 2a7867f ART: Fix CheckedCall by Andreas Gampe · 6 years ago
  4. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 6 years ago
  5. 59d0872 Merge "Always produce PIC code for AOT compilation." by Treehugger Robot · 6 years ago
  6. 6743f1e Merge changes I668f5351,I40fa767b by Treehugger Robot · 6 years ago
  7. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 6 years ago
  8. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 6 years ago
  9. 38aa0b5 ART: Clean up test exec code by Andreas Gampe · 6 years ago
  10. 4a72f8b Merge "ART: minor fix for no-opt debug builds" by Orion Hodson · 6 years ago
  11. 93bd361 Use iterators to access stack map data. by David Srbecky · 6 years ago
  12. 2dd1681 ART: minor fix for no-opt debug builds by Orion Hodson · 6 years ago
  13. a38e6cf Remove explicit size from CodeInfo. by David Srbecky · 6 years ago
  14. cca7cb9 Merge "Ensure that BitTableAccessor refers to non-null table." by David Srbecky · 6 years ago
  15. accb14c Merge "Implement BitMemory{Reader,Writer}" by David Srbecky · 6 years ago
  16. 8a74707 Merge "Add low_4gb MemMap and remove ashmem support for Fuchsia" by Treehugger Robot · 6 years ago
  17. a45a85c Ensure that BitTableAccessor refers to non-null table. by David Srbecky · 6 years ago
  18. 078d7ba Implement BitMemory{Reader,Writer} by David Srbecky · 6 years ago
  19. 6566496 Merge "Binary search stack maps by native pc." by David Srbecky · 6 years ago
  20. 882ed6b Add low_4gb MemMap and remove ashmem support for Fuchsia by Steve Austin · 6 years ago
  21. 5774f57 Merge "Revert^2 "ART: Fix some performance-X tidy"" by Treehugger Robot · 6 years ago
  22. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 6 years ago
  23. 0b4e5a3 Binary search stack maps by native pc. by David Srbecky · 6 years ago
  24. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  25. 35d4b94 Merge "Revert "ART: Fix some performance-X tidy"" by Treehugger Robot · 6 years ago
  26. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  27. faf742f Merge changes I43d8736f,I6148d743,Id3687eb6 by Andreas Gampe · 6 years ago
  28. 58ef29a Merge "Template BitTable based on the accessors." by Treehugger Robot · 6 years ago
  29. 7496a1e Merge "Revert^2 "Re-enable some more ART gtests when running under ASan."" by Roland Levillain · 6 years ago
  30. ab4326e Revert^2 "Re-enable some more ART gtests when running under ASan." by Roland Levillain · 6 years ago
  31. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 6 years ago
  32. dbf5403 ART: Fix clang-analyzer leak/memory warnings by Andreas Gampe · 6 years ago
  33. 42c2e50 Refactor CasField32 by Mathieu Chartier · 6 years ago
  34. a7ecf8a Merge "Re-enable ART code paths and tests for ASan that were disabled for Valgrind." by Roland Levillain · 6 years ago
  35. cf7833e Template BitTable based on the accessors. by David Srbecky · 6 years ago
  36. 0b0d3b4 Re-enable ART code paths and tests for ASan that were disabled for Valgrind. by Roland Levillain · 6 years ago
  37. f325e28 Remove POD helper classes for BitTableBuilder. by David Srbecky · 6 years ago
  38. 86decb6 Rewrite stack map statistics printing in outdump. by David Srbecky · 6 years ago
  39. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 6 years ago
  40. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  41. 6de8833 Delta-compress register maps in stack maps. by David Srbecky · 6 years ago
  42. d97e082 Reduce code repetition in stack maps with macros. by David Srbecky · 6 years ago
  43. 5f93710 Fix asan build: Fix compare function in BitTable. by David Srbecky · 6 years ago
  44. 267c835 Merge "Move more test code to CommonArtTest" by David Sehr · 6 years ago
  45. 5513c2b Add BitmapTableBuilder. by David Srbecky · 6 years ago
  46. 7d43242 Move more test code to CommonArtTest by David Sehr · 6 years ago
  47. 159c9dd Add deduplication logic to BitTableBuilder. by David Srbecky · 6 years ago
  48. dd966bc Change the BitTableBuilder API to be POD based. by David Srbecky · 6 years ago
  49. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 6 years ago
  50. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  51. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  52. 64e8175 Merge "Rewrite stackmap encoding code." by David Srbecky · 6 years ago
  53. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 7 years ago
  54. e64d58c Fix typo that leads to crash. by Nicolas Geoffray · 6 years ago
  55. 518fcc5 Merge "Revert^2 "Move kVRegSize to globals.h to reduce include dependencies."" by Treehugger Robot · 6 years ago
  56. b674a14 Revert^2 "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 6 years ago
  57. 68fefac Move and rewrite bit loading/storing methods. by David Srbecky · 6 years ago
  58. 933d6e7 Merge "Prepare to move ArtDexFileLoader to libdexfile" by David Sehr · 6 years ago
  59. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  60. a9d5ccd Revert "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 6 years ago
  61. c3e1895 Prepare to move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  62. 2300b2d Remove MemMap dependency on libbacktrace by David Sehr · 6 years ago
  63. 5ae7cdf Move kVRegSize to globals.h to reduce include dependencies. by David Srbecky · 6 years ago
  64. d5f8de8 Add CommonArtTest by David Sehr · 7 years ago
  65. 1979c64 Clean up include paths by David Sehr · 7 years ago
  66. 837f3f0 ART: Fix SCOPED_TRACE macro by Andreas Gampe · 7 years ago
  67. 6d05700 Run GVN earlier. by Aart Bik · 7 years ago
  68. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 7 years ago
  69. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  70. 9c4a015 Move more runtime code to libartbase, libdexfile by David Sehr · 7 years ago
  71. 6f99ad9 Remove unused SIZEOF_MEMBER. by Elliott Hughes · 7 years ago
  72. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago
  73. 698aa16 Make atomics use for allocator counters consistent. by Hans Boehm · 7 years ago
  74. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  75. a5785a2 Fix OS::GetFileSizeBytes(). by Vladimir Marko · 7 years ago
  76. 14647a3 Attempt to fix macos build. by Nicolas Geoffray · 7 years ago
  77. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  78. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago