1. 0d08727 Make verifier identify unresolved methods as constructors by <init>. by Jeff Hao · 11 years ago
  2. 7aaa8db Merge "ART: Implement the easy long division/remainder by a constant" by Andreas Gampe · 11 years ago
  3. 6bbf096 ART: Implement the easy long division/remainder by a constant by Alexei Zavjalov · 11 years ago
  4. 4e97f65 Merge "Move image classes options from art to AndroidRuntime [art]" by Brian Carlstrom · 11 years ago
  5. dc3ca14 Merge "Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [art]" by Brian Carlstrom · 11 years ago
  6. 77a5b50 Merge "AArch64: Remove unnecessary work around for sp." by Andreas Gampe · 11 years ago
  7. cedee47 AArch64: Remove unnecessary work around for sp. by Zheng Xu · 11 years ago
  8. f7f6c97 Merge "Inform about System.exit() call in logcat" by Narayan Kamath · 11 years ago
  9. 108437e Inform about System.exit() call in logcat by Dmitry Petrochenko · 11 years ago
  10. 7906b25 Merge "ART: Rework ARM64 entry sequence" by Andreas Gampe · 11 years ago
  11. f29ecd6 ART: Rework ARM64 entry sequence by Andreas Gampe · 11 years ago
  12. 43c63b5 Merge "Fix broken JNI IsAssignableFrom." by Narayan Kamath · 11 years ago
  13. 1268b74 Fix broken JNI IsAssignableFrom. by Narayan Kamath · 11 years ago
  14. 89c210b Merge "Revert "Revert "Enable Load Store Elimination for ARM and ARM64""" by Bill Buzbee · 11 years ago
  15. 57309db Move image classes options from art to AndroidRuntime [art] by Brian Carlstrom · 11 years ago
  16. 2e87969 Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [art] by Brian Carlstrom · 11 years ago
  17. 00d1ef4 Merge "ART: LoadConstWide should clobber temp reg" by Bill Buzbee · 11 years ago
  18. 54659e3 ART: LoadConstWide should clobber temp reg by Alexei Zavjalov · 11 years ago
  19. 59a5525 Merge "Add read barriers for the roots in the verifier." by Hiroshi Yamauchi · 11 years ago
  20. 7da9586 Add read barriers for the roots in the verifier. by Hiroshi Yamauchi · 11 years ago
  21. 2eb3769 Merge "Make ImageSpace skip validation if we are using a relocated image" by Narayan Kamath · 11 years ago
  22. b93637a Make ImageSpace skip validation if we are using a relocated image by Alex Light · 11 years ago
  23. 1175aec Merge "Fix image not regenerating on changes to bootclasspath" by Narayan Kamath · 11 years ago
  24. 1a76213 Fix image not regenerating on changes to bootclasspath by Alex Light · 11 years ago
  25. 01a0ebb Merge "Make 32bit run-tests work correctly on 64bit default devices." by Brian Carlstrom · 11 years ago
  26. fc0082b Make 32bit run-tests work correctly on 64bit default devices. by Alex Light · 11 years ago
  27. 70f7d48 Merge "Reduce time and memory usage of GVN." by Vladimir Marko · 11 years ago
  28. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 11 years ago
  29. 36b111c Merge "ART: Build fix" by Andreas Gampe · 11 years ago
  30. bda2722 ART: Build fix by Andreas Gampe · 11 years ago
  31. cc75c1b Merge "1. Fix CFI for quick compiled code in x86 & x86_64; 2. Emit CFI in .eh_frame instead of .debug_frame." by Ian Rogers · 11 years ago
  32. 35e1e6a 1. Fix CFI for quick compiled code in x86 & x86_64; by Tong Shen · 11 years ago
  33. 9900a61 Merge "Add --always-clean flag to run-test." by Ian Rogers · 11 years ago
  34. e34e467 Merge "ART: Fix verifier mishandling erroneous array component types" by Andreas Gampe · 11 years ago
  35. aa910d5 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 11 years ago
  36. da4a126 Merge "Add support for bump pointer spaces to DdmSendHeapSegments." by Mathieu Chartier · 11 years ago
  37. 36dab36 Add support for bump pointer spaces to DdmSendHeapSegments. by Mathieu Chartier · 11 years ago
  38. bfac14a Add --always-clean flag to run-test. by Alex Light · 11 years ago
  39. 6399968 Revert "Revert "Enable Load Store Elimination for ARM and ARM64"" by Serban Constantinescu · 11 years ago
  40. f90283f Merge "ART: Check for duplicate class definitions in dex file verifier" by Andreas Gampe · 11 years ago
  41. 0ba238d ART: Check for duplicate class definitions in dex file verifier by Andreas Gampe · 11 years ago
  42. 58e17ce Merge "Stop thread from reattaching during runtime shutdown while tracing." by Jeff Hao · 11 years ago
  43. c5d824a Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 11 years ago
  44. f2e9207 Merge "Add GcRoot to clean up and enforce read barriers." by Hiroshi Yamauchi · 11 years ago
  45. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 11 years ago
  46. ef57ed7 Merge "ART: Remove bogus dcheck" by Andreas Gampe · 11 years ago
  47. 1c7c399 ART: Remove bogus dcheck by Andreas Gampe · 11 years ago
  48. 3f49507 Merge "ART: Rework quick entrypoint code in Mir2Lir, cleanup" by Andreas Gampe · 11 years ago
  49. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 11 years ago
  50. 98cc1e5 Merge "ART: Fix target test paths" by Andreas Gampe · 11 years ago
  51. 1fe5e5c ART: Fix target test paths by Andreas Gampe · 11 years ago
  52. 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 · 11 years ago
  53. 1740eca Remove the per-project FDO support. Use the common FDO support from build/core. by Dehao Chen · 11 years ago
  54. 4483fbf Merge "Revert "Enable Load Store Elimination for ARM and ARM64"" by Bill Buzbee · 11 years ago
  55. c32447b Revert "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 11 years ago
  56. fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 11 years ago
  57. a65d63e Merge "SetConstantWide should mark both SSA regs as constant" by Bill Buzbee · 11 years ago
  58. 123c574 Merge "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 11 years ago
  59. 5e3f45b Merge "ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs" by Bill Buzbee · 11 years ago
  60. b97df04 Merge "ART: Native bridge command-line parameter" by Andreas Gampe · 11 years ago
  61. 855564b ART: Native bridge command-line parameter by Andreas Gampe · 11 years ago
  62. 0db2c43 Merge "ART: Allow arrays with erroneous component type" by Andreas Gampe · 11 years ago
  63. dc13d7d ART: Allow arrays with erroneous component type by Andreas Gampe · 11 years ago
  64. c4a5f58 Merge "ART: Special-case cb(n)z even for in-reg constant" by Andreas Gampe · 11 years ago
  65. b07c1f9 ART: Special-case cb(n)z even for in-reg constant by Andreas Gampe · 11 years ago
  66. 688e7c5 ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs by Alexei Zavjalov · 11 years ago
  67. 01be6e3 Merge "Fix braino in Makefile." by Nicolas Geoffray · 11 years ago
  68. 0a0a20b Fix braino in Makefile. by Nicolas Geoffray · 11 years ago
  69. 2dd6f72 Merge "Add a variable to disable PREBUILD in run-tests." by Nicolas Geoffray · 11 years ago
  70. 9d2f010 Merge "AArch64: Clean up CalleeSaveMethod frame and the use of temp registers." by Andreas Gampe · 11 years ago
  71. b551fdc AArch64: Clean up CalleeSaveMethod frame and the use of temp registers. by Zheng Xu · 11 years ago
  72. 2815f12 Merge "Fix proxy tracing and enable tests that now work with tracing." by Jeff Hao · 11 years ago
  73. 0398e17 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 11 years ago
  74. 3bb12b9 Add a variable to disable PREBUILD in run-tests. by Nicolas Geoffray · 11 years ago
  75. e564728 Merge "ART: Fix missing initialization in stack_map_stream.h" by Andreas Gampe · 11 years ago
  76. 8eddd2a ART: Fix missing initialization in stack_map_stream.h by Andreas Gampe · 11 years ago
  77. daa31c5 Merge "ART: Reject array-length on non-reference register" by Andreas Gampe · 11 years ago
  78. 65c9db8 ART: Reject array-length on non-reference register by Andreas Gampe · 11 years ago
  79. 8df7388 Merge "Revert "Fix proxy tracing and enable tests that now work with tracing."" by Nicolas Geoffray · 11 years ago
  80. 167cc7c Revert "Fix proxy tracing and enable tests that now work with tracing." by Nicolas Geoffray · 11 years ago
  81. 37f1c7c Merge "Implement array get and array put in optimizing." by Nicolas Geoffray · 11 years ago
  82. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 11 years ago
  83. ca928ba Merge "Fix access to long/double stack values from debugger" by Sebastien Hertz · 11 years ago
  84. 3017527 Merge "Increase limit to 2600 on host clang builds for frame size." by Stephen Hines · 11 years ago
  85. 1159727 Increase limit to 2600 on host clang builds for frame size. by Stephen Hines · 11 years ago
  86. 7f9c8f7 Merge "Update frame-larger-than limit to 2440 for new clang." by Stephen Hines · 11 years ago
  87. 67a4338 Update frame-larger-than limit to 2440 for new clang. by Stephen Hines · 11 years ago
  88. 488deba Merge "Reduce allocations in ParallelGC test." by Mathieu Chartier · 11 years ago
  89. ac3cea0 Reduce allocations in ParallelGC test. by Mathieu Chartier · 11 years ago
  90. cfd31c5 Merge "Use a (somewhat) more documented environment variable." by Nicolas Geoffray · 11 years ago
  91. 6fbcc12 Use a (somewhat) more documented environment variable. by Nicolas Geoffray · 11 years ago
  92. 75c99e9 Merge "x86: GenSelect utility update" by Andreas Gampe · 11 years ago
  93. 0346b6b Merge "Fix run-test --trace option if --host is specified after." by Jeff Hao · 11 years ago
  94. 85139a3 Fix run-test --trace option if --host is specified after. by Jeff Hao · 11 years ago
  95. 3bcac48 Merge "ART: Fix run-test 114 ParallelGC to account for OOM" by Andreas Gampe · 11 years ago
  96. 21b4bf8 ART: Fix run-test 114 ParallelGC to account for OOM by Andreas Gampe · 11 years ago
  97. 9c81c0c Merge "Fix main space memory leak and add checks." by Mathieu Chartier · 11 years ago
  98. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 11 years ago
  99. d190d98 Merge "Fix dangling pointer bug when transitioning to background." by Mathieu Chartier · 11 years ago
  100. 00b5915 Fix dangling pointer bug when transitioning to background. by Mathieu Chartier · 11 years ago