1. 4fa3239 Merge "Optimizing: Remove unnecessary And before TypeConversion." am: afd33d77f2 by Vladimir Marko · 9 years ago
  2. afd33d7 Merge "Optimizing: Remove unnecessary And before TypeConversion." by Vladimir Marko · 9 years ago
  3. e2ed1fb Merge "Fix broken tests" am: e8e3d9253f by David Brazdil · 9 years ago
  4. e8e3d92 Merge "Fix broken tests" by David Brazdil · 9 years ago
  5. 8e73ac3 Fix broken tests by David Brazdil · 9 years ago
  6. a3a325b Merge "ART: Fix ArenaStack::AllocWithMemoryTool()." am: b3871cd241 by Vladimir Marko · 9 years ago
  7. b3871cd Merge "ART: Fix ArenaStack::AllocWithMemoryTool()." by Vladimir Marko · 9 years ago
  8. 1b03330 Merge "Fix lint error" am: af5b2a28ab by David Brazdil · 9 years ago
  9. 4fb3a42 ART: Fix ArenaStack::AllocWithMemoryTool(). by Vladimir Marko · 9 years ago
  10. af5b2a2 Merge "Fix lint error" by David Brazdil · 9 years ago
  11. 6dd10fa Fix lint error by David Brazdil · 9 years ago
  12. 120012b Merge "Expect less in the presence of a string init call." am: 26962cc2a1 by Nicolas Geoffray · 9 years ago
  13. a13c267 Merge "Add an option to disable native stack dumping on SIGQUIT." am: c86382a7d1 by Nicolas Geoffray · 9 years ago
  14. 26962cc Merge "Expect less in the presence of a string init call." by Nicolas Geoffray · 9 years ago
  15. c86382a Merge "Add an option to disable native stack dumping on SIGQUIT." by Nicolas Geoffray · 9 years ago
  16. 5c9e58c Merge "ART: Run SsaBuilder from HGraphBuilder" am: b01e0e2e93 by David Brazdil · 9 years ago
  17. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 9 years ago
  18. 5e08e36 Expect less in the presence of a string init call. by Nicolas Geoffray · 9 years ago
  19. b01e0e2 Merge "ART: Run SsaBuilder from HGraphBuilder" by David Brazdil · 9 years ago
  20. d0693aa Merge "ART: Implement HSelect with CSEL/FCSEL on arm64" am: 9b8beaa5d0 by David Brazdil · 9 years ago
  21. 0537bd1 Merge "Optimizing: Simplify consecutive type conversions." am: ccf88e56ff by Vladimir Marko · 9 years ago
  22. 9b8beaa Merge "ART: Implement HSelect with CSEL/FCSEL on arm64" by David Brazdil · 9 years ago
  23. ccf88e5 Merge "Optimizing: Simplify consecutive type conversions." by Vladimir Marko · 9 years ago
  24. 8428bd3 Optimizing: Remove unnecessary And before TypeConversion. by Vladimir Marko · 9 years ago
  25. b52bbde Optimizing: Simplify consecutive type conversions. by Vladimir Marko · 9 years ago
  26. 9b0ff3c Merge "Switch the tests to using Jack for compilation" am: b6de3d92e9 by Neil Fuller · 9 years ago
  27. b6de3d9 Merge "Switch the tests to using Jack for compilation" by Neil Fuller · 9 years ago
  28. c0b601b ART: Implement HSelect with CSEL/FCSEL on arm64 by David Brazdil · 9 years ago
  29. e58402a Merge "X86_64: Allow HSelect to generate CMOV from memory" am: b3ba4ec3fa by David Brazdil · 9 years ago
  30. b3ba4ec Merge "X86_64: Allow HSelect to generate CMOV from memory" by David Brazdil · 9 years ago
  31. ee190ce Merge "Add X86/X86_64 support for CMOV from memory." am: 88f4bc504c by David Brazdil · 9 years ago
  32. dee1b9a X86_64: Allow HSelect to generate CMOV from memory by Mark Mendell · 9 years ago
  33. 88f4bc5 Merge "Add X86/X86_64 support for CMOV from memory." by David Brazdil · 9 years ago
  34. 1633375 Merge "Add MODULE_LICENSE_GPL.. for art/runtime/openjdkjvm." am: de591e5fee by Narayan Kamath · 9 years ago
  35. de591e5 Merge "Add MODULE_LICENSE_GPL.. for art/runtime/openjdkjvm." by Narayan Kamath · 9 years ago
  36. 51bed0b Merge "Don\'t call IsNative if the declaring class can be null." am: 3a631b4c45 by Nicolas Geoffray · 9 years ago
  37. 0095d88 Add MODULE_LICENSE_GPL.. for art/runtime/openjdkjvm. by Narayan Kamath · 9 years ago
  38. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  39. 3a631b4 Merge "Don't call IsNative if the declaring class can be null." by Nicolas Geoffray · 9 years ago
  40. a16d6b4 Merge "Disable on stack replacement for now." am: a50d9c81d0 by Nicolas Geoffray · 9 years ago
  41. a50d9c8 Merge "Disable on stack replacement for now." by Nicolas Geoffray · 9 years ago
  42. e866213 Disable on stack replacement for now. by Nicolas Geoffray · 9 years ago
  43. dec3a12 Don't call IsNative if the declaring class can be null. by Nicolas Geoffray · 9 years ago
  44. e13412f Merge "ART: Simplify patchoat" am: 47a2a45a66 by Andreas Gampe · 9 years ago
  45. b821abd Merge "Fix bug with verification of constructors" am: ffa2c7c312 by Alex Light · 9 years ago
  46. 47a2a45 Merge "ART: Simplify patchoat" by Andreas Gampe · 9 years ago
  47. 6eb6a39 ART: Simplify patchoat by Andreas Gampe · 9 years ago
  48. f0c7e05 Merge "ART: Simplify patchoat" into nyc-dev am: df3a54bf63 by Andreas Gampe · 9 years ago
  49. ffa2c7c Merge "Fix bug with verification of constructors" by Alex Light · 9 years ago
  50. df3a54b Merge "ART: Simplify patchoat" into nyc-dev by Andreas Gampe · 9 years ago
  51. 02bc0b7 ART: Simplify patchoat by Andreas Gampe · 9 years ago
  52. 4a2c8fc Fix bug with verification of constructors by Alex Light · 9 years ago
  53. 181e0b5 Merge "Generalized "dom-based" dynamic BCE to symbolic base + offset." by Aart Bik · 9 years ago
  54. 0665090 Merge "Generalized "dom-based" dynamic BCE to symbolic base + offset." by Aart Bik · 9 years ago
  55. 1d23982 Generalized "dom-based" dynamic BCE to symbolic base + offset. by Aart Bik · 9 years ago
  56. abdac47 Add X86/X86_64 support for CMOV from memory. by Mark Mendell · 9 years ago
  57. a965e07 Fix app image memory leak am: 6cc91e4d8c by Mathieu Chartier · 9 years ago
  58. 6cc91e4 Fix app image memory leak by Mathieu Chartier · 9 years ago
  59. 03ba60b Merge "Fix app image memory leak" am: b9adbf63f8 by Mathieu Chartier · 9 years ago
  60. b9adbf6 Merge "Fix app image memory leak" by Mathieu Chartier · 9 years ago
  61. bd064ea Fix app image memory leak by Mathieu Chartier · 9 years ago
  62. e10882f Merge "Fix run-test" am: 51333f93a8 by David Brazdil · 9 years ago
  63. 51333f9 Merge "Fix run-test" by David Brazdil · 9 years ago
  64. 6dbecf4 Fix run-test by David Brazdil · 9 years ago
  65. 04447a5 Add MODULE_LICENSE_GPL.. for art/runtime/openjdkjvm. am: 9a3a10ac81 by Narayan Kamath · 9 years ago
  66. 9728107 Merge "Be less extreme on the iteration in 570-checker-osr." am: 1b07552999 by Nicolas Geoffray · 9 years ago
  67. 1b07552 Merge "Be less extreme on the iteration in 570-checker-osr." by Nicolas Geoffray · 9 years ago
  68. 17fccfb Be less extreme on the iteration in 570-checker-osr. by Nicolas Geoffray · 9 years ago
  69. 2c75979 Merge "ART: Remove HTemporary" am: 0d15f267eb by David Brazdil · 9 years ago
  70. 0d15f26 Merge "ART: Remove HTemporary" by David Brazdil · 9 years ago
  71. 9a3a10a Add MODULE_LICENSE_GPL.. for art/runtime/openjdkjvm. by Narayan Kamath · 9 years ago
  72. f521b00 Merge "ART: Treat throw with non-reference type as hard failure in verifier." by David Brazdil · 9 years ago
  73. 6c5907a Merge "ART: Treat throw with non-reference type as hard failure in verifier." by David Brazdil · 9 years ago
  74. 980027c ART: Treat throw with non-reference type as hard failure in verifier. by Pavel Vyssotski · 9 years ago
  75. 6e33252 ART: Remove HTemporary by David Brazdil · 9 years ago
  76. b8300fc Switch the tests to using Jack for compilation by Neil Fuller · 9 years ago
  77. c1eb1bb Merge "Re-enable OSR." am: 5960a3f430 by Nicolas Geoffray · 9 years ago
  78. 5960a3f Merge "Re-enable OSR." by Nicolas Geoffray · 9 years ago
  79. c16e447 Merge "Fix compiler driver gtest." am: b20d0f6327 by Nicolas Geoffray · 9 years ago
  80. b20d0f6 Merge "Fix compiler driver gtest." by Nicolas Geoffray · 9 years ago
  81. 31708b7 Fix compiler driver gtest. by Calin Juravle · 9 years ago
  82. 2ef0d28 Merge "Store relative paths in the profile file" am: 1660d214de -s ours by Nicolas Geoffray · 9 years ago
  83. 1660d21 Merge "Store relative paths in the profile file" by Nicolas Geoffray · 9 years ago
  84. 34900cc Store relative paths in the profile file by Calin Juravle · 9 years ago
  85. d9994f0 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  86. fd9d0dc Merge "Fix x86-64 Baker\'s read barrier fast path for CheckCast." am: d3caabd4f8 by Hiroshi Yamauchi · 9 years ago
  87. d3caabd Merge "Fix x86-64 Baker's read barrier fast path for CheckCast." by Hiroshi Yamauchi · 9 years ago
  88. 4d2aa1f Merge "Some clean-up for the handling of HSelect in LSE" am: d3df33e6c2 by Mingyao Yang · 9 years ago
  89. d3df33e Merge "Some clean-up for the handling of HSelect in LSE" by Mingyao Yang · 9 years ago
  90. 8650378 Fix x86-64 Baker's read barrier fast path for CheckCast. by Roland Levillain · 9 years ago
  91. ea325f1 Merge "Make run test 572-checker-array-get-regression gcstress friendly." by Roland Levillain · 9 years ago
  92. e52bf00 Merge "Make run test 572-checker-array-get-regression gcstress friendly." by Roland Levillain · 9 years ago
  93. 3e6232e Make run test 572-checker-array-get-regression gcstress friendly. by Roland Levillain · 9 years ago
  94. 130331b Merge "Fix AllocateBlockedReg." am: 9b262128d7 by Nicolas Geoffray · 9 years ago
  95. b75352d Merge "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""" by Nicolas Geoffray · 9 years ago
  96. 9b26212 Merge "Fix AllocateBlockedReg." by Nicolas Geoffray · 9 years ago
  97. 953e4c9 Merge "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""" by Nicolas Geoffray · 9 years ago
  98. 5d03317 Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""" by Nicolas Geoffray · 9 years ago
  99. a395d50 Merge "Always visit ProfilingInfo, the counter could be reset." am: 34937e2ed4 by Mathieu Chartier · 9 years ago
  100. d60c5e9 Always visit ProfilingInfo, the counter could be reset. am: 87170e7641 by Nicolas Geoffray · 9 years ago