1. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 9 years ago
  2. d674bf7 Merge "Move debug symbol writing code to elf_writer_debug.cc" by David Srbecky · 9 years ago
  3. 5f7b58e Rewrite HInstruction::Is/As<type>(). by Vladimir Marko · 9 years ago
  4. aa944b9 Merge "Use shared namespaces for bundled apps" by Dimitry Ivanov · 9 years ago
  5. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  6. d5bbadf Use shared namespaces for bundled apps by Dimitry Ivanov · 9 years ago
  7. 803cbb9 For LSE, further optimize stores for singleton references. by Mingyao Yang · 9 years ago
  8. 280a65b Merge "MIPS64: Fuse long and FP compare & condition in Optimizing." by Roland Levillain · 9 years ago
  9. e0febdf Move debug symbol writing code to elf_writer_debug.cc by David Srbecky · 9 years ago
  10. ecf52df ART: Fix bug in LSE by David Brazdil · 9 years ago
  11. 2739411 Merge "Disable the UnsafeCASObject intrinsic with read barriers." by Roland Levillain · 9 years ago
  12. 391b866 Disable the UnsafeCASObject intrinsic with read barriers. by Roland Levillain · 9 years ago
  13. 570a920 Merge "Revert "Revert "X86: Use locked add rather than mfence""" by Aart Bik · 9 years ago
  14. 299a939 MIPS64: Fuse long and FP compare & condition in Optimizing. by Alexey Frunze · 9 years ago
  15. ec178ee Merge "Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""" by Alex Light · 9 years ago
  16. 14c4e90 Merge "Revert "Revert "ART: Reduce the instructions generated by packed switch.""" by Vladimir Marko · 9 years ago
  17. 6132a38 Merge "Fix braino in parallel move resolver." by Nicolas Geoffray · 9 years ago
  18. 8e00676 Merge "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 9 years ago
  19. b17d1cc Revert "Tweak inlining heuristics." by Nicolas Geoffray · 9 years ago
  20. f3e0ee2 Revert "Revert "ART: Reduce the instructions generated by packed switch."" by Vladimir Marko · 9 years ago
  21. 0ac7a8e Merge "Optimizing/ARM: Fix AddConstant() to adhere to set_cc." by Vladimir Marko · 9 years ago
  22. f5c09c3 Optimizing/ARM: Fix AddConstant() to adhere to set_cc. by Vladimir Marko · 9 years ago
  23. 3e3e4a7 Fix braino in parallel move resolver. by Nicolas Geoffray · 9 years ago
  24. ff6ab45 Merge "Tweak inlining heuristics." by Nicolas Geoffray · 9 years ago
  25. fcb7613 Tweak inlining heuristics. by Nicolas Geoffray · 9 years ago
  26. 17077d8 Revert "Revert "X86: Use locked add rather than mfence"" by Mark P Mendell · 9 years ago
  27. d16bb3f Merge "Ensure that ClassTable has correct alignment in image." by Alex Light · 9 years ago
  28. e050c8f Ensure that ClassTable has correct alignment in image. by Alex Light · 9 years ago
  29. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  30. 1c70f18 Merge "Revert "X86: Use locked add rather than mfence"" by Aart Bik · 9 years ago
  31. 0da3b91 Revert "X86: Use locked add rather than mfence" by Aart Bik · 9 years ago
  32. c3ca1e6 Merge "X86: Use locked add rather than mfence" by Aart Bik · 9 years ago
  33. 698fa97 Remove spurious references to kEmitCompilerReadBarrier in MIPS. by Roland Levillain · 9 years ago
  34. cbf8af8 Merge "MIPS32: Fuse long and FP compare & condition in Optimizing." by Roland Levillain · 9 years ago
  35. 4741516 Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64""" by Roland Levillain · 9 years ago
  36. d7d3538 Merge "Revert "ART: Reduce the instructions generated by packed switch."" by Nicolas Geoffray · 9 years ago
  37. b4c1376 Revert "ART: Reduce the instructions generated by packed switch." by Nicolas Geoffray · 9 years ago
  38. 96f721d Merge "Revert "ART: Set RTI of Arm64IntermediateAddress"" by Nicolas Geoffray · 9 years ago
  39. dce90b9 Revert "ART: Set RTI of Arm64IntermediateAddress" by Nicolas Geoffray · 9 years ago
  40. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  41. cd7b0ee MIPS32: Fuse long and FP compare & condition in Optimizing. by Alexey Frunze · 9 years ago
  42. bc90a05 Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  43. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  44. 7b3e4f9 X86: Use locked add rather than mfence by Mark Mendell · 9 years ago
  45. 7d57d7f Various induction/range analysis improvements. by Aart Bik · 9 years ago
  46. 7d5a577 Merge "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  47. 96c9de9 Merge "Refactor DexFile::DecodeDebugInfo." by David Srbecky · 9 years ago
  48. b06e28e Refactor DexFile::DecodeDebugInfo. by David Srbecky · 9 years ago
  49. 74768fb Merge "x86-64 Baker's read barrier fast path implementation." by Roland Levillain · 9 years ago
  50. 089ff48 Merge "x86 Baker's read barrier fast path implementation." by Roland Levillain · 9 years ago
  51. 18c12bb Fix --inline-max-code-units option. by Nicolas Geoffray · 9 years ago
  52. 1e7f8db x86-64 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  53. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  54. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  55. 8cf97d7 Merge "Revert "Revert "Enable profiled guided compilation in dex2oat""" by Calin Juravle · 9 years ago
  56. e36ae94 ART: Set RTI of Arm64IntermediateAddress by David Brazdil · 9 years ago
  57. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  58. 70c1a8f Merge "Optimizing: Clean up after HRor." by Vladimir Marko · 9 years ago
  59. 4113b97 Merge "Address some comments in image writer" by Mathieu Chartier · 9 years ago
  60. 5366f5c Fix call to LoadNativeLibrary by Dimitry Ivanov · 9 years ago
  61. 98d46d2 Merge "Use isolated namespaces for app native libs" by Dimitry Ivanov · 9 years ago
  62. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  63. 351dddf Optimizing: Clean up after HRor. by Vladimir Marko · 9 years ago
  64. 58dcb02 Merge "Replace rotate patterns and invokes with HRor IR." by Vladimir Marko · 9 years ago
  65. 40a04bf Replace rotate patterns and invokes with HRor IR. by Scott Wakeling · 9 years ago
  66. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  67. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  68. 7b000c9 Merge "Set DW_AT_comp_dir for each compile unit in dwarf" by Tamas Berghammer · 9 years ago
  69. a79c717 Merge "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  70. bf479be Merge "Don't generate a slow path for strings in the dex cache." by Nicolas Geoffray · 9 years ago
  71. 376cbcc Merge "Optimizing: Add direct calls to math intrinsics" by Nicolas Geoffray · 9 years ago
  72. f5a3099 Use isolated namespaces for app native libs by Dmitriy Ivanov · 9 years ago
  73. 84623e1 Merge "For LSE, add a few non-aliasing cases due to pre-existence." by Mingyao Yang · 9 years ago
  74. 8ab1d64 For LSE, add a few non-aliasing cases due to pre-existence. by Mingyao Yang · 9 years ago
  75. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  76. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  77. 67ad20e Address some comments in image writer by Mathieu Chartier · 9 years ago
  78. 34760f9 Merge "ART: Refactor verifier callbacks" by Andreas Gampe · 9 years ago
  79. a1b2121 Merge "Refactor and clean up OatWriter and Dex2Oat." by Vladimir Marko · 9 years ago
  80. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 9 years ago
  81. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  82. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 9 years ago
  83. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  84. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 9 years ago
  85. f71b3ad Get source mapping table from stack maps. by David Srbecky · 9 years ago
  86. d480156 Merge "Fix braino when resolving an invoke-super." by Nicolas Geoffray · 9 years ago
  87. 41844e5 Fix braino when resolving an invoke-super. by Nicolas Geoffray · 9 years ago
  88. 4a34064 Merge "ART: Fix bug in DCE not removing phis from catch phi uses" by David Brazdil · 9 years ago
  89. 04ff4e8 ART: Fix bug in DCE not removing phis from catch phi uses by David Brazdil · 9 years ago
  90. 8c55712 Set DW_AT_comp_dir for each compile unit in dwarf by Tamas Berghammer · 9 years ago
  91. 6d0aefd Merge "MIPS32: Improve integer division by constants" by Nicolas Geoffray · 9 years ago
  92. 70a3390 Merge "Revert "Add support for LZ4 compressed image files"" by Nicolas Geoffray · 9 years ago
  93. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  94. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 9 years ago
  95. 4d98c84 ART: Make trampoline compiler pointer-size-safe by Andreas Gampe · 9 years ago
  96. f1975e4 Merge "Simplify and rename IsLoopInvariant() test." by Mingyao Yang · 9 years ago
  97. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  98. d7d23ee Merge "Add local variables to DWARF." by David Srbecky · 9 years ago
  99. 996ed0b Add local variables to DWARF. by David Srbecky · 9 years ago
  100. 2c1164c Merge "ART: Reduce the instructions generated by packed switch." by Vladimir Marko · 9 years ago