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