1. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  2. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  3. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  4. 68c981f ARM/MIPS: Avoid dead dex cache arrays base for intrinsics. by Vladimir Marko · 9 years ago
  5. a518c15 Merge "ARM: Purge Arm32Assembler." by Roland Levillain · 9 years ago
  6. b6a12832 Use full pass name when building optimizations by Wojciech Staszkiewicz · 9 years ago
  7. ba6b679 ARM: Purge Arm32Assembler. by Artem Serov · 9 years ago
  8. 35938f9 Merge "Log optimization passes in verbose mode" by Aart Bik · 9 years ago
  9. e28c7d0 Fix optimizing compiler not building for svelte by Wojciech Staszkiewicz · 9 years ago
  10. e706070 Log optimization passes in verbose mode by Wojciech Staszkiewicz · 9 years ago
  11. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 9 years ago
  12. 5319d3c Implement running user defined list of passes by Wojciech Staszkiewicz · 9 years ago
  13. 2cd05b7 Add a register allocation strategy compiler option by Matthew Gharrity · 9 years ago
  14. 06a46c4 MIPS32: Improve string and class loads by Alexey Frunze · 9 years ago
  15. a69e790 Merge "Make static helper methods member functions of OptimizingCompiler class" by Aart Bik · 9 years ago
  16. f5fb090 Make static helper methods member functions of OptimizingCompiler class by Wojciech Staszkiewicz · 9 years ago
  17. a92938a Merge "ARM: Port instr simplification of array accesses." by Vladimir Marko · 9 years ago
  18. 328429f ARM: Port instr simplification of array accesses. by Artem Serov · 9 years ago
  19. 8f49d4b Refactor register allocation to be pluggable by Matthew Gharrity · 9 years ago
  20. e928885 Rename current register allocator implementation by Matthew Gharrity · 9 years ago
  21. ee8d971 X86: Use memory to do array range checks by Mark Mendell · 9 years ago
  22. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 9 years ago
  23. 3aaf964 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 9 years ago
  24. 12abcbd Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces." by Nicolas Geoffray · 9 years ago
  25. 8080673 Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 9 years ago
  26. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
  27. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  28. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  29. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 9 years ago
  30. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  31. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  32. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  33. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  34. 2e38434 Merge "Post-Quick cleanup: Remove CompilationUnit." by Vladimir Marko · 9 years ago
  35. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 9 years ago
  36. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  37. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  38. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  39. 3a40bf2 ART: Clean up arena allocation memory tracking. by Vladimir Marko · 9 years ago
  40. 914d71e Merge "Clean up NullCheck generation and record stats about it." by Calin Juravle · 9 years ago
  41. 933330a Add more statistics for memory use of the JIT. by Nicolas Geoffray · 9 years ago
  42. 2ae4818 Clean up NullCheck generation and record stats about it. by Calin Juravle · 9 years ago
  43. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 9 years ago
  44. 09c2a6b Add trampoline symbols to native debug info. by David Srbecky · 9 years ago
  45. cc22d41 Merge "Allow generation of native debug info for multiple methods." by David Srbecky · 9 years ago
  46. 1a008a1 Merge "Refactor MethodDebugInfo (input of DWARF writer)." by David Srbecky · 9 years ago
  47. d1c4045 Avoid generating dead code on frame enter/exit. by Aart Bik · 9 years ago
  48. fe736b7 Allow generation of native debug info for multiple methods. by David Srbecky · 9 years ago
  49. 197160d Refactor MethodDebugInfo (input of DWARF writer). by David Srbecky · 9 years ago
  50. 91cc06c Mark DWARF lines in non-debuggable methods as "not a statement". by David Srbecky · 9 years ago
  51. 5d81120 Propagate InstructionSetFeatures to ElfBuilder. by David Srbecky · 9 years ago
  52. 700347e Add a PassScope for PrepareForRegisterAllocation by Mingyao Yang · 9 years ago
  53. 25e0456 Give the JIT its own arena pool to avoid lock contentions. by Nicolas Geoffray · 9 years ago
  54. 4a0dad6 Revert "Revert "ARM/ARM64: Extend support of instruction combining."" by Artem Udovichenko · 9 years ago
  55. 2198309 Merge "The JIT does not need VerifedMethod nor CompilerCallbacks." by Nicolas Geoffray · 9 years ago
  56. 38e9e80 Add statistics support for some optimizations by Jean-Philippe Halimi · 9 years ago
  57. 5b82d33 The JIT does not need VerifedMethod nor CompilerCallbacks. by Nicolas Geoffray · 9 years ago
  58. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  59. c5bfa97 Split elf_writer_debug.cc to several files. by David Srbecky · 9 years ago
  60. a0f2bc5 Merge "Move code related to debug info generation to its own directory." by David Srbecky · 9 years ago
  61. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  62. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  63. 74eb1b2 ART: Implement HSelect by David Brazdil · 10 years ago
  64. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  65. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  66. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  67. 6b5afdd Revert "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 9 years ago
  68. debeb98 ARM/ARM64: Extend support of instruction combining. by Ilmir Usmanov · 10 years ago
  69. 955d24c Merge "ART: Remove Baseline compiler" by David Brazdil · 9 years ago
  70. 58282f4 ART: Remove Baseline compiler by David Brazdil · 9 years ago
  71. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 9 years ago
  72. 947cb4f Merge "Implement irreducible loop support in optimizing." by Nicolas Geoffray · 9 years ago
  73. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  74. 86e4278 Add DWARF type information generation. by Tamas Berghammer · 9 years ago
  75. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 10 years ago
  76. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 10 years ago
  77. 5949fa0 Revert "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 10 years ago
  78. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  79. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 10 years ago
  80. 8e00676 Merge "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 10 years ago
  81. b17d1cc Revert "Tweak inlining heuristics." by Nicolas Geoffray · 10 years ago
  82. ff6ab45 Merge "Tweak inlining heuristics." by Nicolas Geoffray · 10 years ago
  83. fcb7613 Tweak inlining heuristics. by Nicolas Geoffray · 10 years ago
  84. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 10 years ago
  85. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  86. f71b3ad Get source mapping table from stack maps. by David Srbecky · 10 years ago
  87. 8993caf ART: Enable all optimizations except LSE under try/catch by David Brazdil · 10 years ago
  88. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 10 years ago
  89. b5cdc5d Merge "Clean up optimizing compiler stats" by Calin Juravle · 10 years ago
  90. 4a34277 Dynamic BCE (based on induction range analysis) by Aart Bik · 10 years ago
  91. ad54338 Clean up optimizing compiler stats by Calin Juravle · 10 years ago
  92. 1965328 Merge "Optimizing/ARM: Implement kDexCachePcRelative dispatch." by Vladimir Marko · 10 years ago
  93. b4536b7 Optimizing/ARM: Implement kDexCachePcRelative dispatch. by Vladimir Marko · 10 years ago
  94. 22ccc3a ARM64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  95. 0d1caa5 Optimizing: Avoid a PrettyMethod() call per compiled method. by Vladimir Marko · 10 years ago
  96. e34648d Revert "Add stats support for existing optimizations" by Nicolas Geoffray · 10 years ago
  97. 06241b1 Add stats support for existing optimizations by Jean-Philippe Halimi · 10 years ago
  98. d59c706 Revert "Dynamic BCE (based on induction range analysis)" by Aart Bik · 10 years ago
  99. 0b5849b Dynamic BCE (based on induction range analysis) by Aart Bik · 10 years ago
  100. 3b359c7 ARM read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago