1. f07d561 Merge "Move instruction_set_ to CompilerOptions." by Vladimir Marko · 7 years ago
  2. 2dc252e Merge "Remove explicit size from CodeInfo." by David Srbecky · 7 years ago
  3. 4ced1a8 Merge "ARM64: Optimization of HRem and HDiv when a denominator is power of 2" by Treehugger Robot · 7 years ago
  4. 8937538 Merge "ART: Extend the range of clonable instructions." by Treehugger Robot · 7 years ago
  5. a38e6cf Remove explicit size from CodeInfo. by David Srbecky · 7 years ago
  6. a3234e9 ARM64: Optimization of HRem and HDiv when a denominator is power of 2 by Evgeny Astigeevich · 7 years ago
  7. a84b53a Merge "Add method frame info to CodeInfo." by David Srbecky · 7 years ago
  8. 7a21e31 Merge "ART: Move CopyOption to OatWriter" by Treehugger Robot · 7 years ago
  9. f6ba5b3 Add method frame info to CodeInfo. by David Srbecky · 7 years ago
  10. 8d9815f Merge "Move dex_files_for_oat_file_ to CompilerOptions." by Vladimir Marko · 7 years ago
  11. 1554417 ART: Move CopyOption to OatWriter by Andreas Gampe · 7 years ago
  12. 0e4ecbe Merge "Move image_classes_ to CompilerOptions." by Vladimir Marko · 7 years ago
  13. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  14. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 7 years ago
  15. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 7 years ago
  16. accb14c Merge "Implement BitMemory{Reader,Writer}" by David Srbecky · 7 years ago
  17. a6e2614 ART: Extend the range of clonable instructions. by Artem Serov · 7 years ago
  18. 078d7ba Implement BitMemory{Reader,Writer} by David Srbecky · 7 years ago
  19. 6566496 Merge "Binary search stack maps by native pc." by David Srbecky · 7 years ago
  20. ccfc88a Merge "Implement Integer.valueOf() intrinsic for PIC." by Vladimir Marko · 7 years ago
  21. bf711e3 Merge "ARM64: Splitting GenerateDivRem* functions into GenerateIntDiv and GenerateIntRem functions" by Roland Levillain · 7 years ago
  22. eebb821 Implement Integer.valueOf() intrinsic for PIC. by Vladimir Marko · 7 years ago
  23. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 7 years ago
  24. 0b4e5a3 Binary search stack maps by native pc. by David Srbecky · 7 years ago
  25. b68ed2c ART: Ensure OatQuickMethodHeader is trivially copyable by Andreas Gampe · 7 years ago
  26. faf742f Merge changes I43d8736f,I6148d743,Id3687eb6 by Andreas Gampe · 7 years ago
  27. 58ef29a Merge "Template BitTable based on the accessors." by Treehugger Robot · 7 years ago
  28. dbf5403 ART: Fix clang-analyzer leak/memory warnings by Andreas Gampe · 7 years ago
  29. 92a0206 Merge "ART: Ignore unneeded environment uses." by Treehugger Robot · 7 years ago
  30. 69abc58 Merge "ART: Make GVN work with BoundType." by Treehugger Robot · 7 years ago
  31. d675053 ART: Ignore unneeded environment uses. by Artem Serov · 7 years ago
  32. 4d277ba ART: Make GVN work with BoundType. by Artem Serov · 7 years ago
  33. cf7833e Template BitTable based on the accessors. by David Srbecky · 7 years ago
  34. 45b12e7 Merge "Move some helper methods to DexRegisterLocation." by David Srbecky · 7 years ago
  35. c9633c8 Merge "Remove POD helper classes for BitTableBuilder." by Treehugger Robot · 7 years ago
  36. f325e28 Remove POD helper classes for BitTableBuilder. by David Srbecky · 7 years ago
  37. e140212 Move some helper methods to DexRegisterLocation. by David Srbecky · 7 years ago
  38. 60204d2 Merge "Add Kind column to stack maps." by David Srbecky · 7 years ago
  39. 2227fe4 Small refactor of MIN/MAX compiler code. by Petre-Ionut Tudor · 7 years ago
  40. 878f17d ARM64: Splitting GenerateDivRem* functions into GenerateIntDiv and GenerateIntRem functions by Evgeny Astigeevich · 7 years ago
  41. 50fac06 Add Kind column to stack maps. by David Srbecky · 7 years ago
  42. 6fa4404 Simplify const-string.indexOf(). by Vladimir Marko · 7 years ago
  43. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 7 years ago
  44. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  45. b42042e Merge "ART: Adds an entrypoint for invoke-custom" by Treehugger Robot · 7 years ago
  46. 7643e41 Merge "Remove DCHECK while investigating." by Nicolas Geoffray · 7 years ago
  47. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  48. a8822d4 Merge "Keep objects for Integer.valueOf() intrinsic alive." by Vladimir Marko · 7 years ago
  49. 20c64f8 Merge "Refactor ClassAccessor to use an index instead of ClassDef pointer" by Mathieu Chartier · 7 years ago
  50. 96f0ec1 Remove DCHECK while investigating. by Nicolas Geoffray · 7 years ago
  51. cd260eb ART: Simplify invoke-polymorphic entrypoints by Orion Hodson · 7 years ago
  52. a4bae54 Merge "Remove unused GetDexRegisterMap arguments." by David Srbecky · 7 years ago
  53. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 7 years ago
  54. f75613c Keep objects for Integer.valueOf() intrinsic alive. by Vladimir Marko · 7 years ago
  55. eb2557e Merge "Delta-compress register maps in stack maps." by David Srbecky · 7 years ago
  56. fd89b07 Remove unused GetDexRegisterMap arguments. by David Srbecky · 7 years ago
  57. 6de8833 Delta-compress register maps in stack maps. by David Srbecky · 7 years ago
  58. dc53f16 Merge "Reduce code repetition in stack maps with macros." by Treehugger Robot · 7 years ago
  59. d97e082 Reduce code repetition in stack maps with macros. by David Srbecky · 7 years ago
  60. f51359e Merge "Remove depth argument from InlineInfo accessors in stack maps." by Treehugger Robot · 7 years ago
  61. 6e69e52 Remove depth argument from InlineInfo accessors in stack maps. by David Srbecky · 7 years ago
  62. 8d97f40 Merge "De-duplicate inline info in stack maps." by David Srbecky · 7 years ago
  63. 9ddef18 Merge "ObjPtr<>-ify array allocations." by Vladimir Marko · 7 years ago
  64. 6eb4d5e De-duplicate inline info in stack maps. by David Srbecky · 7 years ago
  65. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  66. 049d681 Rewrite stackmap verification code. by David Srbecky · 7 years ago
  67. 71ec1cc Rewrite dex register map encoding in stackmaps. by David Srbecky · 7 years ago
  68. 03f16e4 Merge "Ensure all PCs in stack_map_test are aligned." by David Srbecky · 7 years ago
  69. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  70. 9e4bbfb Fix build: Extend the scope of CodeInfo object in ELF writer. by David Srbecky · 7 years ago
  71. d775f96 Ensure all PCs in stack_map_test are aligned. by David Srbecky · 7 years ago
  72. 21d45b4 Simplify DexRegisterMap API. by David Srbecky · 7 years ago
  73. d02b23f Remove the CodeOffset helper class. by David Srbecky · 7 years ago
  74. 08231f6 Merge "Revert^2 "Optimize register mask and stack mask in stack maps."" by Treehugger Robot · 7 years ago
  75. 750cf88 Merge changes I51c462c0,If8674fc7 by Vladimir Marko · 7 years ago
  76. 4b59d10 Revert^2 "Optimize register mask and stack mask in stack maps." by David Srbecky · 7 years ago
  77. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 7 years ago
  78. 452e0ae Merge "Cleanup stackmap generation in exception_test" by David Srbecky · 7 years ago
  79. da4ff8b Cleanup stackmap generation in exception_test by David Srbecky · 7 years ago
  80. 525bb74 Merge "Add Method/Field iterator to ClassAccessor" by Mathieu Chartier · 7 years ago
  81. 0d896bd Add Method/Field iterator to ClassAccessor by Mathieu Chartier · 7 years ago
  82. 8b20b5c Revert "Optimize register mask and stack mask in stack maps." by Vladimir Marko · 7 years ago
  83. ffaf87a Optimize register mask and stack mask in stack maps. by David Srbecky · 7 years ago
  84. 4b62244 Merge "Change the BitTableBuilder API to be POD based." by Treehugger Robot · 7 years ago
  85. 2eabc61 Fix class_def_idx increment for FastVerify by Mathieu Chartier · 7 years ago
  86. dd966bc Change the BitTableBuilder API to be POD based. by David Srbecky · 7 years ago
  87. a326807 Merge changes Iaf172f37,I15a8ade7,Icbc6b62b by Vladimir Marko · 7 years ago
  88. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  89. bfd6df4 Merge "ART: SBC: Support single exit loops with live_outs." by Treehugger Robot · 7 years ago
  90. ebf5902 Merge "Move compiler/ to ClassAccessor" by Mathieu Chartier · 7 years ago
  91. c8c8d5f Move compiler/ to ClassAccessor by Mathieu Chartier · 7 years ago
  92. ca210e3 ART: SBC: Support single exit loops with live_outs. by Artem Serov · 8 years ago
  93. 8467030 Merge "ART: Enable scalar loop peeling and unrolling." by Treehugger Robot · 7 years ago
  94. ff7ff42 Merge "ObjPtr<>-ify tests using ClassLinker::FindClass()." by Vladimir Marko · 7 years ago
  95. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
  96. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 7 years ago
  97. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  98. 04f0eaf Merge "ART: Skip duplicate classes during compilation" by Treehugger Robot · 7 years ago
  99. 438918b Merge "Add ClassAccessor" by Mathieu Chartier · 7 years ago
  100. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago