1. 7fa7cf5 Fix ART run-test 562-no-intermediate. by Roland Levillain · 9 years ago
  2. d4ede93 Merge "Integrate VerifierDeps in compiler driver." by Nicolas Geoffray · 9 years ago
  3. 3387b2a Merge "More loop-body simplifications." by Aart Bik · 9 years ago
  4. e3dedc5 More loop-body simplifications. by Aart Bik · 9 years ago
  5. 4c481a4 ART: Make some variables references by Andreas Gampe · 9 years ago
  6. 4bbca2a Update AArch32 VIXL intrinsics w.r.t. the new art::ReadBarrier API. by Roland Levillain · 9 years ago
  7. ff48ebc Merge "Add more missing definitions in art::arm::CodeGeneratorARMVIXL." by Roland Levillain · 9 years ago
  8. 6070e88 Add more missing definitions in art::arm::CodeGeneratorARMVIXL. by Roland Levillain · 9 years ago
  9. 6a3be6d Merge "Clean up the runtime read barrier and fix fake address dependency." by Hiroshi Yamauchi · 9 years ago
  10. 6f1b65d Merge "More store/allocation elimination." by Mingyao Yang · 9 years ago
  11. a19cd47 Merge "Add missing definition of CodeGeneratorARMVIXL::GenerateReadBarrierSlow." by Nicolas Geoffray · 9 years ago
  12. 844e653 Add missing definition of CodeGeneratorARMVIXL::GenerateReadBarrierSlow. by Roland Levillain · 9 years ago
  13. 4b2cdf8 Merge "Clean up parameter names in ManagedRegisterEntrySpills." by Vladimir Marko · 9 years ago
  14. 21b880c Merge "ARM: VIXL32: Implement intrinsics." by Roland Levillain · 9 years ago
  15. 4c23dfb Clean up parameter names in ManagedRegisterEntrySpills. by Vladimir Marko · 9 years ago
  16. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 9 years ago
  17. de582c1 Merge "ARM: VIXL32: Implement the functionality needed by intrinsics." by Roland Levillain · 9 years ago
  18. c4005c3 Merge "New instruction simplifications. Extra dce pass. Allow more per block repeats." by Aart Bik · 9 years ago
  19. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 9 years ago
  20. 63f41f9 Merge "Improved range analysis (and thus BCE) around min/max/abs intrinsics." by Aart Bik · 9 years ago
  21. 2767f4b New instruction simplifications. Extra dce pass. Allow more per block repeats. by Aart Bik · 9 years ago
  22. d625158 Add ClassExt mirror. by Alex Light · 9 years ago
  23. 58d9bfc More store/allocation elimination. by Mingyao Yang · 9 years ago
  24. 40fbf74 Improved range analysis (and thus BCE) around min/max/abs intrinsics. by Aart Bik · 9 years ago
  25. 5ec6218 ARM: VIXL32: Implement intrinsics. by Anton Kirilov · 9 years ago
  26. e28d9ae ARM: VIXL32: Implement the functionality needed by intrinsics. by Anton Kirilov · 9 years ago
  27. 845c848 Merge "MIPS32: Fix string loads that use kDexCacheViaMethod." by Treehugger Robot · 9 years ago
  28. 6409f58 Merge "ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc." by Roland Levillain · 9 years ago
  29. bb51df8 MIPS32: Fix string loads that use kDexCacheViaMethod. by Alexey Frunze · 9 years ago
  30. 8904b6f Add VerifierDeps::Verify. by Nicolas Geoffray · 9 years ago
  31. 56cc951 Merge "Flush the CFG visualizer output after writing to it." by Roland Levillain · 9 years ago
  32. c34dba7 ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc. by Scott Wakeling · 9 years ago
  33. b0103ca Flush the CFG visualizer output after writing to it. by Roland Levillain · 9 years ago
  34. e70dd56 Dump VerifierDeps in oatdump. by Nicolas Geoffray · 9 years ago
  35. bda454e Merge "Add a VerifierDeps::Dump method." by Nicolas Geoffray · 9 years ago
  36. 9e86809 Move intern table to ObjPtr by Mathieu Chartier · 9 years ago
  37. d01f60c Add a VerifierDeps::Dump method. by Nicolas Geoffray · 9 years ago
  38. 0a85576 ART: Clean up Thread by Andreas Gampe · 9 years ago
  39. 54f07b5 Merge changes I6c3a84f5,I05414f3b by Treehugger Robot · 9 years ago
  40. cc7e013 Merge "ART: Make graph visualizer thread-safe" by Treehugger Robot · 9 years ago
  41. a0d81af ART: Make graph visualizer thread-safe by Andreas Gampe · 9 years ago
  42. 02d3783 ARM: VIXL32: Move code to ease the diff with old codegen. by Artem Serov · 9 years ago
  43. 02109dd ARM: VIXL32: Implement Shifts, Neg, Bitwise and Rotate visitors. by Artem Serov · 9 years ago
  44. 5edd951 Merge "Remove default argument values in GenerateGcRootFieldLoad." by Roland Levillain · 9 years ago
  45. 270b6ae Merge "Use CLREX in ARM/ARM64 CAS intrinsic Baker read barrier slow paths." by Roland Levillain · 9 years ago
  46. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 9 years ago
  47. e3eae5e compiler_driver: loosen DCHECK for java/lang/invoke classes. by Narayan Kamath · 9 years ago
  48. 00468f3 Remove default argument values in GenerateGcRootFieldLoad. by Roland Levillain · 9 years ago
  49. 384cb66 Merge "Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator." by Vladimir Marko · 9 years ago
  50. a908348 Merge "Remove some unneeded header includes" by David Sehr · 9 years ago
  51. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 9 years ago
  52. b88c0ec Merge "ARM: VIXL32: Pass test 406-fields and a few others." by Roland Levillain · 9 years ago
  53. 24a4d11 Use CLREX in ARM/ARM64 CAS intrinsic Baker read barrier slow paths. by Roland Levillain · 9 years ago
  54. 7f01971 Remove some unneeded header includes by David Sehr · 9 years ago
  55. 874462f Merge "Improved induction variable analysis and loop optimizations." by Aart Bik · 9 years ago
  56. 0440ade Merge "ART: Change InstructionSetFeatures to return unique_ptr" by Treehugger Robot · 9 years ago
  57. f9450a9 Merge "ARM: VIXL32: Implement more codegen code to pass a few more tests." by Roland Levillain · 9 years ago
  58. 0415b4e ART: Change InstructionSetFeatures to return unique_ptr by Andreas Gampe · 11 years ago
  59. eb242cd Merge "Save the non-verified classes in the VerifierDeps." by Nicolas Geoffray · 9 years ago
  60. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 9 years ago
  61. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 9 years ago
  62. 188edb3 Fix the Thumb-2 definition of the CLREX instruction. by Roland Levillain · 9 years ago
  63. 11e7f99 Merge "Revert "Disable kBssEntry LoadString sharpening."" by Vladimir Marko · 9 years ago
  64. b45fbaa5 ARM: VIXL32: Pass test 406-fields and a few others. by Alexandre Rames · 9 years ago
  65. 1bc4b17 Revert "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 9 years ago
  66. f30b158 Merge "Encode quickening info in .vdex." by Nicolas Geoffray · 9 years ago
  67. cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 9 years ago
  68. 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 9 years ago
  69. 1ceb37c Remove unnecessary load class for new instance by Mathieu Chartier · 9 years ago
  70. 9c19bd6 ARM: VIXL32: Implement more codegen code to pass a few more tests. by Alexandre Rames · 9 years ago
  71. 6c42676 Merge "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 9 years ago
  72. d681d9b Merge "MIPS32: Implement HSelect" by Treehugger Robot · 9 years ago
  73. b55fdbb Disable kBssEntry LoadString sharpening. by Vladimir Marko · 9 years ago
  74. a818819 Merge "Improve recognition of select-based period induction." by Treehugger Robot · 9 years ago
  75. 674b9ee MIPS32: Implement HSelect by Alexey Frunze · 9 years ago
  76. 639cc8c Improve recognition of select-based period induction. by Aart Bik · 9 years ago
  77. 024662a Merge changes I16f8b7ec,I075bbf55 by Igor Murashkin · 9 years ago
  78. 2f2533f Merge "ARM: VIXL32: Pass initial ART tests with new code generator." by Roland Levillain · 9 years ago
  79. d985a5a Merge "Change pResolveString entrypoint to kSaveEverything." by Vladimir Marko · 9 years ago
  80. c6c5f6c Merge "Move most of class linker to ObjPtr" by Mathieu Chartier · 9 years ago
  81. 3941c88 Merge "Fix bug in dynamic BCE. With regression test." by Treehugger Robot · 9 years ago
  82. af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 9 years ago
  83. 3f699ae Revert "jni: Disable FastNative path for methods returning objects" by Igor Murashkin · 9 years ago
  84. 12a1060 Fix bug in dynamic BCE. With regression test. by Aart Bik · 9 years ago
  85. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago
  86. 94ce9c2 Change pResolveString entrypoint to kSaveEverything. by Vladimir Marko · 9 years ago
  87. b0d2fe8 Merge "Delete unused blocked_register_pairs_ in code generators" by Mathieu Chartier · 9 years ago
  88. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  89. 58a4c61 Delete unused blocked_register_pairs_ in code generators by Mathieu Chartier · 9 years ago
  90. 6310435 Merge "Enable last value generation of periodic sequence." by Treehugger Robot · 9 years ago
  91. 9d7c8a3 Merge "More store/allocation elimination for singletons in case of loops" by Mingyao Yang · 9 years ago
  92. 9abf894 Enable last value generation of periodic sequence. by Aart Bik · 9 years ago
  93. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 9 years ago
  94. 38a4223 Merge "Move most mirror:: args to ObjPtr" by Mathieu Chartier · 9 years ago
  95. 0a84520 More store/allocation elimination for singletons in case of loops by Mingyao Yang · 9 years ago
  96. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 9 years ago
  97. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 9 years ago
  98. 498e122 Merge "Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak" by Brian Carlstrom · 9 years ago
  99. a7812ae ARM: VIXL32: Pass initial ART tests with new code generator. by Scott Wakeling · 9 years ago
  100. 8c0fee9 Merge "Do not write empty class table and intern table to image." by Vladimir Marko · 9 years ago