1. cd95335 Merge "Revert "Revert "Optimize code generation of check-cast and instance-of.""" by Nicolas Geoffray · 9 years ago
  2. 85c7bab Revert "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  3. 7bfd7ee Merge "Fix x64's cmpw." by Nicolas Geoffray · 9 years ago
  4. 46fe065 Fix x64's cmpw. by Nicolas Geoffray · 9 years ago
  5. 819a9c5 Merge "ART: Delete catch phis for undefined vregs." by David Brazdil · 9 years ago
  6. 3eaa32f ART: Delete catch phis for undefined vregs. by David Brazdil · 9 years ago
  7. 9632d5a Merge "ART: Fix two allocation/deallocation mismatches." by Vladimir Marko · 9 years ago
  8. 7cfbfe7 Merge "Deoptimization support in optimizing compiler for setting local values" by Sebastien Hertz · 9 years ago
  9. fc4a03d Merge "Add lock around interpreter string init reg map." by Jeff Hao · 9 years ago
  10. a2c3864 Add lock around interpreter string init reg map. by Jeff Hao · 9 years ago
  11. dc25b96 Merge "Implement StringGetCharsNoCheck intrinsic for X86" by Andreas Gampe · 9 years ago
  12. 61b8bf0 Merge "ART: Skip image visitor in OatWriter for VerifyAtRuntime" by Andreas Gampe · 9 years ago
  13. 2582e1e Merge "Allow null self only in DecodeWeakGlobalDuringShutdown()." by Hiroshi Yamauchi · 9 years ago
  14. 2c2cbfd Merge "ART: Refactor intrinsics slow-paths" by Andreas Gampe · 9 years ago
  15. 85b62f2 ART: Refactor intrinsics slow-paths by Andreas Gampe · 10 years ago
  16. d5ce6a8 ART: Skip image visitor in OatWriter for VerifyAtRuntime by Andreas Gampe · 9 years ago
  17. 188b1f5 Merge "asan: update condition to work with multiple SANITIZE_TARGET values." by Evgenii Stepanov · 9 years ago
  18. 33ddb74 asan: update condition to work with multiple SANITIZE_TARGET values. by Ivan Krasin · 9 years ago
  19. 6958e4f ART: Fix two allocation/deallocation mismatches. by Vladimir Marko · 9 years ago
  20. 498b160 Allow null self only in DecodeWeakGlobalDuringShutdown(). by Hiroshi Yamauchi · 9 years ago
  21. 6766eae Merge "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  22. 7537437 Revert "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  23. 930761f Merge "Use arc4random_buf instead of getauxval(AT_RANDOM)." by Josh Gao · 9 years ago
  24. ca83cd0 Merge "Optimizing: Allow storing value objects in containers." by Vladimir Marko · 9 years ago
  25. e3b2235 Merge "Optimizing: Do not use range-based loop when inserting elements." by Vladimir Marko · 9 years ago
  26. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 10 years ago
  27. b7d8e8c Optimizing: Do not use range-based loop when inserting elements. by Vladimir Marko · 9 years ago
  28. 76c92ac Optimizing: Allow storing value objects in containers. by Vladimir Marko · 9 years ago
  29. a201d5e Merge "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  30. 271d30d Merge "Revert "Support unresolved fields in optimizing" breaks debuggable tests." by Calin Juravle · 9 years ago
  31. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  32. 64acf30 Optimize code generation of check-cast and instance-of. by Nicolas Geoffray · 10 years ago
  33. 017719a Merge "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  34. 9d56782 Merge "Support unresolved methods in Optimizing" by Calin Juravle · 9 years ago
  35. b4b543d Merge "BuildInvoke refactor: extract String.init in its own code path" by Calin Juravle · 9 years ago
  36. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 10 years ago
  37. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 10 years ago
  38. 5d01db1 BuildInvoke refactor: extract String.init in its own code path by Calin Juravle · 10 years ago
  39. 0389cd5 Use arc4random_buf instead of getauxval(AT_RANDOM). by Josh Gao · 9 years ago
  40. 46aa836 Merge "X86/X86_64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight" by Andreas Gampe · 9 years ago
  41. 9eac83e Merge "ART: Skip compiler-driver compile loop for VerifyAtRuntime" by Andreas Gampe · 9 years ago
  42. 740667a ART: Skip compiler-driver compile loop for VerifyAtRuntime by Andreas Gampe · 10 years ago
  43. 9b2c10e Merge "Optimizing: Tag arena allocations in SsaBuilder." by Vladimir Marko · 9 years ago
  44. 71bf809 Optimizing: Tag arena allocations in SsaBuilder. by Vladimir Marko · 10 years ago
  45. 4919c34 Merge "ART: Make dex2oat timing a bit more granular" by Andreas Gampe · 9 years ago
  46. 831904f Merge "Add option to append to the cfg dump." by Calin Juravle · 9 years ago
  47. fe15701 Merge "Add OptimizingCompilerStats to the CodeGenerator class." by Calin Juravle · 9 years ago
  48. aef880c Merge "Optimizing: Tag arena allocations in HGraph." by Vladimir Marko · 9 years ago
  49. 8f8926a Implement StringGetCharsNoCheck intrinsic for X86 by Mark Mendell · 10 years ago
  50. 2d55479 X86/X86_64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Mark Mendell · 10 years ago
  51. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  52. d226ad6 Merge "Use clang for building mips32r2_fp." by Nicolas Geoffray · 9 years ago
  53. bd8b6af Use clang for building mips32r2_fp. by Nicolas Geoffray · 9 years ago
  54. e295be4 Merge "Additional MIPS64 instructions needed by intrinsics code." by Andreas Gampe · 10 years ago
  55. 9ea4a93 Merge "Use induction variable range analysis in BCE (statically)." by Aart Bik · 10 years ago
  56. 7fa1a81 Merge "X86: Use short forward jumps if possible" by Andreas Gampe · 10 years ago
  57. a689227 Merge "Clean up mod union table" by Mathieu Chartier · 10 years ago
  58. c7ae55d ART: Make dex2oat timing a bit more granular by Andreas Gampe · 10 years ago
  59. 1a1d77f Merge "Support X86 intrinsic System.arraycopy char" by Andreas Gampe · 10 years ago
  60. 7ac8b34 Merge "Add X86 bsf and rotate instructions" by Andreas Gampe · 10 years ago
  61. bcee092 Add X86 bsf and rotate instructions by Mark Mendell · 10 years ago
  62. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 10 years ago
  63. c895082 Clean up mod union table by Mathieu Chartier · 10 years ago
  64. fe9a1b0 Merge "Expect null referent in DequeuePendingReference()." by Hiroshi Yamauchi · 10 years ago
  65. d2bb5ba Expect null referent in DequeuePendingReference(). by Hiroshi Yamauchi · 10 years ago
  66. 1e9c1ff Merge "Use image pointer size for profile info" by Mathieu Chartier · 10 years ago
  67. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 10 years ago
  68. ada5ccd Merge "Rename parameter in ArtMethod::ToNativeQuickPc" by David Brazdil · 10 years ago
  69. f1fbd52 Rename parameter in ArtMethod::ToNativeQuickPc by David Brazdil · 10 years ago
  70. 5836f84 Merge "Cleanup thread access in StackVisitor" by Sebastien Hertz · 10 years ago
  71. 5559f9d Merge "ART: Fix 004-ReferenceMap run test" by David Brazdil · 10 years ago
  72. 72f7b88 ART: Fix 004-ReferenceMap run test by David Brazdil · 10 years ago
  73. 0c1b297 Merge "Use $ for f registers to please clang." by Nicolas Geoffray · 10 years ago
  74. c5b4b32 Use $ for f registers to please clang. by Nicolas Geoffray · 10 years ago
  75. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 10 years ago
  76. b505997 Merge "Revert "Revert "ART: Register allocation and runtime support for try/catch""" by David Brazdil · 10 years ago
  77. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 10 years ago
  78. 5c1a337 Merge "ART: Fix bug in reference type propagation" by David Brazdil · 10 years ago
  79. 57b6a13 Merge "Temporarly disable SSA creation in try/catch/debuggable." by Nicolas Geoffray · 10 years ago
  80. baf89b8 ART: Fix bug in reference type propagation by David Brazdil · 10 years ago
  81. 94ca9af Temporarly disable SSA creation in try/catch/debuggable. by Nicolas Geoffray · 10 years ago
  82. 26f7286 Cleanup thread access in StackVisitor by Sebastien Hertz · 10 years ago
  83. cd9266e Merge "Revert "Revert "Re-enable Clang's -Wpessimizing-move""" by Pirama Arumuga Nainar · 10 years ago
  84. e81783a Merge "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 10 years ago
  85. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 10 years ago
  86. 37ef3c0 Merge "Convert ART benchmarks into caliper benchmarks" by Mathieu Chartier · 10 years ago
  87. b4b7fb7 Merge "ART: Fix mac build" by Andreas Gampe · 10 years ago
  88. 3faa581 ART: Fix mac build by Andreas Gampe · 10 years ago
  89. 563e984 Convert ART benchmarks into caliper benchmarks by Mathieu Chartier · 10 years ago
  90. d472066 Revert "Revert "Re-enable Clang's -Wpessimizing-move"" by Pirama Arumuga Nainar · 10 years ago
  91. b70c6ee Merge "ART: Build tests in checkbuild" by Andreas Gampe · 10 years ago
  92. ce660e4 Merge "ART: Register allocation and runtime support for try/catch" by David Brazdil · 10 years ago
  93. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 10 years ago
  94. a852a5b ART: Build tests in checkbuild by Andreas Gampe · 10 years ago
  95. e481c00 Merge "Remove unnecessary std::move from test_dex_file_builder" by Pirama Arumuga Nainar · 10 years ago
  96. 0600cdc Remove unnecessary std::move from test_dex_file_builder by Pirama Arumuga Nainar · 10 years ago
  97. 5da1ea2 Merge "Fix the DequeuePendingReference crash." by Hiroshi Yamauchi · 10 years ago
  98. 70c08d3 Fix the DequeuePendingReference crash. by Hiroshi Yamauchi · 10 years ago
  99. 329d1b5 Merge "Revert "Re-enable Clang's -Wpessimizing-move"" by Pirama Arumuga Nainar · 10 years ago
  100. 4a37953 Revert "Re-enable Clang's -Wpessimizing-move" by Pirama Arumuga Nainar · 10 years ago