1. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  2. 1c6ea44 Move two members out of MIRGraph::temp_::ssa. by Vladimir Marko · 10 years ago
  3. ffda499 Clean up post-opt passes, perform only those we need. by Vladimir Marko · 10 years ago
  4. 6bb3919 Merge "Quick: Redefine the notion of back-egdes." by Vladimir Marko · 10 years ago
  5. 8b858e1 Quick: Redefine the notion of back-egdes. by Vladimir Marko · 10 years ago
  6. cb873d8 Quick: Kill unreachable blocks instead of just hiding them. by Vladimir Marko · 10 years ago
  7. f585e54 Clean up MIRGraph pass temporaries. by Vladimir Marko · 10 years ago
  8. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  9. 312eb25 Quick: Improve the BBCombine pass. by Vladimir Marko · 10 years ago
  10. 7baa6f8 Rewrite null check elimination to work on dalvik regs. by Vladimir Marko · 10 years ago
  11. 5229cf1 Quick: Reduce memory usage and improve compile time. by Vladimir Marko · 10 years ago
  12. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 10 years ago
  13. 007a065 ART: Make the dominator bitvectors expandable by Jean Christophe Beyler · 10 years ago
  14. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 11 years ago
  15. e77493c Make common BitVector operations inline-able. by Ian Rogers · 10 years ago
  16. 4439596 ART: Hide unreachable basic blocks in the compiler by Andreas Gampe · 11 years ago
  17. c9360ce Use ScopedArenaVector instead of std::vector in SSA transformation. by Vladimir Marko · 11 years ago
  18. 2469e60 ART: Setting up cleanup by Jean Christophe Beyler · 11 years ago
  19. 4896d7b ART: Better SSA Allocation when recreating SSA by Jean Christophe Beyler · 11 years ago
  20. 919ed6b Merge "Revert "ART: Better SSA Allocation when recreating SSA"" by Bill Buzbee · 11 years ago
  21. d4750f2 Revert "ART: Better SSA Allocation when recreating SSA" by Bill Buzbee · 11 years ago
  22. be7ba65 Merge "ART: Better SSA Allocation when recreating SSA" by Ian Rogers · 11 years ago
  23. a5b8fde Rewrite BitVector index iterator. by Vladimir Marko · 11 years ago
  24. 3aa5773 ART: MIR, SSARepresentation, and BasicBlock Additional API by Jean Christophe Beyler · 11 years ago
  25. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  26. cb73fb3 ART: Better SSA Allocation when recreating SSA by Jean Christophe Beyler · 11 years ago
  27. 5d47447 Move saved SSA map to ScopedArenaAllocator to save memory. by Vladimir Marko · 11 years ago
  28. cdacac4 ART: API changes by Jean Christophe Beyler · 11 years ago
  29. bfea9c2 Class initialization check elimination. by Vladimir Marko · 11 years ago
  30. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  31. 0e33643 Move arena_bit_vector.h/cc to compiler/utils. by Nicolas Geoffray · 11 years ago
  32. f7a82b4 Implements a BasicBlock iterator using the ArenaBitVector. by Jean Christophe Beyler · 11 years ago
  33. 4e97c53 Added pass framework by Jean Christophe Beyler · 11 years ago
  34. 0b1191c Revert "Revert "Null check elimination improvement"" by Bill Buzbee · 11 years ago
  35. 3c2a6e2 Merge "Revert "Null check elimination improvement"" into dalvik-dev by Ian Rogers · 11 years ago
  36. 31aa97c Revert "Null check elimination improvement" by Ian Rogers · 11 years ago
  37. bbf8813 Merge "Null check elimination improvement" into dalvik-dev by buzbee · 11 years ago
  38. 413e89f Refactor ArenaBitVector to create more general BitVector by Brian Carlstrom · 11 years ago
  39. 4db179d Null check elimination improvement by buzbee · 11 years ago
  40. 0d82948 64-bit prep by buzbee · 11 years ago
  41. 74e256b Add missing references. by Sebastien Hertz · 11 years ago
  42. 56c7178 Compile-time tuning by buzbee · 11 years ago
  43. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  44. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  45. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  46. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  47. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  48. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/compiler/dex/ssa_transformation.cc]
  49. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  50. a5abf70 Compiler: replace DOM traversal computation by buzbee · 12 years ago
  51. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  52. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  53. 0665fe0 Compiler: rework dataflow iterator. by buzbee · 12 years ago
  54. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  55. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed from src/compiler/ssa_transformation.cc]
  56. a169e1d Quick compiler: refactored listing & const fix by buzbee · 12 years ago
  57. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 12 years ago
  58. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  59. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 12 years ago
  60. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  61. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  62. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  63. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed (99%) from src/compiler/SSATransformation.cc]
  64. d1643e4 Basic block combine pass by buzbee · 12 years ago
  65. 2a83e8f Quick compiler, fix wide bug by buzbee · 12 years ago
  66. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  67. 6969d50 Invoke support for Quick Compiler by buzbee · 13 years ago
  68. e5f0122 Fixes for invoke/move-result fusing, recursion bug by buzbee · 13 years ago
  69. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  70. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  71. 3d66194 Real fix for 064 by buzbee · 13 years ago
  72. 72289e6 Workaround for test 064 failure by buzbee · 13 years ago
  73. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  74. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  75. 31a4a6f More target-independence by buzbee · 13 years ago
  76. ba938cb Make the compiler threadsafe by buzbee · 13 years ago
  77. 5abfa3e Compiler tuning by buzbee · 13 years ago
  78. 99ba964 More compilation performance tuning by buzbee · 13 years ago
  79. 5b53710 Dataflow analysis rework by buzbee · 13 years ago
  80. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  81. a3760aa Refactor the use of Method by the oat compiler. by Ian Rogers · 13 years ago
  82. c0ecd65 Various optimization fixes by buzbee · 13 years ago
  83. ed3e930 assert to DCHECK conversion by buzbee · 13 years ago
  84. aad7201 Move null checks to bvector utility callers by buzbee · 13 years ago
  85. f0cde54 SSA renaming fix & invalid opcode fix by buzbee · 13 years ago
  86. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  87. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  88. 67bf885 Oat compiler integration snapshot. by buzbee · 13 years ago