1. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 11 years ago
  2. 1c6ea44 Move two members out of MIRGraph::temp_::ssa. by Vladimir Marko · 11 years ago
  3. ffda499 Clean up post-opt passes, perform only those we need. by Vladimir Marko · 11 years ago
  4. a262f77 ARM: Combine multiply accumulate operations. by Ningsheng Jian · 11 years ago
  5. 8b858e1 Quick: Redefine the notion of back-egdes. by Vladimir Marko · 11 years ago
  6. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  7. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 11 years ago
  8. 312eb25 Quick: Improve the BBCombine pass. by Vladimir Marko · 11 years ago
  9. 7baa6f8 Rewrite null check elimination to work on dalvik regs. by Vladimir Marko · 11 years ago
  10. ff0ac47 Remove all uses of MIR_INLINED. by Vladimir Marko · 11 years ago
  11. f4ae8d8 Merge "ART: Allow overridable calculation of basic block dataflow" by Bill Buzbee · 11 years ago
  12. 6f4dcae ART: Allow overridable calculation of basic block dataflow by Razvan A Lupusoru · 11 years ago
  13. 7503597 ART: Deprecate CompilationUnit's code_item by Razvan A Lupusoru · 11 years ago
  14. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 11 years ago
  15. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 11 years ago
  16. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 11 years ago
  17. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 11 years ago
  18. fb0ea2d ART: Extending FlagsOf by Jean Christophe Beyler · 11 years ago
  19. 7642324 ART: Implement kMirOpNullCheck by Razvan A Lupusoru · 11 years ago
  20. 2ab40eb ART: Add Invokes to DecodedInstruction by Jean Christophe Beyler · 11 years ago
  21. f2466a7 ART: Handle Extended MIRs in a uniform manner by Udayan Banerji · 11 years ago
  22. 60bfe7b X86 Backend support for vectorized float and byte 16x16 operations by Udayan Banerji · 11 years ago
  23. 35ba7f3 Quick compiler: fix array overrun. by buzbee · 11 years ago
  24. 2469e60 ART: Setting up cleanup by Jean Christophe Beyler · 11 years ago
  25. 4896d7b ART: Better SSA Allocation when recreating SSA by Jean Christophe Beyler · 11 years ago
  26. 919ed6b Merge "Revert "ART: Better SSA Allocation when recreating SSA"" by Bill Buzbee · 11 years ago
  27. d4750f2 Revert "ART: Better SSA Allocation when recreating SSA" by Bill Buzbee · 11 years ago
  28. be7ba65 Merge "ART: Better SSA Allocation when recreating SSA" by Ian Rogers · 11 years ago
  29. 0add77a ART: Ensure use counts updated when adding SSA reg by Mark Mendell · 11 years ago
  30. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 11 years ago
  31. cb73fb3 ART: Better SSA Allocation when recreating SSA by Jean Christophe Beyler · 11 years ago
  32. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 11 years ago
  33. 9820b7c Early inlining of simple methods. by Vladimir Marko · 12 years ago
  34. 3d73ba2 Avoid Cache*LoweringInfo pass when there's no GET/PUT/INVOKE. by Vladimir Marko · 11 years ago
  35. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  36. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 12 years ago
  37. 4e97c53 Added pass framework by Jean Christophe Beyler · 12 years ago
  38. 1da1e2f More compile-time tuning by buzbee · 12 years ago
  39. 17189ac Quick compiler compile-time/memory use improvement by buzbee · 12 years ago
  40. 0b1191c Revert "Revert "Null check elimination improvement"" by Bill Buzbee · 12 years ago
  41. 31aa97c Revert "Null check elimination improvement" by Ian Rogers · 12 years ago
  42. 4db179d Null check elimination improvement by buzbee · 12 years ago
  43. 0d82948 64-bit prep by buzbee · 12 years ago
  44. 9f799db Merge "Compile-time tuning" into dalvik-dev by buzbee · 12 years ago
  45. 56c7178 Compile-time tuning by buzbee · 12 years ago
  46. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 12 years ago
  47. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 12 years ago
  48. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  49. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 12 years ago
  50. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  51. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  52. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/compiler/dex/mir_dataflow.cc]
  53. 1581766 resolved conflicts for merge of 51c2467e to dalvik-dev by Brian Carlstrom · 12 years ago
  54. 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago
  55. 67ce9b0 Adds missing dataflow flag for invoke-interface. by Sebastien Hertz · 12 years ago
  56. fa7809f Mark instructions that produce non-null object arguments as non-null. by Ian Rogers · 12 years ago
  57. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  58. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 12 years ago
  59. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 12 years ago
  60. a5abf70 Compiler: replace DOM traversal computation by buzbee · 12 years ago
  61. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  62. 302a72d Revert "Supporting de-virtualization for precise types." by Brian Carlstrom · 12 years ago
  63. 31d4b8e Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  64. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 12 years ago
  65. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  66. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  67. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  68. 0665fe0 Compiler: rework dataflow iterator. by buzbee · 12 years ago
  69. 71fe267 Some common frontend tidying. by Ian Rogers · 12 years ago
  70. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago