1. 9f0dece ART: Print short register names with MIPS64 by David Brazdil · 10 years ago
  2. d0d11f2 Merge "ART: Fix bug in DeadPhiHandling" by David Brazdil · 10 years ago
  3. b701315 ART: Fix bug in DeadPhiHandling by David Brazdil · 10 years ago
  4. 7b87ff9 Merge "ART: Optimize catch phi creation to save memory." by David Brazdil · 10 years ago
  5. cd95335 Merge "Revert "Revert "Optimize code generation of check-cast and instance-of.""" by Nicolas Geoffray · 10 years ago
  6. 85c7bab Revert "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 10 years ago
  7. eead071 ART: Optimize catch phi creation to save memory. by David Brazdil · 10 years ago
  8. 7bfd7ee Merge "Fix x64's cmpw." by Nicolas Geoffray · 10 years ago
  9. 46fe065 Fix x64's cmpw. by Nicolas Geoffray · 10 years ago
  10. 3eaa32f ART: Delete catch phis for undefined vregs. by David Brazdil · 10 years ago
  11. dc25b96 Merge "Implement StringGetCharsNoCheck intrinsic for X86" by Andreas Gampe · 10 years ago
  12. 61b8bf0 Merge "ART: Skip image visitor in OatWriter for VerifyAtRuntime" by Andreas Gampe · 10 years ago
  13. 85b62f2 ART: Refactor intrinsics slow-paths by Andreas Gampe · 10 years ago
  14. d5ce6a8 ART: Skip image visitor in OatWriter for VerifyAtRuntime by Andreas Gampe · 10 years ago
  15. 6766eae Merge "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 10 years ago
  16. 7537437 Revert "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 10 years ago
  17. ca83cd0 Merge "Optimizing: Allow storing value objects in containers." by Vladimir Marko · 10 years ago
  18. b7d8e8c Optimizing: Do not use range-based loop when inserting elements. by Vladimir Marko · 10 years ago
  19. 76c92ac Optimizing: Allow storing value objects in containers. by Vladimir Marko · 10 years ago
  20. a201d5e Merge "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 10 years ago
  21. 271d30d Merge "Revert "Support unresolved fields in optimizing" breaks debuggable tests." by Calin Juravle · 10 years ago
  22. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 10 years ago
  23. 64acf30 Optimize code generation of check-cast and instance-of. by Nicolas Geoffray · 10 years ago
  24. 017719a Merge "Support unresolved fields in optimizing" by Calin Juravle · 10 years ago
  25. 9d56782 Merge "Support unresolved methods in Optimizing" by Calin Juravle · 10 years ago
  26. b4b543d Merge "BuildInvoke refactor: extract String.init in its own code path" by Calin Juravle · 10 years ago
  27. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 10 years ago
  28. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 10 years ago
  29. 5d01db1 BuildInvoke refactor: extract String.init in its own code path by Calin Juravle · 10 years ago
  30. 46aa836 Merge "X86/X86_64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight" by Andreas Gampe · 10 years ago
  31. 9eac83e Merge "ART: Skip compiler-driver compile loop for VerifyAtRuntime" by Andreas Gampe · 10 years ago
  32. 740667a ART: Skip compiler-driver compile loop for VerifyAtRuntime by Andreas Gampe · 10 years ago
  33. 71bf809 Optimizing: Tag arena allocations in SsaBuilder. by Vladimir Marko · 10 years ago
  34. 831904f Merge "Add option to append to the cfg dump." by Calin Juravle · 10 years ago
  35. fe15701 Merge "Add OptimizingCompilerStats to the CodeGenerator class." by Calin Juravle · 10 years ago
  36. 8f8926a Implement StringGetCharsNoCheck intrinsic for X86 by Mark Mendell · 10 years ago
  37. 2d55479 X86/X86_64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Mark Mendell · 10 years ago
  38. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  39. e295be4 Merge "Additional MIPS64 instructions needed by intrinsics code." by Andreas Gampe · 10 years ago
  40. 9ea4a93 Merge "Use induction variable range analysis in BCE (statically)." by Aart Bik · 10 years ago
  41. 7fa1a81 Merge "X86: Use short forward jumps if possible" by Andreas Gampe · 10 years ago
  42. 1a1d77f Merge "Support X86 intrinsic System.arraycopy char" by Andreas Gampe · 10 years ago
  43. bcee092 Add X86 bsf and rotate instructions by Mark Mendell · 10 years ago
  44. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 10 years ago
  45. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 10 years ago
  46. b505997 Merge "Revert "Revert "ART: Register allocation and runtime support for try/catch""" by David Brazdil · 10 years ago
  47. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 10 years ago
  48. 5c1a337 Merge "ART: Fix bug in reference type propagation" by David Brazdil · 10 years ago
  49. 57b6a13 Merge "Temporarly disable SSA creation in try/catch/debuggable." by Nicolas Geoffray · 10 years ago
  50. baf89b8 ART: Fix bug in reference type propagation by David Brazdil · 10 years ago
  51. 94ca9af Temporarly disable SSA creation in try/catch/debuggable. by Nicolas Geoffray · 10 years ago
  52. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 10 years ago
  53. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 10 years ago
  54. e481c00 Merge "Remove unnecessary std::move from test_dex_file_builder" by Pirama Arumuga Nainar · 10 years ago
  55. 0600cdc Remove unnecessary std::move from test_dex_file_builder by Pirama Arumuga Nainar · 10 years ago
  56. 9af47e2 Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  57. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 10 years ago
  58. 2d06e08 Merge "ART: Fix Quick-style LR vs PC core spill mask bug" by Andreas Gampe · 10 years ago
  59. 619552b Merge "ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight" by Vladimir Marko · 10 years ago
  60. 9ee23f4 ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Scott Wakeling · 10 years ago
  61. 501fd63 ART: Fix Quick-style LR vs PC core spill mask bug by Andreas Gampe · 10 years ago
  62. 2fadd7b Additional MIPS64 instructions needed by intrinsics code. by Chris Larsen · 10 years ago
  63. 010c7fd Merge "Induction variable range analysis." by Aart Bik · 10 years ago
  64. d14c595 Induction variable range analysis. by Aart Bik · 10 years ago
  65. b9c7992 Merge "Revert "Revert "Do a second check for testing intrinsic types.""" by Andreas Gampe · 10 years ago
  66. 402ae2d Merge "Add dex_pc to all HInstructions in builder." by Nicolas Geoffray · 10 years ago
  67. 3ecfd65 Add dex_pc to all HInstructions in builder. by Yevgeny Rouban · 10 years ago
  68. bfb5ba9 Revert "Revert "Do a second check for testing intrinsic types."" by Andreas Gampe · 10 years ago
  69. 0616ae0 [optimizing] Add support for x86 constant area by Mark Mendell · 10 years ago
  70. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  71. e657639 Merge "Simplify loop invariant operations during induction analysis." by Aart Bik · 10 years ago
  72. 449b109 ART: Clean up Thumb2Assembler's AddConstant(). by Vladimir Marko · 10 years ago
  73. 471a203 Simplify loop invariant operations during induction analysis. by Aart Bik · 10 years ago
  74. 6b79454 Merge "Further development of induction variable analysis." by Aart Bik · 10 years ago
  75. e609b7c Further development of induction variable analysis. by Aart Bik · 10 years ago
  76. 7a4ba99 Merge "ART: Abort if malloc() fails in SwapAllocator::allocate()." by Vladimir Marko · 10 years ago
  77. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 10 years ago
  78. 305ff2d ART: Abort if malloc() fails in SwapAllocator::allocate(). by Vladimir Marko · 10 years ago
  79. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 10 years ago
  80. 897ce64 Merge "Reduce how often we call FindDexCache" by Mathieu Chartier · 10 years ago
  81. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 10 years ago
  82. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  83. 2e8e4ff Merge "Revert "Optimizing: Tag basic block allocations with their source."" by Vladimir Marko · 10 years ago
  84. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  85. f7432c6 Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  86. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  87. 2a7c1ef Add more dwarf debug line info for Optimized methods. by Yevgeny Rouban · 10 years ago
  88. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 10 years ago
  89. 51995e1 Merge "SlowPath: Remove the use of Locations in the SlowPath constructors." by Nicolas Geoffray · 10 years ago
  90. 5c36017 Merge "Use CodeGenerator::RecordPcInfo instead of SlowPathCode::RecordPcInfo." by Nicolas Geoffray · 10 years ago
  91. a63f0d4 Optimizing: Improve String.equals() thumb intrinsic. by Vladimir Marko · 10 years ago
  92. 46637e6 Merge "ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers." by Vladimir Marko · 10 years ago
  93. 73cf0fb ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers. by Vladimir Marko · 10 years ago
  94. f92d753 Merge "Revert "Revert "Change dex caches to be weak roots""" by Mathieu Chartier · 10 years ago
  95. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  96. 40abca7 Merge "ART: Fix the simplifier for NEGATE add/sub" by Nicolas Geoffray · 10 years ago
  97. ed15000 Fix some HandleScope bugs and add corresponding checks by Mathieu Chartier · 10 years ago
  98. 9393c69 ART: Add mising ScopedObjectAccess in ref type propagation by Andreas Gampe · 10 years ago
  99. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  100. bde6767 Merge "ART: Balanced locking" by Andreas Gampe · 10 years ago