1. b85fd6f Merge "Account for early exit loop." by Treehugger Robot · 8 years ago
  2. 0771ee2 Merge "Avoid visiting just eliminated bounds check." by Treehugger Robot · 8 years ago
  3. c46e708 Merge "Fix ART run-test 562-no-intermediate." by Roland Levillain · 8 years ago
  4. 807868e Account for early exit loop. by Aart Bik · 8 years ago
  5. 7fa7cf5 Fix ART run-test 562-no-intermediate. by Roland Levillain · 8 years ago
  6. d295bc8 Workaround adb issue in run-test. by Nicolas Geoffray · 8 years ago
  7. e82809a Merge "MethodHandles: Implement MethodHandle.asType." by Treehugger Robot · 8 years ago
  8. f4130b9 Merge "MethodHandles: Track libcore change eb497095e03068459." by Narayan Kamath · 8 years ago
  9. 3387b2a Merge "More loop-body simplifications." by Aart Bik · 8 years ago
  10. 1e67748 Avoid visiting just eliminated bounds check. by Aart Bik · 8 years ago
  11. e3dedc5 More loop-body simplifications. by Aart Bik · 8 years ago
  12. 6f1b65d Merge "More store/allocation elimination." by Mingyao Yang · 8 years ago
  13. 74a96e4 Merge "Output more for "Unable to determine architecture"." by Nicolas Geoffray · 8 years ago
  14. 0c14d8b ART: Additional initialization for MethodHandle accessors. by Orion Hodson · 8 years ago
  15. 0a8485e MethodHandles: Implement MethodHandle.asType. by Narayan Kamath · 8 years ago
  16. ba37e04 Output more for "Unable to determine architecture". by Nicolas Geoffray · 8 years ago
  17. e5eb574 MethodHandles: Track libcore change eb497095e03068459. by Narayan Kamath · 8 years ago
  18. de582c1 Merge "ARM: VIXL32: Implement the functionality needed by intrinsics." by Roland Levillain · 8 years ago
  19. 8f500fa Add print statements for "Unable to determine architecture". by Nicolas Geoffray · 8 years ago
  20. c4005c3 Merge "New instruction simplifications. Extra dce pass. Allow more per block repeats." by Aart Bik · 8 years ago
  21. 63f41f9 Merge "Improved range analysis (and thus BCE) around min/max/abs intrinsics." by Aart Bik · 8 years ago
  22. 2767f4b New instruction simplifications. Extra dce pass. Allow more per block repeats. by Aart Bik · 8 years ago
  23. 58d9bfc More store/allocation elimination. by Mingyao Yang · 8 years ago
  24. 40fbf74 Improved range analysis (and thus BCE) around min/max/abs intrinsics. by Aart Bik · 8 years ago
  25. e28d9ae ARM: VIXL32: Implement the functionality needed by intrinsics. by Anton Kirilov · 8 years ago
  26. a4af47e Merge "It exposes a few bugs that should be address before submitting it. " by Calin Juravle · 8 years ago
  27. f1d9265 It exposes a few bugs that should be address before submitting it. by Calin Juravle · 8 years ago
  28. 6409f58 Merge "ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc." by Roland Levillain · 8 years ago
  29. 96120f4 MethodHandles: Add tests for transforms in change 598d43d0dec5925c77 by Narayan Kamath · 8 years ago
  30. 9f54896 Merge "MethodHandles: Track libcore change cc4ded." by Narayan Kamath · 8 years ago
  31. 2d7af2d ART: Simplify test 913 by Andreas Gampe · 8 years ago
  32. ef3ace0 ART: Fix test 913 for concurrent collector by Andreas Gampe · 8 years ago
  33. 4ce767d Merge "Use interpret-only instead of verify-at-runtime when testing JIT" by Treehugger Robot · 8 years ago
  34. 195ea63 Merge changes Ica4f766c,Iaa97520d by Treehugger Robot · 8 years ago
  35. 5db5b1e Use interpret-only instead of verify-at-runtime when testing JIT by Calin Juravle · 8 years ago
  36. 56cc951 Merge "Flush the CFG visualizer output after writing to it." by Roland Levillain · 8 years ago
  37. c34dba7 ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc. by Scott Wakeling · 8 years ago
  38. b0103ca Flush the CFG visualizer output after writing to it. by Roland Levillain · 8 years ago
  39. 94bee02 MethodHandles: Track libcore change cc4ded. by Narayan Kamath · 8 years ago
  40. b2aaf1d Merge "Address missed review comment." by Nicolas Geoffray · 8 years ago
  41. ca6a719 Merge "MethodHandles: Better detail message for WrongMethodTypeExceptions" by Narayan Kamath · 8 years ago
  42. 40f2f31 ART: Blacklist test 913 for target by Andreas Gampe · 8 years ago
  43. 8da6d03 ART: Add forced garbage collection by Andreas Gampe · 8 years ago
  44. 54b20eb Merge changes I9afd9f88,I1cf94699 by Andreas Gampe · 8 years ago
  45. c8ba460 ART: Blacklist test 912 for target by Andreas Gampe · 8 years ago
  46. e492ae3 ART: Add GetClassSignature by Andreas Gampe · 8 years ago
  47. b0b2080 Merge changes Ib44df099,I8508f96f by Treehugger Robot · 8 years ago
  48. e7b46e2 Merge "MethodHandles: Remove obsolete test workaround." by Narayan Kamath · 8 years ago
  49. f0e359b MethodHandles: Remove obsolete test workaround. by Narayan Kamath · 8 years ago
  50. 3e0dce0 MethodHandles: Better detail message for WrongMethodTypeExceptions by Narayan Kamath · 8 years ago
  51. b24b026 MethodHandles: Temporarily rewrite test of exact invokes. by Narayan Kamath · 8 years ago
  52. bb04c9b Merge "Getter/Setter support for invoke-polymorphic of invokeExact()." by Orion Hodson · 8 years ago
  53. be92d69 Merge "method_handles: Complete support for emulated stack frames." by Narayan Kamath · 8 years ago
  54. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 8 years ago
  55. 80f5dba ART: Blacklist test 911 for target by Andreas Gampe · 8 years ago
  56. 36bcd4f ART: Add GetMethodModifiers by Andreas Gampe · 8 years ago
  57. 368a208 ART: Add GetMethodDeclaringClass by Andreas Gampe · 8 years ago
  58. b5eb94a ART: Add GetStackTrace support by Andreas Gampe · 8 years ago
  59. 785359d ART: Blacklist test 910 on target by Andreas Gampe · 8 years ago
  60. 3c252f0 ART: Add method name support to TI by Andreas Gampe · 8 years ago
  61. 44cea19 Address missed review comment. by Nicolas Geoffray · 8 years ago
  62. 02109dd ARM: VIXL32: Implement Shifts, Neg, Bitwise and Rotate visitors. by Artem Serov · 8 years ago
  63. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 8 years ago
  64. a507910 Merge "ART: Blacklist test 908 for GC_STRESS" by Treehugger Robot · 8 years ago
  65. a0a5fd6 Merge "ART: Add function to retrieve all tagged objects" by Treehugger Robot · 8 years ago
  66. dc19815 ART: Blacklist test 908 for GC_STRESS by Andreas Gampe · 8 years ago
  67. 1e330c2 Merge "ARM: VIXL32: Exclude recently added test that fails." by Treehugger Robot · 8 years ago
  68. b88c0ec Merge "ARM: VIXL32: Pass test 406-fields and a few others." by Roland Levillain · 8 years ago
  69. 61fa537 ARM: VIXL32: Exclude recently added test that fails. by Artem Serov · 8 years ago
  70. 394c26d Merge "MethodHandles: Remove reference to Jack 4.11.BETA from build rule." by Benoit Lamarche · 8 years ago
  71. 61e7b92 MethodHandles: Remove reference to Jack 4.11.BETA from build rule. by Narayan Kamath · 8 years ago
  72. 622ad2f Merge "Blacklist 130-hprof for tracing configs." by Hiroshi Yamauchi · 8 years ago
  73. a307a76 Merge "Always call into native loader when loading a native library" by Dimitry Ivanov · 8 years ago
  74. 874462f Merge "Improved induction variable analysis and loop optimizations." by Aart Bik · 8 years ago
  75. 089356b Merge "Reduce file descriptor limit for 151-OpenFileLimit." by Treehugger Robot · 8 years ago
  76. f9450a9 Merge "ARM: VIXL32: Implement more codegen code to pass a few more tests." by Roland Levillain · 8 years ago
  77. 89ee0b3 Forgot these files from previous VerifierDeps change. by Nicolas Geoffray · 8 years ago
  78. 5715e96 Reduce file descriptor limit for 151-OpenFileLimit. by Richard Uhler · 8 years ago
  79. 458036f Merge "Interpreter: Add support for method handle transforms [Part 1]." by Treehugger Robot · 8 years ago
  80. 1da4508 Merge "Fall back to true anonymous mmap if out of file descriptors." by Treehugger Robot · 8 years ago
  81. c3b7f1a Interpreter: Add support for method handle transforms [Part 1]. by Narayan Kamath · 8 years ago
  82. 5e6046b ART: Add function to retrieve all tagged objects by Andreas Gampe · 8 years ago
  83. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 8 years ago
  84. ef54d8d Revert "ART: Temporarily use global references for GetLoadedClasses" by Andreas Gampe · 8 years ago
  85. 11e7f99 Merge "Revert "Disable kBssEntry LoadString sharpening."" by Vladimir Marko · 8 years ago
  86. b45fbaa5 ARM: VIXL32: Pass test 406-fields and a few others. by Alexandre Rames · 8 years ago
  87. 1bc4b17 Revert "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 8 years ago
  88. a5c61bf Fall back to true anonymous mmap if out of file descriptors. by Richard Uhler · 8 years ago
  89. c0ada4a Blacklist 130-hprof for tracing configs. by Hiroshi Yamauchi · 8 years ago
  90. 5458f89 ART: Blacklist test 908 for target by Andreas Gampe · 8 years ago
  91. 78d5396 Merge "ART: Add GC callbacks" by Treehugger Robot · 8 years ago
  92. 9b8c588 ART: Add GC callbacks by Andreas Gampe · 8 years ago
  93. cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 8 years ago
  94. 1ceb37c Remove unnecessary load class for new instance by Mathieu Chartier · 8 years ago
  95. 9c19bd6 ARM: VIXL32: Implement more codegen code to pass a few more tests. by Alexandre Rames · 8 years ago
  96. 8447e6d Always call into native loader when loading a native library by Zhenhua WANG · 8 years ago
  97. 3667e26 Merge "Dex disassembly suppport for invoke-polymorphic." by Orion Hodson · 8 years ago
  98. dfa8f18 Merge "ART: Switch tagging table to a map" by Treehugger Robot · 8 years ago
  99. e54eee1 ART: Switch tagging table to a map by Andreas Gampe · 8 years ago
  100. 776e473 Merge "Reduce the number of dumps in 130-hprof." by Treehugger Robot · 8 years ago