1. 7891b23 Merge "Allow read side effects for removing dead instructions." by Aart Bik · 8 years ago
  2. ff7d89c Allow read side effects for removing dead instructions. by Aart Bik · 8 years ago
  3. 20c56a8 Merge "Revert "JIT root tables."" by Nicolas Geoffray · 8 years ago
  4. 4acd036 Revert "JIT root tables." by Nicolas Geoffray · 8 years ago
  5. 2e7f085 Merge "Revert "Support kJitTableAddress in x86/arm/arm64."" by Nicolas Geoffray · 8 years ago
  6. 07c919f Revert "Support kJitTableAddress in x86/arm/arm64." by Nicolas Geoffray · 8 years ago
  7. b4e4c27 Merge "Reduce arena memory usage when changing graph structure." by Treehugger Robot · 8 years ago
  8. 11bbc7f Merge "Support kJitTableAddress in x86/arm/arm64." by Nicolas Geoffray · 8 years ago
  9. 661b69b Reduce arena memory usage when changing graph structure. by Vladimir Marko · 8 years ago
  10. 997d121 Support kJitTableAddress in x86/arm/arm64. by Nicolas Geoffray · 8 years ago
  11. 54d6a20 Fix 552-checker-sharpening for PIC test. by Vladimir Marko · 8 years ago
  12. 0864c98 Merge "JIT root tables." by Nicolas Geoffray · 8 years ago
  13. 3773f21 Merge "ART: Fix tidy warnings" by Treehugger Robot · 8 years ago
  14. 8acdebc Merge "Allow HDeoptimize to co-exist with LSE." by Mingyao Yang · 8 years ago
  15. da40ac0 Merge "Change check cast entrypoint to check instance of" by Mathieu Chartier · 8 years ago
  16. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  17. b99f4d6 Change check cast entrypoint to check instance of by Mathieu Chartier · 8 years ago
  18. ac3ebc3 JIT root tables. by Nicolas Geoffray · 8 years ago
  19. b02b8d7 Merge "Fix SimplifyIfs() trying to redirect exception handler edges." by Vladimir Marko · 8 years ago
  20. 606c8f0 Fix SimplifyIfs() trying to redirect exception handler edges. by Vladimir Marko · 8 years ago
  21. 72367f8 Merge "Revert "Revert "Enable IntermediateAddress for primitive arrays with read barriers.""" by Roland Levillain · 8 years ago
  22. 53b07bd Fix poison build. by Nicolas Geoffray · 8 years ago
  23. b5f3d81 ART: Make TypeCheckSlowPath call kind consistent by Andreas Gampe · 8 years ago
  24. e58bdca Allow HDeoptimize to co-exist with LSE. by Mingyao Yang · 8 years ago
  25. cdba73b X86_64: Inline checking for kInterfaceCheck check cast by Mathieu Chartier · 8 years ago
  26. 8fba1e0 Merge changes I8bbef5e3,Ib68bdc31,Ie39b7f59,I1ef8b65a by Treehugger Robot · 8 years ago
  27. b85fd6f Merge "Account for early exit loop." by Treehugger Robot · 8 years ago
  28. 0771ee2 Merge "Avoid visiting just eliminated bounds check." by Treehugger Robot · 8 years ago
  29. 19c5419 Revert "Revert "Enable IntermediateAddress for primitive arrays with read barriers."" by Roland Levillain · 8 years ago
  30. 2e6f38a ART: Make Location trivially copyable by Andreas Gampe · 8 years ago
  31. 807868e Account for early exit loop. by Aart Bik · 8 years ago
  32. 7fa7cf5 Fix ART run-test 562-no-intermediate. by Roland Levillain · 8 years ago
  33. 3387b2a Merge "More loop-body simplifications." by Aart Bik · 8 years ago
  34. 1e67748 Avoid visiting just eliminated bounds check. by Aart Bik · 8 years ago
  35. e3dedc5 More loop-body simplifications. by Aart Bik · 8 years ago
  36. 4bbca2a Update AArch32 VIXL intrinsics w.r.t. the new art::ReadBarrier API. by Roland Levillain · 8 years ago
  37. ff48ebc Merge "Add more missing definitions in art::arm::CodeGeneratorARMVIXL." by Roland Levillain · 8 years ago
  38. 6070e88 Add more missing definitions in art::arm::CodeGeneratorARMVIXL. by Roland Levillain · 8 years ago
  39. 6a3be6d Merge "Clean up the runtime read barrier and fix fake address dependency." by Hiroshi Yamauchi · 8 years ago
  40. 6f1b65d Merge "More store/allocation elimination." by Mingyao Yang · 8 years ago
  41. 844e653 Add missing definition of CodeGeneratorARMVIXL::GenerateReadBarrierSlow. by Roland Levillain · 8 years ago
  42. 21b880c Merge "ARM: VIXL32: Implement intrinsics." by Roland Levillain · 8 years ago
  43. de582c1 Merge "ARM: VIXL32: Implement the functionality needed by intrinsics." by Roland Levillain · 8 years ago
  44. c4005c3 Merge "New instruction simplifications. Extra dce pass. Allow more per block repeats." by Aart Bik · 8 years ago
  45. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  46. 63f41f9 Merge "Improved range analysis (and thus BCE) around min/max/abs intrinsics." by Aart Bik · 8 years ago
  47. 2767f4b New instruction simplifications. Extra dce pass. Allow more per block repeats. by Aart Bik · 8 years ago
  48. 58d9bfc More store/allocation elimination. by Mingyao Yang · 8 years ago
  49. 40fbf74 Improved range analysis (and thus BCE) around min/max/abs intrinsics. by Aart Bik · 8 years ago
  50. 5ec6218 ARM: VIXL32: Implement intrinsics. by Anton Kirilov · 8 years ago
  51. e28d9ae ARM: VIXL32: Implement the functionality needed by intrinsics. by Anton Kirilov · 8 years ago
  52. 845c848 Merge "MIPS32: Fix string loads that use kDexCacheViaMethod." by Treehugger Robot · 8 years ago
  53. 6409f58 Merge "ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc." by Roland Levillain · 8 years ago
  54. bb51df8 MIPS32: Fix string loads that use kDexCacheViaMethod. by Alexey Frunze · 8 years ago
  55. c34dba7 ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc. by Scott Wakeling · 8 years ago
  56. b0103ca Flush the CFG visualizer output after writing to it. by Roland Levillain · 8 years ago
  57. 54f07b5 Merge changes I6c3a84f5,I05414f3b by Treehugger Robot · 8 years ago
  58. cc7e013 Merge "ART: Make graph visualizer thread-safe" by Treehugger Robot · 8 years ago
  59. a0d81af ART: Make graph visualizer thread-safe by Andreas Gampe · 8 years ago
  60. 02d3783 ARM: VIXL32: Move code to ease the diff with old codegen. by Artem Serov · 8 years ago
  61. 02109dd ARM: VIXL32: Implement Shifts, Neg, Bitwise and Rotate visitors. by Artem Serov · 8 years ago
  62. 5edd951 Merge "Remove default argument values in GenerateGcRootFieldLoad." by Roland Levillain · 8 years ago
  63. 270b6ae Merge "Use CLREX in ARM/ARM64 CAS intrinsic Baker read barrier slow paths." by Roland Levillain · 8 years ago
  64. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 8 years ago
  65. 00468f3 Remove default argument values in GenerateGcRootFieldLoad. by Roland Levillain · 8 years ago
  66. 384cb66 Merge "Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator." by Vladimir Marko · 8 years ago
  67. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  68. b88c0ec Merge "ARM: VIXL32: Pass test 406-fields and a few others." by Roland Levillain · 8 years ago
  69. 24a4d11 Use CLREX in ARM/ARM64 CAS intrinsic Baker read barrier slow paths. by Roland Levillain · 8 years ago
  70. 874462f Merge "Improved induction variable analysis and loop optimizations." by Aart Bik · 8 years ago
  71. 0440ade Merge "ART: Change InstructionSetFeatures to return unique_ptr" by Treehugger Robot · 8 years ago
  72. f9450a9 Merge "ARM: VIXL32: Implement more codegen code to pass a few more tests." by Roland Levillain · 8 years ago
  73. 0415b4e ART: Change InstructionSetFeatures to return unique_ptr by Andreas Gampe · 10 years ago
  74. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 8 years ago
  75. 11e7f99 Merge "Revert "Disable kBssEntry LoadString sharpening."" by Vladimir Marko · 8 years ago
  76. b45fbaa5 ARM: VIXL32: Pass test 406-fields and a few others. by Alexandre Rames · 8 years ago
  77. 1bc4b17 Revert "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 8 years ago
  78. cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 8 years ago
  79. 1ceb37c Remove unnecessary load class for new instance by Mathieu Chartier · 8 years ago
  80. 9c19bd6 ARM: VIXL32: Implement more codegen code to pass a few more tests. by Alexandre Rames · 8 years ago
  81. 6c42676 Merge "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 8 years ago
  82. d681d9b Merge "MIPS32: Implement HSelect" by Treehugger Robot · 8 years ago
  83. b55fdbb Disable kBssEntry LoadString sharpening. by Vladimir Marko · 8 years ago
  84. a818819 Merge "Improve recognition of select-based period induction." by Treehugger Robot · 8 years ago
  85. 674b9ee MIPS32: Implement HSelect by Alexey Frunze · 8 years ago
  86. 639cc8c Improve recognition of select-based period induction. by Aart Bik · 8 years ago
  87. 2f2533f Merge "ARM: VIXL32: Pass initial ART tests with new code generator." by Roland Levillain · 8 years ago
  88. d985a5a Merge "Change pResolveString entrypoint to kSaveEverything." by Vladimir Marko · 8 years ago
  89. c6c5f6c Merge "Move most of class linker to ObjPtr" by Mathieu Chartier · 8 years ago
  90. 3941c88 Merge "Fix bug in dynamic BCE. With regression test." by Treehugger Robot · 8 years ago
  91. 12a1060 Fix bug in dynamic BCE. With regression test. by Aart Bik · 8 years ago
  92. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  93. 94ce9c2 Change pResolveString entrypoint to kSaveEverything. by Vladimir Marko · 8 years ago
  94. b0d2fe8 Merge "Delete unused blocked_register_pairs_ in code generators" by Mathieu Chartier · 8 years ago
  95. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  96. 58a4c61 Delete unused blocked_register_pairs_ in code generators by Mathieu Chartier · 8 years ago
  97. 6310435 Merge "Enable last value generation of periodic sequence." by Treehugger Robot · 8 years ago
  98. 9abf894 Enable last value generation of periodic sequence. by Aart Bik · 8 years ago
  99. 0a84520 More store/allocation elimination for singletons in case of loops by Mingyao Yang · 8 years ago
  100. a7812ae ARM: VIXL32: Pass initial ART tests with new code generator. by Scott Wakeling · 8 years ago