1. bef8136 am 490c9561: am 9f3565a6: Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  2. 490c956 am 9f3565a6: Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  3. 9f3565a Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  4. 7cc56a1 Debugger: Remove support for setting values in optimizing. by Nicolas Geoffray · 10 years ago
  5. 8091a58 am 553871c8: am af248646: Merge "Don\'t use \'sh\' on the host." by Nicolas Geoffray · 10 years ago
  6. 553871c am af248646: Merge "Don\'t use \'sh\' on the host." by Nicolas Geoffray · 10 years ago
  7. af24864 Merge "Don't use 'sh' on the host." by Nicolas Geoffray · 10 years ago
  8. 33e1f8f Don't use 'sh' on the host. by Nicolas Geoffray · 10 years ago
  9. e927297 am 78a34f71: am 9e85d55c: Merge "Use \'sh\' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  10. c26d33b am 51e8e98b: am 11307fd2: Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  11. 78a34f7 am 9e85d55c: Merge "Use \'sh\' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  12. 51e8e98 am 11307fd2: Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  13. 9e85d55 Merge "Use 'sh' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  14. 06801ff Use 'sh' explicitly when invoking the art script. by Nicolas Geoffray · 10 years ago
  15. 11307fd Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  16. 4f7fdd2 Make tests assume ANDROID_ROOT is not /system. by Nicolas Geoffray · 10 years ago
  17. 884aee7 am 0e76c6e0: am c5cb691c: Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  18. 0e76c6e am c5cb691c: Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  19. c5cb691 Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  20. 430fc14 am 1b7ae567: am 021190bf: Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  21. 1b7ae56 am 021190bf: Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  22. 021190b Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  23. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 10 years ago
  24. 4f46ac5 Cleanup and improve stack map stream by Calin Juravle · 10 years ago
  25. 117459d am b85ca827: am 633a37ec: Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()." by Vladimir Marko · 10 years ago
  26. b85ca82 am 633a37ec: Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()." by Vladimir Marko · 10 years ago
  27. 633a37e Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()." by Vladimir Marko · 10 years ago
  28. db0a0dc am 3c2f49ca: am 360475ab: Merge "Linear scan: split at better positions." by Nicolas Geoffray · 10 years ago
  29. 18a395b am 73f87c07: am 322b389a: Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 10 years ago
  30. 3c2f49c am 360475ab: Merge "Linear scan: split at better positions." by Nicolas Geoffray · 10 years ago
  31. 360475a Merge "Linear scan: split at better positions." by Nicolas Geoffray · 10 years ago
  32. 8cbab3c Linear scan: split at better positions. by Nicolas Geoffray · 10 years ago
  33. 73f87c0 am 322b389a: Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 10 years ago
  34. 322b389 Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 10 years ago
  35. 23dcdbc am d3f6cd42: am 272bf7e6: Merge "ART: Run BooleanSimplifier after inlining" by David Brazdil · 10 years ago
  36. d3f6cd4 am 272bf7e6: Merge "ART: Run BooleanSimplifier after inlining" by David Brazdil · 10 years ago
  37. 272bf7e Merge "ART: Run BooleanSimplifier after inlining" by David Brazdil · 10 years ago
  38. af88835 Remove unnecessary null checks in CheckCast and InstanceOf by Guillaume "Vermeille" Sanchez · 10 years ago
  39. 917f9ab ART: Run BooleanSimplifier after inlining by David Brazdil · 10 years ago
  40. 084f7d4 Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong(). by Vladimir Marko · 10 years ago
  41. 1383e44 am dbd9eddc: am 4ceed922: Merge "Move stack map stream implementation to its own cc file." by Calin Juravle · 10 years ago
  42. 35fe00e am 76ce0f8d: am b19c1e66: Merge "Revert "Revert "Quick: Rewrite type inference pass.""" by Vladimir Marko · 10 years ago
  43. dbd9edd am 4ceed922: Merge "Move stack map stream implementation to its own cc file." by Calin Juravle · 10 years ago
  44. 76ce0f8 am b19c1e66: Merge "Revert "Revert "Quick: Rewrite type inference pass.""" by Vladimir Marko · 10 years ago
  45. 4ceed92 Merge "Move stack map stream implementation to its own cc file." by Calin Juravle · 10 years ago
  46. b19c1e6 Merge "Revert "Revert "Quick: Rewrite type inference pass.""" by Vladimir Marko · 10 years ago
  47. c416d33 Move stack map stream implementation to its own cc file. by Calin Juravle · 10 years ago
  48. 1650914 am 1a624411: am b4186df6: Merge "Skip known broken tests for ARM back ends on ARM as second arch." by Roland Levillain · 10 years ago
  49. 1a62441 am b4186df6: Merge "Skip known broken tests for ARM back ends on ARM as second arch." by Roland Levillain · 10 years ago
  50. b4186df Merge "Skip known broken tests for ARM back ends on ARM as second arch." by Roland Levillain · 10 years ago
  51. 0a025d2 Skip known broken tests for ARM back ends on ARM as second arch. by Roland Levillain · 10 years ago
  52. bde5420 am b8b32310: am c1b829b8: Merge "Remove ActAsNullConstant" by Calin Juravle · 10 years ago
  53. b8b3231 am c1b829b8: Merge "Remove ActAsNullConstant" by Calin Juravle · 10 years ago
  54. c1b829b Merge "Remove ActAsNullConstant" by Calin Juravle · 10 years ago
  55. edad8ad Remove ActAsNullConstant by Calin Juravle · 10 years ago
  56. 38c4d87 am f1301a57: am 84c5f998: Merge "Mul simplification should expect zero operand" by Nicolas Geoffray · 10 years ago
  57. f1301a5 am 84c5f998: Merge "Mul simplification should expect zero operand" by Nicolas Geoffray · 10 years ago
  58. 84c5f99 Merge "Mul simplification should expect zero operand" by Nicolas Geoffray · 10 years ago
  59. 5384919 Mul simplification should expect zero operand by Serguei Katkov · 10 years ago
  60. c91df2d Revert "Revert "Quick: Rewrite type inference pass."" by Vladimir Marko · 10 years ago
  61. f06ceed am b0b52f68: am 9d4d13f3: Merge "Revert "Quick: Rewrite type inference pass."" by Andreas Gampe · 10 years ago
  62. b0b52f6 am 9d4d13f3: Merge "Revert "Quick: Rewrite type inference pass."" by Andreas Gampe · 10 years ago
  63. 9d4d13f Merge "Revert "Quick: Rewrite type inference pass."" by Andreas Gampe · 10 years ago
  64. d987ea8 am 455a2289: am baba16a4: Merge "ART: Fix re-throwing failures of non-convention errors" by Andreas Gampe · 10 years ago
  65. 1b717f6 Revert "Quick: Rewrite type inference pass." by Andreas Gampe · 10 years ago
  66. 455a228 am baba16a4: Merge "ART: Fix re-throwing failures of non-convention errors" by Andreas Gampe · 10 years ago
  67. baba16a Merge "ART: Fix re-throwing failures of non-convention errors" by Andreas Gampe · 10 years ago
  68. bfdcdc1 ART: Fix re-throwing failures of non-convention errors by Andreas Gampe · 10 years ago
  69. ba621ce am 72227560: am 8e58d76e: Merge "Do not mention x86 floating point numbers in CFI." by Andreas Gampe · 10 years ago
  70. 7222756 am 8e58d76e: Merge "Do not mention x86 floating point numbers in CFI." by Andreas Gampe · 10 years ago
  71. 8e58d76 Merge "Do not mention x86 floating point numbers in CFI." by Andreas Gampe · 10 years ago
  72. 8a813f7 Do not mention x86 floating point numbers in CFI. by David Srbecky · 10 years ago
  73. 9eb0497 am bda5cc16: am 0ad14266: Merge "Replace NULL with nullptr" by Mathieu Chartier · 10 years ago
  74. bda5cc1 am 0ad14266: Merge "Replace NULL with nullptr" by Mathieu Chartier · 10 years ago
  75. 2ac3e81 am 745e055c: am 1f02f1a7: Merge "Quick: Rewrite type inference pass." by Vladimir Marko · 10 years ago
  76. 0ad1426 Merge "Replace NULL with nullptr" by Mathieu Chartier · 10 years ago
  77. 745e055 am 1f02f1a7: Merge "Quick: Rewrite type inference pass." by Vladimir Marko · 10 years ago
  78. 8ff6728 am 73e87c03: am 692c03bf: Merge "Quick: Remove broken Mir2Lir::LocToRegClass()." by Vladimir Marko · 10 years ago
  79. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  80. 1f02f1a Merge "Quick: Rewrite type inference pass." by Vladimir Marko · 10 years ago
  81. 73e87c0 am 692c03bf: Merge "Quick: Remove broken Mir2Lir::LocToRegClass()." by Vladimir Marko · 10 years ago
  82. e490b01 Quick: Rewrite type inference pass. by Vladimir Marko · 10 years ago
  83. 692c03b Merge "Quick: Remove broken Mir2Lir::LocToRegClass()." by Vladimir Marko · 10 years ago
  84. 95c3470 am 39c2996f: am be52c68d: Merge "Simplify template parameters of Elf classes." by David Srbecky · 10 years ago
  85. 39c2996 am be52c68d: Merge "Simplify template parameters of Elf classes." by David Srbecky · 10 years ago
  86. be52c68 Merge "Simplify template parameters of Elf classes." by David Srbecky · 10 years ago
  87. 7a764de am 5d4f404c: am 54862b36: Merge "Fix X86_64 assembler REX instructions" by Nicolas Geoffray · 10 years ago
  88. 5d4f404 am 54862b36: Merge "Fix X86_64 assembler REX instructions" by Nicolas Geoffray · 10 years ago
  89. 54862b3 Merge "Fix X86_64 assembler REX instructions" by Nicolas Geoffray · 10 years ago
  90. 533c207 Simplify template parameters of Elf classes. by David Srbecky · 10 years ago
  91. 7fd8b59 Fix X86_64 assembler REX instructions by Mark Mendell · 10 years ago
  92. 5972a2e am dbf8b6ff: am f456ce1d: Merge "Remove warning when we do too many simplifications" by Calin Juravle · 10 years ago
  93. dbf8b6f am f456ce1d: Merge "Remove warning when we do too many simplifications" by Calin Juravle · 10 years ago
  94. f456ce1 Merge "Remove warning when we do too many simplifications" by Calin Juravle · 10 years ago
  95. 943136f Remove warning when we do too many simplifications by Calin Juravle · 10 years ago
  96. 314dc19 am ac88e5b6: am 0edd36bc: Merge "ART: Update last_instruction when adding Phis" by David Brazdil · 10 years ago
  97. ac88e5b am 0edd36bc: Merge "ART: Update last_instruction when adding Phis" by David Brazdil · 10 years ago
  98. 0edd36b Merge "ART: Update last_instruction when adding Phis" by David Brazdil · 10 years ago
  99. a6ca680 am 7d8b139e: am 83fca401: Merge "[optimizing] Use more X86_64 addressing modes" by Nicolas Geoffray · 10 years ago
  100. c3d743f ART: Update last_instruction when adding Phis by David Brazdil · 10 years ago