1. e77493c Make common BitVector operations inline-able. by Ian Rogers · 11 years ago
  2. f1770fd Fix missing operation in CombineBlocks by Junmo Park · 11 years ago
  3. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 11 years ago
  4. a65d63e Merge "SetConstantWide should mark both SSA regs as constant" by Bill Buzbee · 11 years ago
  5. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 11 years ago
  6. 0a810d2 Fix null pointer check elimination for catch entries. by Vladimir Marko · 11 years ago
  7. 597da1f SetConstantWide should mark both SSA regs as constant by Serguei Katkov · 11 years ago
  8. 2ab40eb ART: Add Invokes to DecodedInstruction by Jean Christophe Beyler · 11 years ago
  9. cb80474 ART: Rename CallInlining to SpecialMethodInliner by Razvan A Lupusoru · 11 years ago
  10. 95a0597 Global Value Numbering. by Vladimir Marko · 11 years ago
  11. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 11 years ago
  12. c26efa8 ART: Update the DecodedInstruction for the Fused extended bytecodes. by Jean Christophe Beyler · 11 years ago
  13. e4283be Merge "Quick compiler: fix array overrun." by buzbee · 11 years ago
  14. 35ba7f3 Quick compiler: fix array overrun. by buzbee · 11 years ago
  15. 05e27ff AArch64: Enable extended MIR by Serban Constantinescu · 11 years ago
  16. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 11 years ago
  17. 54d36b6 Create two CompilerTemp for a wide compiler temp by Chao-ying Fu · 11 years ago
  18. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  19. 69f08ba Clean up ScopedArenaAllocatorAdapter. by Vladimir Marko · 11 years ago
  20. 221b86d Merge "ART: BitVector and Optimization changes" by Vladimir Marko · 11 years ago
  21. b5c9b40 ART: BitVector and Optimization changes by Jean Christophe Beyler · 11 years ago
  22. 0add77a ART: Ensure use counts updated when adding SSA reg by Mark Mendell · 11 years ago
  23. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  24. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 11 years ago
  25. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 11 years ago
  26. 9d89466 Skip BBs without SSA representation in the Constant Propagation phase by Alexei Zavjalov · 11 years ago
  27. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 11 years ago
  28. 9820b7c Early inlining of simple methods. by Vladimir Marko · 12 years ago
  29. bfea9c2 Class initialization check elimination. by Vladimir Marko · 12 years ago
  30. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 11 years ago
  31. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  32. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  33. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  34. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  35. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  36. a36aeb3 Fix typo from previous commit that lead to performance regression. by Nicolas Geoffray · 11 years ago
  37. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  38. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 12 years ago
  39. e27b3bf Support GenSelect for x86 by Razvan A Lupusoru · 12 years ago
  40. a894607 Move fused cmp branch ccode to MIR::meta. by Vladimir Marko · 12 years ago
  41. 4e97c53 Added pass framework by Jean Christophe Beyler · 12 years ago
  42. cdcfdfc Art: fix basic block optimization pass by buzbee · 12 years ago
  43. 1da1e2f More compile-time tuning by buzbee · 12 years ago
  44. 0b1191c Revert "Revert "Null check elimination improvement"" by Bill Buzbee · 12 years ago
  45. 31aa97c Revert "Null check elimination improvement" by Ian Rogers · 12 years ago
  46. 4db179d Null check elimination improvement by buzbee · 12 years ago
  47. 0d82948 64-bit prep by buzbee · 12 years ago
  48. 409fe94 Quick assembler fix by buzbee · 12 years ago
  49. 41cdd43 Disable select instruction generation on ARM. by Ian Rogers · 12 years ago
  50. 56c7178 Compile-time tuning by buzbee · 12 years ago
  51. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  52. 9329e6d More suspend check repair. by buzbee · 12 years ago
  53. cbcfaf3 Fix suspend check optimization by buzbee · 12 years ago
  54. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  55. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  56. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
  57. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  58. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  59. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  60. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/compiler/dex/mir_optimization.cc]
  61. 22fd6a0 Avoid null-checks in blocks following an explicit check. by Ian Rogers · 12 years ago
  62. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  63. 817e45a Compiler: type inference bug. by buzbee · 12 years ago
  64. a5abf70 Compiler: replace DOM traversal computation by buzbee · 12 years ago
  65. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  66. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  67. 0665fe0 Compiler: rework dataflow iterator. by buzbee · 12 years ago
  68. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago