1. 66e3af9 Merge "Remove DexCache arrays from app oat .bss." by Treehugger Robot · 7 years ago
  2. 0f3c700 Remove DexCache arrays from app oat .bss. by Vladimir Marko · 7 years ago
  3. b92cc33 Pass stats into the loop optimization phase. by Aart Bik · 7 years ago
  4. 21b8592 Added vectorization stats. by Aart Bik · 7 years ago
  5. ac8a2a7 Merge "Basic SIMD reduction support." by Aart Bik · 7 years ago
  6. 28f53f5 Merge changes I66c62317,Id097273a,If3bfe695 by Treehugger Robot · 7 years ago
  7. 5d3b002 ART: Change CanAssumeVerified to GetPreviousClassState by Andreas Gampe · 7 years ago
  8. 0148de4 Basic SIMD reduction support. by Aart Bik · 7 years ago
  9. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 7 years ago
  10. 982334c Revert "Basic SIMD reduction support." by Nicolas Geoffray · 7 years ago
  11. cfa59b4 Basic SIMD reduction support. by Aart Bik · 7 years ago
  12. fa830aa Merge "Revert "Basic SIMD reduction support."" by Jeff Tinker · 7 years ago
  13. 9c4feaa Merge changes I36396394,I00aa37f5,Ibc14b003 by Treehugger Robot · 7 years ago
  14. a57b4ee Revert "Basic SIMD reduction support." by Aart Bik · 7 years ago
  15. cdb15e4 Merge "Refined range rule for ABS(x)" by Aart Bik · 7 years ago
  16. 629be51 ART: Redo verification on class resolution failure by Andreas Gampe · 7 years ago
  17. af1a686 Merge "Basic SIMD reduction support." by Treehugger Robot · 7 years ago
  18. 7f56ff4 Refined range rule for ABS(x) by Aart Bik · 7 years ago
  19. 9879d0e Basic SIMD reduction support. by Aart Bik · 7 years ago
  20. d219824 Merge "ART: Describe static fields in GraphVisualizer." by Treehugger Robot · 7 years ago
  21. 80be041 Merge "ART: Remove ArtMethod::dex_cache_resolved_methods_." by Vladimir Marko · 7 years ago
  22. bf3243b ART: Describe static fields in GraphVisualizer. by Vladimir Marko · 7 years ago
  23. 8ee5860 Merge "ARM: Clean up LocationSummary creation for Long intrinsics." by Vladimir Marko · 7 years ago
  24. 8920835 Merge "Simplify CreateReferenceInfoForReferenceType() in load-store-analysis" by Mingyao Yang · 7 years ago
  25. 1819e41 ARM: Clean up LocationSummary creation for Long intrinsics. by Vladimir Marko · 7 years ago
  26. 60f7344 Merge "ARM: Improve String.equals() intrinsic for const strings." by Treehugger Robot · 7 years ago
  27. 78e1e04 Merge "ARM64: Remove duplicate helper for intrinsic locations." by Treehugger Robot · 7 years ago
  28. 49376a9 Merge "ARM: Implement one-bit intrinsics." by Treehugger Robot · 7 years ago
  29. 4fae4fb ARM64: Remove duplicate helper for intrinsic locations. by Vladimir Marko · 7 years ago
  30. 27292e6 ARM: Implement one-bit intrinsics. by Petre-Ionut Tudor · 7 years ago
  31. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 7 years ago
  32. 984519c ARM: Improve String.equals() intrinsic for const strings. by Vladimir Marko · 7 years ago
  33. fef2884 Simplify CreateReferenceInfoForReferenceType() in load-store-analysis by Mingyao Yang · 7 years ago
  34. 641a473 ART: Fix reference-related warnings by Andreas Gampe · 7 years ago
  35. 68c48f0 Dup file descriptor to prevent double close in oat writer. by Jeff Hao · 7 years ago
  36. 3ed4a40 Merge "Implement OneBit intrinsics for arm64." by Treehugger Robot · 7 years ago
  37. 4c154d5 Merge changes Ic2da319f,I9e90029d by Treehugger Robot · 7 years ago
  38. da48316 Implement OneBit intrinsics for arm64. by Petre-Ionut Tudor · 7 years ago
  39. 1a22746 Merge "Remove obsolete code paths from the ARM code generator" by Treehugger Robot · 7 years ago
  40. c5e0d3f compiler_driver: treat java/lang/invoke as others by Orion Hodson · 7 years ago
  41. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 7 years ago
  42. 12fadcd ART: Rerun verifier in verbose mode on boot cp failure by Andreas Gampe · 7 years ago
  43. 23b752b Remove obsolete code paths from the ARM code generator by Anton Kirilov · 7 years ago
  44. ae53f10 Merge "MIPS32: Allow some patched instructions in delay slots" by Treehugger Robot · 7 years ago
  45. a663d9d MIPS32: Allow some patched instructions in delay slots by Alexey Frunze · 7 years ago
  46. 5011149 Merge "MIPS64: Implement HSelect" by Treehugger Robot · 7 years ago
  47. ad008d5 Merge "Disable app image for very large apps" by Mathieu Chartier · 7 years ago
  48. 8cce65a Disable app image for very large apps by Mathieu Chartier · 7 years ago
  49. f708c9a Merge "MIPS: Eliminate hard-coded offsets in branches" by Treehugger Robot · 7 years ago
  50. 120aa28 Store layout info in dex files by Mathieu Chartier · 7 years ago
  51. 5bfead5 Merge "MIPS: Support MultiplyAccumulate for SIMD." by Aart Bik · 7 years ago
  52. 1f219fc Merge "Bunch of SIMD for x86 and x86_64" by Aart Bik · 7 years ago
  53. 3f35d09 Merge "Remove ClassLinker::SetEntryPointsToCompiledCode()." by Treehugger Robot · 7 years ago
  54. 4ec14ff Merge "RFC: Generate select instruction for conditional returns." by Nicolas Geoffray · 7 years ago
  55. bc5460b MIPS: Support MultiplyAccumulate for SIMD. by Lena Djokic · 7 years ago
  56. 3332db8 Bunch of SIMD for x86 and x86_64 by Aart Bik · 7 years ago
  57. e9b61ba Merge changes Ic119441c,I83b96b41 by Treehugger Robot · 7 years ago
  58. 6ef4567 optimizing: Add statistics for # of constructor fences added/removed by Igor Murashkin · 7 years ago
  59. 1e065a5 optimizing: Refactor statistics to use OptimizingCompilerStats helper by Igor Murashkin · 7 years ago
  60. 52b450b Merge "Instrument ARM generated code to check the Marking Register." by Roland Levillain · 7 years ago
  61. 5daa495 Instrument ARM generated code to check the Marking Register. by Roland Levillain · 7 years ago
  62. 54636c0 Merge "Instrument ARM64 generated code to check the Marking Register." by Roland Levillain · 7 years ago
  63. eac21ef Merge "scheduler should not schedule volatile field accesses." by Mingyao Yang · 7 years ago
  64. 1545ccc scheduler should not schedule volatile field accesses. by Mingyao Yang · 7 years ago
  65. 73de4a8 Merge "Fix performance regression." by Treehugger Robot · 7 years ago
  66. 671e48a Fix performance regression. by Aart Bik · 7 years ago
  67. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 7 years ago
  68. 16e5289 RFC: Generate select instruction for conditional returns. by Mads Ager · 7 years ago
  69. dbd05fe Revert recent JIT code cache changes by Orion Hodson · 7 years ago
  70. 80dd756 Merge "Run HeapLocationCollector once in scheduler instead of locally." by Mingyao Yang · 7 years ago
  71. 179861c Run HeapLocationCollector once in scheduler instead of locally. by Mingyao Yang · 7 years ago
  72. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 7 years ago
  73. b00c8b0 Merge "Revert "Support class unloading in dex2oat for quicken multidex"" by Treehugger Robot · 7 years ago
  74. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 7 years ago
  75. 18e9161 Merge "Support class unloading in dex2oat for quicken multidex" by Treehugger Robot · 7 years ago
  76. 785e355 Merge "Set basic framework for detecting reductions." by Treehugger Robot · 7 years ago
  77. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 7 years ago
  78. b29f684 Set basic framework for detecting reductions. by Aart Bik · 7 years ago
  79. a22cae7 HRem support in BCE. by xueliang.zhong · 7 years ago
  80. 3b21019 Merge "Add two special runtime methods." by Mingyao Yang · 7 years ago
  81. 0a87a65 Add two special runtime methods. by Mingyao Yang · 7 years ago
  82. 5aedbcd Merge "ART: Fix loop header's predecessors reordering in SimplifyLoops." by Nicolas Geoffray · 7 years ago
  83. f1aa265 Fix issue where classes that fail verification have kStatusNotReady. by Jeff Hao · 7 years ago
  84. d88a2b5 Merge "ART: Fix up small header includes" by Treehugger Robot · 7 years ago
  85. 2aa1d0b Merge "Add VisitNewArray() in lsa." by Mingyao Yang · 7 years ago
  86. 895f922 ART: Fix up small header includes by Andreas Gampe · 7 years ago
  87. 1f0eefc Add VisitNewArray() in lsa. by Mingyao Yang · 7 years ago
  88. c73ee37 ART: Fix loop header's predecessors reordering in SimplifyLoops. by Artem Serov · 7 years ago
  89. e829831 Fix null dereference in debug check. by Nicolas Geoffray · 7 years ago
  90. abadf02 Revert "Support clinit for app image during compilation" by Nicolas Geoffray · 7 years ago
  91. 2dec927 MIPS64: Implement HSelect by Goran Jakovljevic · 7 years ago
  92. c4bfca1 Merge "Group dirty images objects together in the image." by Treehugger Robot · 7 years ago
  93. c23b0c0 Group dirty images objects together in the image. by Jeff Hao · 7 years ago
  94. 50ce441 Support clinit for app image during compilation by Chang Xing · 7 years ago
  95. 42e88a0 Merge "Fix verifier deps determinism" by Mathieu Chartier · 7 years ago
  96. bf755fe Fix verifier deps determinism by Mathieu Chartier · 7 years ago
  97. d335e7b Merge "ART: Fix SimplifyInduction for an instruction with HEnvironment." by Treehugger Robot · 7 years ago
  98. 21c7e6f ART: Fix SimplifyInduction for an instruction with HEnvironment. by Artem Serov · 7 years ago
  99. 0cab656 MIPS: Eliminate hard-coded offsets in branches by Alexey Frunze · 7 years ago
  100. ec37325 Fix unexpected circular dependency check by Chang Xing · 7 years ago