1. 8f500fa Add print statements for "Unable to determine architecture". by Nicolas Geoffray · 8 years ago
  2. c4005c3 Merge "New instruction simplifications. Extra dce pass. Allow more per block repeats." by Aart Bik · 8 years ago
  3. 3e9e3a3 Merge "Call ClassExt::VisitRoots" by Alex Light · 8 years ago
  4. cec2fd4 Call ClassExt::VisitRoots by Alex Light · 8 years ago
  5. 63f41f9 Merge "Improved range analysis (and thus BCE) around min/max/abs intrinsics." by Aart Bik · 8 years ago
  6. f7b9a7b Merge "Add ClassExt mirror." by Treehugger Robot · 8 years ago
  7. 2767f4b New instruction simplifications. Extra dce pass. Allow more per block repeats. by Aart Bik · 8 years ago
  8. d625158 Add ClassExt mirror. by Alex Light · 8 years ago
  9. 40fbf74 Improved range analysis (and thus BCE) around min/max/abs intrinsics. by Aart Bik · 8 years ago
  10. 77a0e45 Merge "Revert "Revert "ART: Generalize FindClassInPathClassLoader""" by Treehugger Robot · 8 years ago
  11. c653103 Merge "Revert accidental change introduced in 000e188570." by Narayan Kamath · 8 years ago
  12. a4af47e Merge "It exposes a few bugs that should be address before submitting it. " by Calin Juravle · 8 years ago
  13. f1d9265 It exposes a few bugs that should be address before submitting it. by Calin Juravle · 8 years ago
  14. 7d8d8ff Revert "Revert "ART: Generalize FindClassInPathClassLoader"" by Nicolas Geoffray · 8 years ago
  15. 845c848 Merge "MIPS32: Fix string loads that use kDexCacheViaMethod." by Treehugger Robot · 8 years ago
  16. 6409f58 Merge "ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc." by Roland Levillain · 8 years ago
  17. 3d74bf4 Revert accidental change introduced in 000e188570. by Narayan Kamath · 8 years ago
  18. bcc17bd Merge "MethodHandles: Add tests for transforms in change 598d43d0dec5925c77" by Narayan Kamath · 8 years ago
  19. 96120f4 MethodHandles: Add tests for transforms in change 598d43d0dec5925c77 by Narayan Kamath · 8 years ago
  20. 0fe4df1 Merge "Revert "ART: Generalize FindClassInPathClassLoader"" by Nicolas Geoffray · 8 years ago
  21. af3572b Revert "ART: Generalize FindClassInPathClassLoader" by Nicolas Geoffray · 8 years ago
  22. 9f54896 Merge "MethodHandles: Track libcore change cc4ded." by Narayan Kamath · 8 years ago
  23. dd7c25e Merge "Add VerifierDeps::Verify." by Nicolas Geoffray · 8 years ago
  24. 12fc3df Merge "ART: Simplify test 913" by Andreas Gampe · 8 years ago
  25. 2d7af2d ART: Simplify test 913 by Andreas Gampe · 8 years ago
  26. 6428a18 Merge "Fix heap poisoning build" by Mathieu Chartier · 8 years ago
  27. b53342a Fix heap poisoning build by Mathieu Chartier · 8 years ago
  28. 8cefb64 Merge "Fix read barriers in VisitDexCachePairs" by Mathieu Chartier · 8 years ago
  29. bb51df8 MIPS32: Fix string loads that use kDexCacheViaMethod. by Alexey Frunze · 8 years ago
  30. 3a8360f Merge "Add interface fast path to art_quick_check_cast for X86_64" by Mathieu Chartier · 8 years ago
  31. 6b4c287 Fix read barriers in VisitDexCachePairs by Mathieu Chartier · 8 years ago
  32. 3dbf5c4 Merge "ART: Rename heap support file" by Andreas Gampe · 8 years ago
  33. 2ecfd27 Add interface fast path to art_quick_check_cast for X86_64 by Mathieu Chartier · 8 years ago
  34. 9695b0b Merge "ART: Fix test 913 for concurrent collector" by Treehugger Robot · 8 years ago
  35. ef3ace0 ART: Fix test 913 for concurrent collector by Andreas Gampe · 8 years ago
  36. fedec90 Merge changes I7d79aa90,Ie051e7d4 by Treehugger Robot · 8 years ago
  37. facda39 Merge "tools: Fix generate-asm-support script" by Treehugger Robot · 8 years ago
  38. 4ce767d Merge "Use interpret-only instead of verify-at-runtime when testing JIT" by Treehugger Robot · 8 years ago
  39. ba8df69 ART: Rename heap support file by Andreas Gampe · 8 years ago
  40. 195ea63 Merge changes Ica4f766c,Iaa97520d by Treehugger Robot · 8 years ago
  41. 8904b6f Add VerifierDeps::Verify. by Nicolas Geoffray · 8 years ago
  42. 22c5bef tools: Fix generate-asm-support script by Igor Murashkin · 8 years ago
  43. 5db5b1e Use interpret-only instead of verify-at-runtime when testing JIT by Calin Juravle · 8 years ago
  44. 56cc951 Merge "Flush the CFG visualizer output after writing to it." by Roland Levillain · 8 years ago
  45. c34dba7 ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc. by Scott Wakeling · 8 years ago
  46. fd1ae75 ART: Generalize FindClassInPathClassLoader by Andreas Gampe · 8 years ago
  47. 46aba36 ART: Move pathList well-known-field to actual class by Andreas Gampe · 8 years ago
  48. df6896e Merge "Dump VerifierDeps in oatdump." by Nicolas Geoffray · 8 years ago
  49. b0103ca Flush the CFG visualizer output after writing to it. by Roland Levillain · 8 years ago
  50. e70dd56 Dump VerifierDeps in oatdump. by Nicolas Geoffray · 8 years ago
  51. 94bee02 MethodHandles: Track libcore change cc4ded. by Narayan Kamath · 8 years ago
  52. bda454e Merge "Add a VerifierDeps::Dump method." by Nicolas Geoffray · 8 years ago
  53. b2aaf1d Merge "Address missed review comment." by Nicolas Geoffray · 8 years ago
  54. ca6a719 Merge "MethodHandles: Better detail message for WrongMethodTypeExceptions" by Narayan Kamath · 8 years ago
  55. 40f2f31 ART: Blacklist test 913 for target by Andreas Gampe · 8 years ago
  56. 8da6d03 ART: Add forced garbage collection by Andreas Gampe · 8 years ago
  57. 9be86bb Merge "Move intern table to ObjPtr" by Mathieu Chartier · 8 years ago
  58. 9e86809 Move intern table to ObjPtr by Mathieu Chartier · 8 years ago
  59. 54b20eb Merge changes I9afd9f88,I1cf94699 by Andreas Gampe · 8 years ago
  60. c8ba460 ART: Blacklist test 912 for target by Andreas Gampe · 8 years ago
  61. e492ae3 ART: Add GetClassSignature by Andreas Gampe · 8 years ago
  62. b0b2080 Merge changes Ib44df099,I8508f96f by Treehugger Robot · 8 years ago
  63. e7b46e2 Merge "MethodHandles: Remove obsolete test workaround." by Narayan Kamath · 8 years ago
  64. f0e359b MethodHandles: Remove obsolete test workaround. by Narayan Kamath · 8 years ago
  65. 3e0dce0 MethodHandles: Better detail message for WrongMethodTypeExceptions by Narayan Kamath · 8 years ago
  66. 6ce3dc6 Merge "MethodHandles: Temporarily rewrite test of exact invokes." by Narayan Kamath · 8 years ago
  67. b24b026 MethodHandles: Temporarily rewrite test of exact invokes. by Narayan Kamath · 8 years ago
  68. fea963e Merge "Interpreter: fix build." by Narayan Kamath · 8 years ago
  69. 6fcc5e8 Interpreter: fix build. by Narayan Kamath · 8 years ago
  70. bb04c9b Merge "Getter/Setter support for invoke-polymorphic of invokeExact()." by Orion Hodson · 8 years ago
  71. be92d69 Merge "method_handles: Complete support for emulated stack frames." by Narayan Kamath · 8 years ago
  72. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 8 years ago
  73. d01f60c Add a VerifierDeps::Dump method. by Nicolas Geoffray · 8 years ago
  74. b9b8cab Merge "ART: Blacklist test 911 for target" by Andreas Gampe · 8 years ago
  75. 80f5dba ART: Blacklist test 911 for target by Andreas Gampe · 8 years ago
  76. 36bcd4f ART: Add GetMethodModifiers by Andreas Gampe · 8 years ago
  77. 368a208 ART: Add GetMethodDeclaringClass by Andreas Gampe · 8 years ago
  78. 2f4d68a Merge changes Ifa5818eb,Icbb9f3a6 by Treehugger Robot · 8 years ago
  79. b5eb94a ART: Add GetStackTrace support by Andreas Gampe · 8 years ago
  80. e9f6712 ART: Add synchronous checkpoint by Andreas Gampe · 8 years ago
  81. 19dfeb0 Merge changes I369333c1,I55e7b6da by Treehugger Robot · 8 years ago
  82. 785359d ART: Blacklist test 910 on target by Andreas Gampe · 8 years ago
  83. 3c252f0 ART: Add method name support to TI by Andreas Gampe · 8 years ago
  84. 81fbc57 Merge "ART: Clean up Thread" by Treehugger Robot · 8 years ago
  85. 44cea19 Address missed review comment. by Nicolas Geoffray · 8 years ago
  86. 0a85576 ART: Clean up Thread by Andreas Gampe · 8 years ago
  87. 54f07b5 Merge changes I6c3a84f5,I05414f3b by Treehugger Robot · 8 years ago
  88. cc7e013 Merge "ART: Make graph visualizer thread-safe" by Treehugger Robot · 8 years ago
  89. a0d81af ART: Make graph visualizer thread-safe by Andreas Gampe · 8 years ago
  90. 02d3783 ARM: VIXL32: Move code to ease the diff with old codegen. by Artem Serov · 8 years ago
  91. 02109dd ARM: VIXL32: Implement Shifts, Neg, Bitwise and Rotate visitors. by Artem Serov · 8 years ago
  92. 5edd951 Merge "Remove default argument values in GenerateGcRootFieldLoad." by Roland Levillain · 8 years ago
  93. 270b6ae Merge "Use CLREX in ARM/ARM64 CAS intrinsic Baker read barrier slow paths." by Roland Levillain · 8 years ago
  94. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 8 years ago
  95. b5cc1d1 Merge "method_verifier_test: Allow soft verifier failures for java/lang/invoke.*" by Narayan Kamath · 8 years ago
  96. 56ee489 method_verifier_test: Allow soft verifier failures for java/lang/invoke.* by Narayan Kamath · 8 years ago
  97. 68e4f6b Merge "class_linker: Change allocation of MethodType dex_cache entries." by Narayan Kamath · 8 years ago
  98. 269cb43 class_linker: Change allocation of MethodType dex_cache entries. by Narayan Kamath · 8 years ago
  99. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 8 years ago
  100. d6435da Merge "compiler_driver: loosen DCHECK for java/lang/invoke classes." by Narayan Kamath · 8 years ago