1. b17d1cc Revert "Tweak inlining heuristics." by Nicolas Geoffray · 10 years ago
  2. fcb7613 Tweak inlining heuristics. by Nicolas Geoffray · 10 years ago
  3. 96c9de9 Merge "Refactor DexFile::DecodeDebugInfo." by David Srbecky · 10 years ago
  4. b06e28e Refactor DexFile::DecodeDebugInfo. by David Srbecky · 10 years ago
  5. 74768fb Merge "x86-64 Baker's read barrier fast path implementation." by Roland Levillain · 10 years ago
  6. 089ff48 Merge "x86 Baker's read barrier fast path implementation." by Roland Levillain · 10 years ago
  7. 18c12bb Fix --inline-max-code-units option. by Nicolas Geoffray · 10 years ago
  8. 1e7f8db x86-64 Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  9. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  10. 8cf97d7 Merge "Revert "Revert "Enable profiled guided compilation in dex2oat""" by Calin Juravle · 10 years ago
  11. e36ae94 ART: Set RTI of Arm64IntermediateAddress by David Brazdil · 10 years ago
  12. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  13. 70c1a8f Merge "Optimizing: Clean up after HRor." by Vladimir Marko · 10 years ago
  14. 4113b97 Merge "Address some comments in image writer" by Mathieu Chartier · 10 years ago
  15. 5366f5c Fix call to LoadNativeLibrary by Dimitry Ivanov · 10 years ago
  16. 98d46d2 Merge "Use isolated namespaces for app native libs" by Dimitry Ivanov · 10 years ago
  17. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 10 years ago
  18. 351dddf Optimizing: Clean up after HRor. by Vladimir Marko · 10 years ago
  19. 58dcb02 Merge "Replace rotate patterns and invokes with HRor IR." by Vladimir Marko · 10 years ago
  20. 40a04bf Replace rotate patterns and invokes with HRor IR. by Scott Wakeling · 10 years ago
  21. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 10 years ago
  22. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  23. 7b000c9 Merge "Set DW_AT_comp_dir for each compile unit in dwarf" by Tamas Berghammer · 10 years ago
  24. a79c717 Merge "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  25. bf479be Merge "Don't generate a slow path for strings in the dex cache." by Nicolas Geoffray · 10 years ago
  26. 376cbcc Merge "Optimizing: Add direct calls to math intrinsics" by Nicolas Geoffray · 10 years ago
  27. f5a3099 Use isolated namespaces for app native libs by Dmitriy Ivanov · 10 years ago
  28. 84623e1 Merge "For LSE, add a few non-aliasing cases due to pre-existence." by Mingyao Yang · 10 years ago
  29. 8ab1d64 For LSE, add a few non-aliasing cases due to pre-existence. by Mingyao Yang · 10 years ago
  30. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 10 years ago
  31. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 10 years ago
  32. 67ad20e Address some comments in image writer by Mathieu Chartier · 10 years ago
  33. 34760f9 Merge "ART: Refactor verifier callbacks" by Andreas Gampe · 10 years ago
  34. a1b2121 Merge "Refactor and clean up OatWriter and Dex2Oat." by Vladimir Marko · 10 years ago
  35. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 10 years ago
  36. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 10 years ago
  37. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 10 years ago
  38. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  39. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 10 years ago
  40. f71b3ad Get source mapping table from stack maps. by David Srbecky · 10 years ago
  41. d480156 Merge "Fix braino when resolving an invoke-super." by Nicolas Geoffray · 10 years ago
  42. 41844e5 Fix braino when resolving an invoke-super. by Nicolas Geoffray · 10 years ago
  43. 4a34064 Merge "ART: Fix bug in DCE not removing phis from catch phi uses" by David Brazdil · 10 years ago
  44. 04ff4e8 ART: Fix bug in DCE not removing phis from catch phi uses by David Brazdil · 10 years ago
  45. 8c55712 Set DW_AT_comp_dir for each compile unit in dwarf by Tamas Berghammer · 10 years ago
  46. 6d0aefd Merge "MIPS32: Improve integer division by constants" by Nicolas Geoffray · 10 years ago
  47. 70a3390 Merge "Revert "Add support for LZ4 compressed image files"" by Nicolas Geoffray · 10 years ago
  48. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 10 years ago
  49. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 10 years ago
  50. 4d98c84 ART: Make trampoline compiler pointer-size-safe by Andreas Gampe · 10 years ago
  51. f1975e4 Merge "Simplify and rename IsLoopInvariant() test." by Mingyao Yang · 10 years ago
  52. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 10 years ago
  53. d7d23ee Merge "Add local variables to DWARF." by David Srbecky · 10 years ago
  54. 996ed0b Add local variables to DWARF. by David Srbecky · 10 years ago
  55. 2c1164c Merge "ART: Reduce the instructions generated by packed switch." by Vladimir Marko · 10 years ago
  56. 4b467ed Simplify and rename IsLoopInvariant() test. by Mingyao Yang · 10 years ago
  57. eb5ddd7 Merge "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 10 years ago
  58. 59f054d ART: Reduce the instructions generated by packed switch. by Zheng Xu · 10 years ago
  59. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 10 years ago
  60. e0d25b1 Merge "Allow initializing runtime with parsed options." by Vladimir Marko · 10 years ago
  61. 8993caf ART: Enable all optimizations except LSE under try/catch by David Brazdil · 10 years ago
  62. 88b2b80 Allow initializing runtime with parsed options. by Vladimir Marko · 10 years ago
  63. bf84a3d Annotate Boolean literals more uniformly in Optimizing's intrinsics. by Roland Levillain · 10 years ago
  64. 038f4f2 Merge "Fix art::x86::IntrinsicLocationsBuilderX86::VisitUnsafeGetLong." by Roland Levillain · 10 years ago
  65. 5bde68f Merge "MIPS32: Bit rotation intrinsics" by Andreas Gampe · 10 years ago
  66. fdacff8 Merge "MIPS32: int java.lang.*.numberOfTrailingZeros" by Andreas Gampe · 10 years ago
  67. e15f6e2 Merge "MIPS32: int java.lang.*.numberOfLeadingZeros" by Andreas Gampe · 10 years ago
  68. a616b4e Merge "Store class tables in the image" by Mathieu Chartier · 10 years ago
  69. cf6bd55 Merge "Add ElfWriter::GetStream()." by Vladimir Marko · 10 years ago
  70. d382994 Merge "Step-wise improvement of range analysis with outer loop induction." by Aart Bik · 10 years ago
  71. eddbfb7 Merge "MIPS32: java.lang.*.reverse" by Andreas Gampe · 10 years ago
  72. 131980f Add ElfWriter::GetStream(). by Vladimir Marko · 10 years ago
  73. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 10 years ago
  74. b9f8119 Fix art::x86::IntrinsicLocationsBuilderX86::VisitUnsafeGetLong. by Roland Levillain · 10 years ago
  75. b738d4f Step-wise improvement of range analysis with outer loop induction. by Aart Bik · 10 years ago
  76. 208a5cb Store class tables in the image by Mathieu Chartier · 10 years ago
  77. 9fdb129 Revert "Enable profiled guided compilation in dex2oat" by Nicolas Geoffray · 10 years ago
  78. 27e17fd Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  79. 47229aa Merge "Revert "Revert "Don't use the compiler driver for method resolution.""" by Nicolas Geoffray · 10 years ago
  80. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 10 years ago
  81. b5cdc5d Merge "Clean up optimizing compiler stats" by Calin Juravle · 10 years ago
  82. d585b2c Merge "Revert "Revert "ART: Do not eagerly type LoopPhi [null, ...]""" by David Brazdil · 10 years ago
  83. fe86070 Revert "Revert "ART: Do not eagerly type LoopPhi [null, ...]"" by David Brazdil · 10 years ago
  84. 874121e Merge "Optimizing: Add checker tests for sharpening." by Vladimir Marko · 10 years ago
  85. f64242a Optimizing: Add checker tests for sharpening. by Vladimir Marko · 10 years ago
  86. 08a84ac Merge "Revert "ART: Do not eagerly type LoopPhi [null, ...]"" by David Brazdil · 10 years ago
  87. 5f3fb18 Revert "ART: Do not eagerly type LoopPhi [null, ...]" by David Brazdil · 10 years ago
  88. 4a34277 Dynamic BCE (based on induction range analysis) by Aart Bik · 10 years ago
  89. 1cfe7fd Merge "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 10 years ago
  90. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 10 years ago
  91. 8b3609b Merge "ART: Do not eagerly type LoopPhi [null, ...]" by David Brazdil · 10 years ago
  92. 3a738bf ART: Do not eagerly type LoopPhi [null, ...] by David Brazdil · 10 years ago
  93. 753e8c4 Merge "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 10 years ago
  94. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 10 years ago
  95. b1aa617 Merge "Move PC-relative addressing bases to a better position." by Vladimir Marko · 10 years ago
  96. ad54338 Clean up optimizing compiler stats by Calin Juravle · 10 years ago
  97. 1965328 Merge "Optimizing/ARM: Implement kDexCachePcRelative dispatch." by Vladimir Marko · 10 years ago
  98. fb337ea Move PC-relative addressing bases to a better position. by Vladimir Marko · 10 years ago
  99. b4536b7 Optimizing/ARM: Implement kDexCachePcRelative dispatch. by Vladimir Marko · 10 years ago
  100. d1744d4 Merge "Refactor oat file writing to give Dex2Oat more control." by Vladimir Marko · 10 years ago