1. 1c62c55 Merge changes I49c02b92,I898e5cff am: 687fb792b2 by Alex Light · 8 years ago
  2. 687fb79 Merge changes I49c02b92,I898e5cff by Treehugger Robot · 8 years ago
  3. bb76646 Ensure one can call DisposeEnvironment during event callbacks. by Alex Light · 8 years ago
  4. 8f2c6d4 run-tests with jvmti-stress configuration by Alex Light · 8 years ago
  5. a769f66 Merge "MIPS64: Add direct calls to math intrinsics." am: dbe35eddc4 by Chris Larsen · 8 years ago
  6. dbe35ed Merge "MIPS64: Add direct calls to math intrinsics." by Treehugger Robot · 8 years ago
  7. 5def394 Merge "Fix broken DCHECK." am: de833ef742 by Alex Light · 8 years ago
  8. de833ef Merge "Fix broken DCHECK." by Treehugger Robot · 8 years ago
  9. d7c7c0e Merge "Clear zygote space cards for CC" am: 34478ae3a5 by Mathieu Chartier · 8 years ago
  10. 385807c Merge "Fix -XX:DumpGCPerformanceOnShutdown for debug builds" am: 5ec409da4a by Mathieu Chartier · 8 years ago
  11. 34478ae Merge "Clear zygote space cards for CC" by Mathieu Chartier · 8 years ago
  12. 5ec409d Merge "Fix -XX:DumpGCPerformanceOnShutdown for debug builds" by Mathieu Chartier · 8 years ago
  13. aa3f278 Merge changes I1d4db176,Ifb931a99 am: 4766f2cd27 by Aart Bik · 8 years ago
  14. 0ecb236 Fix broken DCHECK. by Alex Light · 8 years ago
  15. 4766f2c Merge changes I1d4db176,Ifb931a99 by Aart Bik · 8 years ago
  16. 8d2524c Merge "MIPS: Use Lsa/Dlsa when possible." am: 279fbab663 by Chris Larsen · 8 years ago
  17. 279fbab Merge "MIPS: Use Lsa/Dlsa when possible." by Treehugger Robot · 8 years ago
  18. 507b60b Merge "Add an 'art-preopt' test target configuration." am: da7d1bc58e by Richard Uhler · 8 years ago
  19. da7d1bc Merge "Add an 'art-preopt' test target configuration." by Richard Uhler · 8 years ago
  20. 02cab22 Merge changes Ic7d75e1e,Iaf828034 am: 467610e9b9 by Andreas Gampe · 8 years ago
  21. 467610e Merge changes Ic7d75e1e,Iaf828034 by Andreas Gampe · 8 years ago
  22. 1d49501 Fix -XX:DumpGCPerformanceOnShutdown for debug builds by Mathieu Chartier · 8 years ago
  23. 4b2e765 Merge changes Ib29b3920,Ice5efad9 am: ea07a65281 by Andreas Gampe · 8 years ago
  24. ea07a65 Merge changes Ib29b3920,Ice5efad9 by Treehugger Robot · 8 years ago
  25. 9e2c81b ART: Fix GetSystemProperty (2) by Andreas Gampe · 8 years ago
  26. 55c05f5 Clear zygote space cards for CC by Mathieu Chartier · 8 years ago
  27. 8018810 ART: Fix GetSystemProperty by Andreas Gampe · 8 years ago
  28. dcfcc7a Merge "Add option for duplicate classes check to return all dupes." by Jeff Hao · 8 years ago
  29. 66e226a Merge "Add option for duplicate classes check to return all dupes." by Treehugger Robot · 8 years ago
  30. 9e6dee2 ART: Move trampoline logging to -verbose:dex by Andreas Gampe · 8 years ago
  31. bec07a0 ART: Add -verbose:dex by Andreas Gampe · 8 years ago
  32. 40b5537 Merge "Fix bug in vectorization of charAt, with regression test" am: 60efed530d by Aart Bik · 8 years ago
  33. 60efed5 Merge "Fix bug in vectorization of charAt, with regression test" by Treehugger Robot · 8 years ago
  34. efe9943 Merge "optimizing: do not illegally remove constructor barriers after inlining" by Igor Murashkin · 8 years ago
  35. e2dfd30 Merge "optimizing: do not illegally remove constructor barriers after inlining" by Igor Murashkin · 8 years ago
  36. 07a6f47 Merge "target_config: add art-test-javac target" am: 07f8d8619f by Igor Murashkin · 8 years ago
  37. 07f8d86 Merge "target_config: add art-test-javac target" by Igor Murashkin · 8 years ago
  38. 3101e58 Fix bug in vectorization of charAt, with regression test by Aart Bik · 8 years ago
  39. 04fc51c Merge "Don't add Jack dependencies when building without Jack" am: 26c25d5da3 by Colin Cross · 8 years ago
  40. 26c25d5 Merge "Don't add Jack dependencies when building without Jack" by Colin Cross · 8 years ago
  41. b6f707c Don't add Jack dependencies when building without Jack by Colin Cross · 8 years ago
  42. 0d35af0 Merge "Add checker part of test, fix intrinsic copying" am: 921c5f9479 by Aart Bik · 8 years ago
  43. 921c5f9 Merge "Add checker part of test, fix intrinsic copying" by Aart Bik · 8 years ago
  44. 7554a0d Merge "Remove some obsolete TODO comments." am: 92f22d9300 by Alex Light · 8 years ago
  45. fdd1509 Merge "ART: Expose jni_binder's FindClass" am: bcdc7fe7ff by Andreas Gampe · 8 years ago
  46. 92f22d9 Merge "Remove some obsolete TODO comments." by Treehugger Robot · 8 years ago
  47. bcdc7fe Merge "ART: Expose jni_binder's FindClass" by Treehugger Robot · 8 years ago
  48. a13354a Add an 'art-preopt' test target configuration. by Richard Uhler · 8 years ago
  49. 1fa5bec Merge "ART: Package expected run-test results with jvmti Java library" by Andreas Gampe · 8 years ago
  50. 418fd60 Merge "ART: Package expected run-test results with jvmti Java library" by Treehugger Robot · 8 years ago
  51. 7a4873e ART: Expose jni_binder's FindClass by Andreas Gampe · 8 years ago
  52. 87bc257 ART: Package expected run-test results with jvmti Java library by Andreas Gampe · 8 years ago
  53. 9899026 Add checker part of test, fix intrinsic copying by Aart Bik · 8 years ago
  54. 6b57068 Merge "Revert "Avoid JNI usage error when JNI_OnLoad throws"" am: 8aaa601d88 by Igor Murashkin · 8 years ago
  55. 8aaa601 Merge "Revert "Avoid JNI usage error when JNI_OnLoad throws"" by Treehugger Robot · 8 years ago
  56. 032cacd optimizing: do not illegally remove constructor barriers after inlining by Igor Murashkin · 8 years ago
  57. 41d14c5 Revert "Avoid JNI usage error when JNI_OnLoad throws" by Igor Murashkin · 8 years ago
  58. d5886c9 target_config: add art-test-javac target by Igor Murashkin · 8 years ago
  59. 892273a Merge "testrunner/env.py - Run from any directory" am: 7f734d414a by Igor Murashkin · 8 years ago
  60. 7f734d4 Merge "testrunner/env.py - Run from any directory" by Treehugger Robot · 8 years ago
  61. 367d08e Merge "Avoid JNI usage error when JNI_OnLoad throws" am: 8827cec419 by Daniel Colascione · 8 years ago
  62. 8827cec Merge "Avoid JNI usage error when JNI_OnLoad throws" by Treehugger Robot · 8 years ago
  63. cd0295d MIPS: Use Lsa/Dlsa when possible. by Chris Larsen · 8 years ago
  64. 1f47e6c Remove some obsolete TODO comments. by Alex Light · 8 years ago
  65. 6b61c80 testrunner/env.py - Run from any directory by Igor Murashkin · 8 years ago
  66. 1603ffc Merge "Fix dexdiag start end address" am: ef6787bd89 by David Sehr · 8 years ago
  67. ef6787b Merge "Fix dexdiag start end address" by David Sehr · 8 years ago
  68. e2f3667 Merge changes from topic 'more_jvmti_run-test_refactor_java_side' am: 28728f1f5a by Andreas Gampe · 8 years ago
  69. 28728f1 Merge changes from topic 'more_jvmti_run-test_refactor_java_side' by Treehugger Robot · 8 years ago
  70. b31f91f ARM64: Support vectorization for double and long. by Artem Serov · 8 years ago
  71. d4bccf1 ARM64: Support 128-bit registers for SIMD. by Artem Serov · 8 years ago
  72. 0471ece Add option for duplicate classes check to return all dupes. by Jeff Hao · 8 years ago
  73. 925f067 Merge "Change dump-classes profman option to dump-classes-and-methods" by Mathieu Chartier · 8 years ago
  74. 903b816 Merge "Change dump-classes profman option to dump-classes-and-methods" by Treehugger Robot · 8 years ago
  75. f17d6e8 Merge "Fixed missing context while detecting unit strides." am: 7da4b9102e by Aart Bik · 8 years ago
  76. 7da4b91 Merge "Fixed missing context while detecting unit strides." by Treehugger Robot · 8 years ago
  77. c0e638f Fix dexdiag start end address by David Sehr · 8 years ago
  78. d111f90 Avoid JNI usage error when JNI_OnLoad throws by Daniel Colascione · 8 years ago
  79. 73c1980 Merge "Free unneeded obsolete maps" am: 80060f25cb by Alex Light · 8 years ago
  80. 80060f2 Merge "Free unneeded obsolete maps" by Treehugger Robot · 8 years ago
  81. 3406726 Change dump-classes profman option to dump-classes-and-methods by Mathieu Chartier · 8 years ago
  82. fa76296 Fixed missing context while detecting unit strides. by Aart Bik · 8 years ago
  83. 9dbf414 Merge "Update NativeBridge interface in ART test" am: 6f005931d0 by Zhenhua WANG · 8 years ago
  84. 1e3926a Free unneeded obsolete maps by Alex Light · 8 years ago
  85. 6f00593 Merge "Update NativeBridge interface in ART test" by Treehugger Robot · 8 years ago
  86. 3ea3d5c ART: More refactor for JVMTI run tests (3/3) by Andreas Gampe · 8 years ago
  87. a838024 ART: More refactor for JVMTI run tests (2/3) by Andreas Gampe · 8 years ago
  88. 4665167 ART: More refactor for JVMTI run tests (1/3) by Andreas Gampe · 8 years ago
  89. 2bbf16d ART: Add JVMTI test shim by Andreas Gampe · 8 years ago
  90. b83977e Merge "MIPS64: Fix Math.ceil/floor intrinsics" am: 672082ab6e by Goran Jakovljevic · 8 years ago
  91. 672082a Merge "MIPS64: Fix Math.ceil/floor intrinsics" by Treehugger Robot · 8 years ago
  92. 01e5ab1 Merge "ARM64: Saves 128-bit regs state along SuspendCheckSlowPath." by Aart Bik · 8 years ago
  93. 7ff60ca Merge "ARM64: Saves 128-bit regs state along SuspendCheckSlowPath." by Aart Bik · 8 years ago
  94. 716d073 MIPS64: Fix Math.ceil/floor intrinsics by Goran Jakovljevic · 8 years ago
  95. 8aece4b Merge "IWYU fixes for sigchainlib/sigchain.cc" am: f040074c2b by Luis Hector Chavez · 8 years ago
  96. f040074 Merge "IWYU fixes for sigchainlib/sigchain.cc" by Treehugger Robot · 8 years ago
  97. 8ef44a3 Merge "ART: Report array and proxy classes in ClassLoad & ClassPrepare" by Andreas Gampe · 8 years ago
  98. 090cfc7 Merge "ART: Report array and proxy classes in ClassLoad & ClassPrepare" by Treehugger Robot · 8 years ago
  99. 8662693 Merge "Force save profiles for SIGUSR1" am: 7a5eccf39d by Mathieu Chartier · 8 years ago
  100. 7a5eccf Merge "Force save profiles for SIGUSR1" by Mathieu Chartier · 8 years ago