1. b0d9f0d Merge "Re-enable clang for Mips/Mips64 targets." by Chih-hung Hsieh · 10 years ago
  2. 91ddd0d Re-enable clang for Mips/Mips64 targets. by Duane Sand · 10 years ago
  3. 1db3554 Merge "Print memory maps on GC crash." by Hiroshi Yamauchi · 10 years ago
  4. 772b617 Merge "Add binary search table to .eh_frame_hdr" by Andreas Gampe · 10 years ago
  5. 033d745 Add binary search table to .eh_frame_hdr by David Srbecky · 10 years ago
  6. 485971c Merge "Do not write CFI and symbols for deduplicate methods." by Andreas Gampe · 10 years ago
  7. d38ec80 Print memory maps on GC crash. by Hiroshi Yamauchi · 10 years ago
  8. f274519 Merge "Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL)" by Mathieu Chartier · 10 years ago
  9. 175746a Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL) by Mathieu Chartier · 10 years ago
  10. 6d73c9d Do not write CFI and symbols for deduplicate methods. by David Srbecky · 10 years ago
  11. 0697e84 Merge "Update the remaining input index of phis after deleting an input." by Nicolas Geoffray · 10 years ago
  12. 5d7b7f8 Update the remaining input index of phis after deleting an input. by Nicolas Geoffray · 10 years ago
  13. 01ce498 Merge "Move .eh_frame to the end of ELF file." by David Srbecky · 10 years ago
  14. b0a962c Move .eh_frame to the end of ELF file. by David Srbecky · 10 years ago
  15. acb3ee8 Merge "Major refactoring of ElfBuilder." by David Srbecky · 10 years ago
  16. e6dbb73 Merge "Minor refactoring of ElfBuilder." by David Srbecky · 10 years ago
  17. bc90fd0 Major refactoring of ElfBuilder. by David Srbecky · 10 years ago
  18. fd5f56d Merge "Revert "GVN final fields even with side effects."" by Nicolas Geoffray · 10 years ago
  19. 2af2307 Revert "GVN final fields even with side effects." by Nicolas Geoffray · 10 years ago
  20. 56784f8 Merge "GVN final fields even with side effects." by Nicolas Geoffray · 10 years ago
  21. 7817336 GVN final fields even with side effects. by Nicolas Geoffray · 10 years ago
  22. 0a50264 Merge "ART: Allow oat files with duplicates classes in corner case" by Sebastien Hertz · 10 years ago
  23. dacee92 Merge "Fix missing transaction abort error message" by Sebastien Hertz · 10 years ago
  24. 0cba004 ART: Allow oat files with duplicates classes in corner case by Andreas Gampe · 10 years ago
  25. eff3229 Merge "Restore interpreter check during DoCall removed by string init." by Jeff Hao · 10 years ago
  26. 9651d9b Restore interpreter check during DoCall removed by string init. by Jeff Hao · 10 years ago
  27. 8c9c1ae Merge "Only print IRT remove local warning if CheckJNI is enabled" by Mathieu Chartier · 10 years ago
  28. c5adebc Only print IRT remove local warning if CheckJNI is enabled by Mathieu Chartier · 10 years ago
  29. ed51747 Merge "Add synthesize uses at back edge." by Nicolas Geoffray · 10 years ago
  30. 5790260 Add synthesize uses at back edge. by Nicolas Geoffray · 10 years ago
  31. 0430fc9 Merge "ART: Fix loop information after dead code elimination" by David Brazdil · 10 years ago
  32. 69a2804 ART: Fix loop information after dead code elimination by David Brazdil · 10 years ago
  33. 0829d9d Merge "Factor MoveArguments methods in Optimizing's intrinsics handlers." by Roland Levillain · 10 years ago
  34. 36ad3f1 Merge "Add dependency on libbase." by Narayan Kamath · 10 years ago
  35. 657318c Add dependency on libbase. by Narayan Kamath · 10 years ago
  36. ec525fc Factor MoveArguments methods in Optimizing's intrinsics handlers. by Roland Levillain · 10 years ago
  37. b81e1cd Fix missing transaction abort error message by Sebastien Hertz · 10 years ago
  38. b6829c2 Merge "Refactor InvokeDexCallingConventionVisitor in Optimizing." by Roland Levillain · 10 years ago
  39. 2d27c8e Refactor InvokeDexCallingConventionVisitor in Optimizing. by Roland Levillain · 10 years ago
  40. f073a36 Merge "Fix for incorrect encode and parse of PEXTRW instruction" by Vladimir Marko · 10 years ago
  41. e761b91 Merge "Revert "Revert "Revert "[optimizing] Improve x86 shifts"""" by Roland Levillain · 10 years ago
  42. 2a7a1d7 Revert "Revert "Revert "[optimizing] Improve x86 shifts""" by Roland Levillain · 10 years ago
  43. 7386f98 Merge "Bugs have been fixed, so run the tests." by Nicolas Geoffray · 10 years ago
  44. fadf977 Merge "Add InsertInstructionAfter in HBasicBlock." by Roland Levillain · 10 years ago
  45. d474b1d Merge "Revert "Revert "[optimizing] Improve x86 shifts""" by Roland Levillain · 10 years ago
  46. 5c8bb7e Bugs have been fixed, so run the tests. by Nicolas Geoffray · 10 years ago
  47. 9b95a05 Revert "Revert "[optimizing] Improve x86 shifts"" by Roland Levillain · 10 years ago
  48. 57f6bee Merge "ART: Move dex2oat watchdog output to LogLine" by Andreas Gampe · 10 years ago
  49. d687e37 ART: Move dex2oat watchdog output to LogLine by Andreas Gampe · 10 years ago
  50. e0705f5 Fix for incorrect encode and parse of PEXTRW instruction by nikolay serdjuk · 10 years ago
  51. b0300ba Merge "ART: Remove multidex limit" by Andreas Gampe · 10 years ago
  52. 90e3404 ART: Remove multidex limit by Andreas Gampe · 10 years ago
  53. 13d38aa Merge "Fix possible null deference in Throwable::Dump" by Mathieu Chartier · 10 years ago
  54. 4a24858 Fix possible null deference in Throwable::Dump by Mathieu Chartier · 10 years ago
  55. b8df660 Merge "Change ddmc run-test to make new objects instead of strings." by Jeff Hao · 10 years ago
  56. 67aea0a Change ddmc run-test to make new objects instead of strings. by Jeff Hao · 10 years ago
  57. edede5c Merge "Quick: Fix crash on fall-through out of method code." by Vladimir Marko · 10 years ago
  58. 2bee20b Quick: Fix crash on fall-through out of method code. by Calin Juravle · 10 years ago
  59. 458d91b Merge "Prevent undefined behavior in RosAlloc." by Dan Albert · 10 years ago
  60. e48b29b Prevent undefined behavior in RosAlloc. by Dan Albert · 10 years ago
  61. 2b9b0de Merge "Fix some compaction bugs in string allocation" by Mathieu Chartier · 10 years ago
  62. 81aa012 Fix some compaction bugs in string allocation by Mathieu Chartier · 10 years ago
  63. 0c5bbc1 Minor refactoring of ElfBuilder. by David Srbecky · 10 years ago
  64. 1c5808c Merge "Fix constructor access check through reflection" by Sebastien Hertz · 10 years ago
  65. d4667de Merge "ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points." by Vladimir Marko · 10 years ago
  66. 2d2f2a9 Fix constructor access check through reflection by Sebastien Hertz · 10 years ago
  67. e85e123 ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points. by Vladimir Marko · 10 years ago
  68. 95935f2 Merge "ART: Fix MIPS entrypoint downcall macros." by Vladimir Marko · 10 years ago
  69. a3c3827 ART: Fix MIPS entrypoint downcall macros. by Vladimir Marko · 10 years ago
  70. 3adfc4b Merge "Quick: Avoid unnecessary GVN work in release builds." by Vladimir Marko · 10 years ago
  71. 80613ff Merge "Have HInvoke instructions know their number of actual arguments." by Roland Levillain · 10 years ago
  72. a94fb1f Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2""" by Nicolas Geoffray · 10 years ago
  73. 3e3d733 Have HInvoke instructions know their number of actual arguments. by Roland Levillain · 10 years ago
  74. 64db017 Merge "Fix java_lang_Class newInstance for strings; also quick entrypoints." by Jeff Hao · 10 years ago
  75. 69bdcb2 Fix java_lang_Class newInstance for strings; also quick entrypoints. by Jeff Hao · 10 years ago
  76. f0a3d3d Merge "ART: Fix constructor access checking" by Andreas Gampe · 10 years ago
  77. 8208bdd ART: Fix constructor access checking by Andreas Gampe · 10 years ago
  78. 9d1e190 Merge "Replace String CharArray with internal uint16_t array." by Jeff Hao · 10 years ago
  79. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  80. 3fd79af Merge "Switch the default read barrier type to a Baker one." by Hiroshi Yamauchi · 10 years ago
  81. 8365a99 Switch the default read barrier type to a Baker one. by Hiroshi Yamauchi · 10 years ago
  82. 0d22184 Revert "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 10 years ago
  83. 97c96f5 Merge "Fix mismatched malloc/free delete/new." by Christopher Ferris · 10 years ago
  84. 8a35405 Fix mismatched malloc/free delete/new. by Christopher Ferris · 10 years ago
  85. d74a1bf Merge "Use the lock word bits for Baker-style read barrier." by Hiroshi Yamauchi · 10 years ago
  86. acee152 Merge "Fix clean-oat" by Mathieu Chartier · 10 years ago
  87. 2c9bd22 Fix clean-oat by Mathieu Chartier · 10 years ago
  88. 2d01066 Merge "Dissociate uses with environment uses." by Nicolas Geoffray · 10 years ago
  89. 295dda5 Merge "Quick: Rely on inferred types in GVN/LVN/DCE." by Vladimir Marko · 10 years ago
  90. 4ed947a Dissociate uses with environment uses. by Nicolas Geoffray · 10 years ago
  91. d14438f Merge "ART: Simplify Ifs with BooleanNot condition" by David Brazdil · 10 years ago
  92. 769c9e5 ART: Simplify Ifs with BooleanNot condition by David Brazdil · 10 years ago
  93. f725550 Quick: Avoid unnecessary GVN work in release builds. by Vladimir Marko · 10 years ago
  94. a0ee862 Merge "Add support for caching float and double constants." by Nicolas Geoffray · 10 years ago
  95. f213e05 Add support for caching float and double constants. by Nicolas Geoffray · 10 years ago
  96. 0fbfe6f Merge "ART: Fix removing a Phi with RemoveInstruction" by David Brazdil · 10 years ago
  97. c7508e9 ART: Fix removing a Phi with RemoveInstruction by David Brazdil · 10 years ago
  98. 2967ec6 Add InsertInstructionAfter in HBasicBlock. by Guillaume "Vermeille" Sanchez · 10 years ago
  99. a5e69e8 Quick: Rely on inferred types in GVN/LVN/DCE. by Vladimir Marko · 10 years ago
  100. 76bf84a Merge "BCE: don't add deoptimization if the loop has early exit." by Mingyao Yang · 10 years ago