1. fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 10 years ago
  2. a65d63e Merge "SetConstantWide should mark both SSA regs as constant" by Bill Buzbee · 10 years ago
  3. 123c574 Merge "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 10 years ago
  4. 5e3f45b Merge "ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs" by Bill Buzbee · 10 years ago
  5. b97df04 Merge "ART: Native bridge command-line parameter" by Andreas Gampe · 10 years ago
  6. 855564b ART: Native bridge command-line parameter by Andreas Gampe · 10 years ago
  7. 0db2c43 Merge "ART: Allow arrays with erroneous component type" by Andreas Gampe · 10 years ago
  8. dc13d7d ART: Allow arrays with erroneous component type by Andreas Gampe · 10 years ago
  9. c4a5f58 Merge "ART: Special-case cb(n)z even for in-reg constant" by Andreas Gampe · 10 years ago
  10. b07c1f9 ART: Special-case cb(n)z even for in-reg constant by Andreas Gampe · 10 years ago
  11. 688e7c5 ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs by Alexei Zavjalov · 10 years ago
  12. 01be6e3 Merge "Fix braino in Makefile." by Nicolas Geoffray · 10 years ago
  13. 0a0a20b Fix braino in Makefile. by Nicolas Geoffray · 10 years ago
  14. 2dd6f72 Merge "Add a variable to disable PREBUILD in run-tests." by Nicolas Geoffray · 10 years ago
  15. 9d2f010 Merge "AArch64: Clean up CalleeSaveMethod frame and the use of temp registers." by Andreas Gampe · 10 years ago
  16. b551fdc AArch64: Clean up CalleeSaveMethod frame and the use of temp registers. by Zheng Xu · 10 years ago
  17. 2815f12 Merge "Fix proxy tracing and enable tests that now work with tracing." by Jeff Hao · 10 years ago
  18. 0398e17 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  19. 3bb12b9 Add a variable to disable PREBUILD in run-tests. by Nicolas Geoffray · 10 years ago
  20. e564728 Merge "ART: Fix missing initialization in stack_map_stream.h" by Andreas Gampe · 10 years ago
  21. 8eddd2a ART: Fix missing initialization in stack_map_stream.h by Andreas Gampe · 10 years ago
  22. daa31c5 Merge "ART: Reject array-length on non-reference register" by Andreas Gampe · 10 years ago
  23. 65c9db8 ART: Reject array-length on non-reference register by Andreas Gampe · 10 years ago
  24. 8df7388 Merge "Revert "Fix proxy tracing and enable tests that now work with tracing."" by Nicolas Geoffray · 10 years ago
  25. 167cc7c Revert "Fix proxy tracing and enable tests that now work with tracing." by Nicolas Geoffray · 10 years ago
  26. 37f1c7c Merge "Implement array get and array put in optimizing." by Nicolas Geoffray · 10 years ago
  27. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 10 years ago
  28. ca928ba Merge "Fix access to long/double stack values from debugger" by Sebastien Hertz · 10 years ago
  29. 3017527 Merge "Increase limit to 2600 on host clang builds for frame size." by Stephen Hines · 10 years ago
  30. 1159727 Increase limit to 2600 on host clang builds for frame size. by Stephen Hines · 10 years ago
  31. 7f9c8f7 Merge "Update frame-larger-than limit to 2440 for new clang." by Stephen Hines · 10 years ago
  32. 67a4338 Update frame-larger-than limit to 2440 for new clang. by Stephen Hines · 10 years ago
  33. 488deba Merge "Reduce allocations in ParallelGC test." by Mathieu Chartier · 10 years ago
  34. ac3cea0 Reduce allocations in ParallelGC test. by Mathieu Chartier · 10 years ago
  35. cfd31c5 Merge "Use a (somewhat) more documented environment variable." by Nicolas Geoffray · 10 years ago
  36. 6fbcc12 Use a (somewhat) more documented environment variable. by Nicolas Geoffray · 10 years ago
  37. 75c99e9 Merge "x86: GenSelect utility update" by Andreas Gampe · 10 years ago
  38. 0346b6b Merge "Fix run-test --trace option if --host is specified after." by Jeff Hao · 10 years ago
  39. 85139a3 Fix run-test --trace option if --host is specified after. by Jeff Hao · 10 years ago
  40. 3bcac48 Merge "ART: Fix run-test 114 ParallelGC to account for OOM" by Andreas Gampe · 10 years ago
  41. 21b4bf8 ART: Fix run-test 114 ParallelGC to account for OOM by Andreas Gampe · 10 years ago
  42. 9c81c0c Merge "Fix main space memory leak and add checks." by Mathieu Chartier · 10 years ago
  43. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 10 years ago
  44. d190d98 Merge "Fix dangling pointer bug when transitioning to background." by Mathieu Chartier · 10 years ago
  45. 00b5915 Fix dangling pointer bug when transitioning to background. by Mathieu Chartier · 10 years ago
  46. 4dd37ad Merge "ART: Clean up API after change 102631" by Andreas Gampe · 10 years ago
  47. 6ec8ebd ART: Clean up API after change 102631 by Andreas Gampe · 10 years ago
  48. 9fbe946 Merge "Fix JNI compiler frame size adjustments." by Vladimir Marko · 10 years ago
  49. 4e24b9d Fix JNI compiler frame size adjustments. by Vladimir Marko · 10 years ago
  50. 1ad334e Merge "Rename openDexFileNative to openDexFile." by Narayan Kamath · 10 years ago
  51. 350b626 Rename openDexFileNative to openDexFile. by Calin Juravle · 10 years ago
  52. 86507ed Merge "Add a new stack map scheme that encodes compilation info per pc." by Nicolas Geoffray · 10 years ago
  53. e2f654a Merge "ART: Fix wrong CHECK in GetCurrentLocationForThrow" by Andreas Gampe · 10 years ago
  54. f9df5c1 ART: Fix wrong CHECK in GetCurrentLocationForThrow by Andreas Gampe · 10 years ago
  55. b7563b6 Merge "ART: Turn on ART_TEST_KEEP_GOING by default, clean up unused vars" by Andreas Gampe · 10 years ago
  56. e7655c5 ART: Turn on ART_TEST_KEEP_GOING by default, clean up unused vars by Andreas Gampe · 10 years ago
  57. 4857b86 Merge "Integrate ART with NativeBridge interfaces" by Andreas Gampe · 10 years ago
  58. 355383f Integrate ART with NativeBridge interfaces by Yong WU · 10 years ago
  59. 54f3c04 Merge "Fix memory leak in RemoveRememberedSet." by Mathieu Chartier · 10 years ago
  60. 5189e24 Fix memory leak in RemoveRememberedSet. by Mathieu Chartier · 10 years ago
  61. 7521704 Merge "Fix stale remembered sets error." by Mathieu Chartier · 10 years ago
  62. c5a8347 Fix stale remembered sets error. by Mathieu Chartier · 10 years ago
  63. 9646172 Merge "ART: Rewrite ParallelGC run-test" by Andreas Gampe · 10 years ago
  64. 93f3da1 ART: Rewrite ParallelGC run-test by Andreas Gampe · 10 years ago
  65. 307f650 Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC" by Andreas Gampe · 10 years ago
  66. 4a8c3fa ART: Relax CurrentMethodVisitor requirements on GetDexPC by Andreas Gampe · 10 years ago
  67. 195bb33 Merge "ART: Account for multidex location strings in VMClassLoader" by Andreas Gampe · 10 years ago
  68. cb8f9e8 ART: Account for multidex location strings in VMClassLoader by Andreas Gampe · 10 years ago
  69. ff9d95d Merge "Tweaks to patchoat and other related things." by Andreas Gampe · 10 years ago
  70. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 10 years ago
  71. 9ee4519 x86: GenSelect utility update by Serguei Katkov · 10 years ago
  72. 80b3f96 Merge "Add test-art-*-run-test-###-test-name32/64 test targets." by Andreas Gampe · 10 years ago
  73. 7eeecb7 Add test-art-*-run-test-###-test-name32/64 test targets. by Alex Light · 10 years ago
  74. cf60db3 Merge "ART: Fix x86_64 instrumentation_exit, also movsd -> movq" by Andreas Gampe · 10 years ago
  75. fea2901 ART: Fix x86_64 instrumentation_exit, also movsd -> movq by Andreas Gampe · 10 years ago
  76. b37576b Merge "ART: Fix erroneous output" by Andreas Gampe · 10 years ago
  77. e8b46af ART: Fix erroneous output by Andreas Gampe · 10 years ago
  78. d83d1a7 Merge "Fix x86 instrumentation exit entrypoint and trace size limit." by Jeff Hao · 10 years ago
  79. cf2e7b0 Fix x86 instrumentation exit entrypoint and trace size limit. by Jeff Hao · 10 years ago
  80. 2ac30da Merge "Recycle mem-maps for collector transitions." by Mathieu Chartier · 10 years ago
  81. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  82. 525f2f3 Merge "ART: Make run tests out of oat tests" by Andreas Gampe · 10 years ago
  83. 1c83cbc ART: Make run tests out of oat tests by Andreas Gampe · 10 years ago
  84. ab9167b Merge "Changed default non-full tests to be prebuild." by Andreas Gampe · 10 years ago
  85. 9d72253 Changed default non-full tests to be prebuild. by Alex Light · 10 years ago
  86. 7326ff0 Merge "Fix build, missing spaces around =/<." by Mingyao Yang · 10 years ago
  87. 1a12858 Fix build, missing spaces around =/<. by Mingyao Yang · 10 years ago
  88. ddc2119 Merge "Put oat test output on stderr." by Ian Rogers · 10 years ago
  89. d2c0b09 Put oat test output on stderr. by Ian Rogers · 10 years ago
  90. f645a02 Merge "ART: Fix checks for relocation delta" by Andreas Gampe · 10 years ago
  91. 45232a4 ART: Fix checks for relocation delta by Andreas Gampe · 10 years ago
  92. 306cd21 Merge "ART: Blacklist relocate option in oat tests" by Andreas Gampe · 10 years ago
  93. 508c1c1 ART: Blacklist relocate option in oat tests by Andreas Gampe · 10 years ago
  94. 7dfc30b Merge "Use the TMPDIR environment variable for test directory if set." by Ian Rogers · 10 years ago
  95. 6a6d3c2 Use the TMPDIR environment variable for test directory if set. by Ian Rogers · 10 years ago
  96. 0edcfd6 Merge "Fix implicit stack overflow check on optimizing/x86." by Nicolas Geoffray · 10 years ago
  97. 397f2e4 Fix implicit stack overflow check on optimizing/x86. by Nicolas Geoffray · 10 years ago
  98. 8bf67c2 Merge "Rewrite topological sort order and improve GVN." by Vladimir Marko · 10 years ago
  99. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 10 years ago
  100. 055fb15 Merge "Use the correct HOST_ARCH for oat files." by Nicolas Geoffray · 10 years ago