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