1. 95e7ffc Improve documentation and assertions of read barrier instrumentation. by Roland Levillain · 9 years ago
  2. 6b5afdd Revert "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 9 years ago
  3. debeb98 ARM/ARM64: Extend support of instruction combining. by Ilmir Usmanov · 9 years ago
  4. e3f43ac Some read barrier clean-up in Optimizing. by Roland Levillain · 9 years ago
  5. 955d24c Merge "ART: Remove Baseline compiler" by David Brazdil · 9 years ago
  6. 58282f4 ART: Remove Baseline compiler by David Brazdil · 9 years ago
  7. d6e069b Optimizing: Improve floating point comparisons on arm and arm64. by Vladimir Marko · 9 years ago
  8. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago
  9. 947cb4f Merge "Implement irreducible loop support in optimizing." by Nicolas Geoffray · 9 years ago
  10. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  11. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  12. 42249c3 Reduce code size by sharing slow paths. by Aart Bik · 9 years ago
  13. 3da15f8 Merge "Optimizing/ARM: Fix CmpConstant()." by Vladimir Marko · 9 years ago
  14. 8566a91 Merge "Generate Nops to ensure that debug stack maps have distinct PC." by David Srbecky · 9 years ago
  15. f871d46 Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined." by Nicolas Geoffray · 9 years ago
  16. b7070a2 Generate Nops to ensure that debug stack maps have distinct PC. by David Srbecky · 9 years ago
  17. 68f6289 Don't use std::abs on INT_MIN/LONG_MIN, it's undefined. by Nicolas Geoffray · 9 years ago
  18. 363910e Merge "Add a missing implicit null check in the ARM codegen." by Roland Levillain · 9 years ago
  19. 80e6709 Small implicit null checks refactoring in the ARM codegen. by Roland Levillain · 9 years ago
  20. 1407ee7 Add a missing implicit null check in the ARM codegen. by Roland Levillain · 9 years ago
  21. c928591 ARM Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  22. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 9 years ago
  23. 5f7b58e Rewrite HInstruction::Is/As<type>(). by Vladimir Marko · 9 years ago
  24. ac6ac10 Optimizing/ARM: Fix CmpConstant(). by Vladimir Marko · 9 years ago
  25. 14c4e90 Merge "Revert "Revert "ART: Reduce the instructions generated by packed switch.""" by Vladimir Marko · 9 years ago
  26. f3e0ee2 Revert "Revert "ART: Reduce the instructions generated by packed switch."" by Vladimir Marko · 9 years ago
  27. d7d3538 Merge "Revert "ART: Reduce the instructions generated by packed switch."" by Nicolas Geoffray · 9 years ago
  28. b4c1376 Revert "ART: Reduce the instructions generated by packed switch." by Nicolas Geoffray · 9 years ago
  29. 351dddf Optimizing: Clean up after HRor. by Vladimir Marko · 9 years ago
  30. 58dcb02 Merge "Replace rotate patterns and invokes with HRor IR." by Vladimir Marko · 9 years ago
  31. 40a04bf Replace rotate patterns and invokes with HRor IR. by Scott Wakeling · 9 years ago
  32. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 9 years ago
  33. 59f054d ART: Reduce the instructions generated by packed switch. by Zheng Xu · 9 years ago
  34. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 9 years ago
  35. 1cfe7fd Merge "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 9 years ago
  36. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  37. 753e8c4 Merge "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  38. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 9 years ago
  39. b4536b7 Optimizing/ARM: Implement kDexCachePcRelative dispatch. by Vladimir Marko · 9 years ago
  40. 42e372e Optimize HLoadClass when we know the class is in the cache. by Nicolas Geoffray · 9 years ago
  41. 888d067 Revamp art::CheckEntrypointTypes uses. by Roland Levillain · 9 years ago
  42. 4f6b0b5 Clean up read barrier related comments in Optimizing. by Roland Levillain · 9 years ago
  43. f180af0 Merge "Optimizing/ARM: Improve long shifts by 1." by Vladimir Marko · 9 years ago
  44. 01b88a2 Merge "Explicitly add HLoadClass/HClinitCheck for HNewInstance." by Nicolas Geoffray · 9 years ago
  45. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 9 years ago
  46. f9d741e Optimizing/ARM: Improve long shifts by 1. by Vladimir Marko · 9 years ago
  47. c53c079 Clean up the special input in HInvokeStaticOrDirect. by Vladimir Marko · 9 years ago
  48. 3b359c7 ARM read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  49. 0debae7 ART: Refactor GenerateTestAndBranch by David Brazdil · 9 years ago
  50. 13c86fd Optimizing: Clean up constant location handling. by Vladimir Marko · 9 years ago
  51. 33ad10e Optimizing/ARM: Improve shifts of long values by a constant. by Vladimir Marko · 9 years ago
  52. b8b9769 Fix conditional jump over jmp (X86/X86-64/ARM32) by Mark Mendell · 9 years ago
  53. 7cffc3b ART: Arm32 packed-switch jump tables by Andreas Gampe · 9 years ago
  54. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 9 years ago
  55. f69f56e Merge "Generalize codegen and simplification of deopt." by Aart Bik · 9 years ago
  56. bb245d1 Generalize codegen and simplification of deopt. by Aart Bik · 9 years ago
  57. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  58. d5a69fc Merge "Added support for unsigned comparisons" by Aart Bik · 9 years ago
  59. e9f3760 Added support for unsigned comparisons by Aart Bik · 9 years ago
  60. 6440443 Merge "Improve Thumb2 bitwise operations." by Vladimir Marko · 9 years ago
  61. d2b4ca2 Improve Thumb2 bitwise operations. by Vladimir Marko · 9 years ago
  62. 5bd05a5 Implement System.arraycopy intrinsic for arm. by Nicolas Geoffray · 9 years ago
  63. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  64. 580b609 Fix location summary for LoadClass by Calin Juravle · 9 years ago
  65. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  66. ecf680d Block callee save fp registers in debuggable. by Nicolas Geoffray · 9 years ago
  67. c8fb997 Merge "Revert "Don't use floating point callee saves in debuggable."" by Nicolas Geoffray · 9 years ago
  68. 75d5b9b Revert "Don't use floating point callee saves in debuggable." by Nicolas Geoffray · 9 years ago
  69. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  70. dc2ce63 Merge "Optimize ArraySet for x86/x64/arm/arm64." by Nicolas Geoffray · 9 years ago
  71. 0dbcaee Merge "Don't use floating point callee saves in debuggable." by Nicolas Geoffray · 9 years ago
  72. 88a95ba Don't use floating point callee saves in debuggable. by Nicolas Geoffray · 9 years ago
  73. e0395dd Optimize ArraySet for x86/x64/arm/arm64. by Nicolas Geoffray · 9 years ago
  74. 5233f93 Optimizing: Tag even more arena allocations. by Vladimir Marko · 9 years ago
  75. 225b646 Optimizing: Tag arena allocations in code generators. by Vladimir Marko · 9 years ago
  76. 33c0ed6 Merge "[optimizing] Add basic PackedSwitch support" by Andreas Gampe · 9 years ago
  77. abfcf18 Further refinements to checkcast/instanceof. by Nicolas Geoffray · 9 years ago
  78. fe57faa [optimizing] Add basic PackedSwitch support by Mark Mendell · 9 years ago
  79. 85c7bab Revert "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  80. 85b62f2 ART: Refactor intrinsics slow-paths by Andreas Gampe · 9 years ago
  81. 6766eae Merge "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  82. 7537437 Revert "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  83. a201d5e Merge "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  84. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  85. 64acf30 Optimize code generation of check-cast and instance-of. by Nicolas Geoffray · 9 years ago
  86. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 9 years ago
  87. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 9 years ago
  88. fe15701 Merge "Add OptimizingCompilerStats to the CodeGenerator class." by Calin Juravle · 9 years ago
  89. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  90. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  91. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  92. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  93. 501fd63 ART: Fix Quick-style LR vs PC core spill mask bug by Andreas Gampe · 9 years ago
  94. bfb5ba9 Revert "Revert "Do a second check for testing intrinsic types."" by Andreas Gampe · 9 years ago
  95. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  96. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  97. 51995e1 Merge "SlowPath: Remove the use of Locations in the SlowPath constructors." by Nicolas Geoffray · 9 years ago
  98. 73cf0fb ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers. by Vladimir Marko · 9 years ago
  99. 5a6cc49 SlowPath: Remove the use of Locations in the SlowPath constructors. by Serban Constantinescu · 9 years ago
  100. ecc4366 Add OptimizingCompilerStats to the CodeGenerator class. by Serban Constantinescu · 9 years ago