1. 1e642b5 Merge "Have HInstruction::StrictlyDominates compute strict dominance." by Roland Levillain · 11 years ago
  2. 570d5dd Merge "Revert "Revert "Introduce a class to implement optimization passes.""" by Roland Levillain · 11 years ago
  3. e09c0fc Merge "Rename arm64 `Register` to `XRegister`." by Nicolas Geoffray · 11 years ago
  4. c6b5c6c Merge "Rework arm64 register codes and fix Arm64ManagedRegister tests." by Nicolas Geoffray · 11 years ago
  5. 6c82d40 Have HInstruction::StrictlyDominates compute strict dominance. by Roland Levillain · 11 years ago
  6. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 11 years ago
  7. 415ac88 Quick: In GVN, apply modifications early if outside loop. by Vladimir Marko · 11 years ago
  8. 37c92df Rename arm64 `Register` to `XRegister`. by Alexandre Rames · 11 years ago
  9. a304f97 Rework arm64 register codes and fix Arm64ManagedRegister tests. by Alexandre Rames · 11 years ago
  10. 34bacdf Add multiplication for integral types by Calin Juravle · 11 years ago
  11. 0b5d851 Merge "Some code clean-up." by Ian Rogers · 11 years ago
  12. d4c4d95 Some code clean-up. by Ian Rogers · 11 years ago
  13. dddb8d8 Merge "dex2oat: Add a --compile-pic option" by Igor Murashkin · 11 years ago
  14. b3f18cf Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 11 years ago
  15. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  16. d6dee67 dex2oat: Add a --compile-pic option by Igor Murashkin · 11 years ago
  17. 4ffed25 Merge "Quick: Avoid node iteration for passes that don't need it." by Vladimir Marko · 11 years ago
  18. 9ab7816 Merge "Quick: Handle kMirOpNullCheck in LVN/GVN." by Vladimir Marko · 11 years ago
  19. dc43794 Merge "Don't use assembler classes in code_generator.h." by Nicolas Geoffray · 11 years ago
  20. 92a73ae Don't use assembler classes in code_generator.h. by Nicolas Geoffray · 11 years ago
  21. ec2ea6f Merge "Implement default traversals in CFG & SSA graph checkers." by Roland Levillain · 11 years ago
  22. c15c406 Merge "Improve art::SSAChecker::VisitInstruction." by Roland Levillain · 11 years ago
  23. dd36b42 Merge "Do not remove NullChecks & BoundsChecks in HDeadCodeElimination." by Roland Levillain · 11 years ago
  24. 1604027 Merge "Turn constant conditional jumps into unconditional jumps." by Roland Levillain · 11 years ago
  25. a78e66a Quick: Handle kMirOpNullCheck in LVN/GVN. by Vladimir Marko · 11 years ago
  26. 312eb25 Quick: Improve the BBCombine pass. by Vladimir Marko · 11 years ago
  27. 7baa6f8 Rewrite null check elimination to work on dalvik regs. by Vladimir Marko · 11 years ago
  28. aa7b8a3 Quick: Avoid node iteration for passes that don't need it. by Vladimir Marko · 11 years ago
  29. 423b137 ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK by Yevgeny Rouban · 11 years ago
  30. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 11 years ago
  31. 633021e Implement default traversals in CFG & SSA graph checkers. by Roland Levillain · 11 years ago
  32. a8069ce Improve art::SSAChecker::VisitInstruction. by Roland Levillain · 11 years ago
  33. e161a2a Do not remove NullChecks & BoundsChecks in HDeadCodeElimination. by Roland Levillain · 11 years ago
  34. 3a3fd0f Turn constant conditional jumps into unconditional jumps. by Roland Levillain · 11 years ago
  35. 7cd01f5 Add regression test for null check elimination. by Vladimir Marko · 11 years ago
  36. 72ab3ca Merge "Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"" by Vladimir Marko · 11 years ago
  37. cb46ee1 Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK" by Vladimir Marko · 11 years ago
  38. f8e28f5 Merge "Use Is*() helpers to shorten code in the optimizing compiler." by Roland Levillain · 11 years ago
  39. f659bec Merge "Fix ScopedArenaAllocator::Reset() for Create()d allocators." by Vladimir Marko · 11 years ago
  40. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 11 years ago
  41. 3d2ec35 Fix ScopedArenaAllocator::Reset() for Create()d allocators. by Vladimir Marko · 11 years ago
  42. 71175b7 Cleanup baseline register allocator. by Nicolas Geoffray · 11 years ago
  43. b76c549 Merge "Fix code generation of materialized conditions." by Nicolas Geoffray · 11 years ago
  44. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 11 years ago
  45. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  46. bbb1fc6 Merge changes Ia0044523,Ieefe83cf by Ian Rogers · 11 years ago
  47. d8c3e36 ART: X86: GenLongArith should handle overlapped VRs by Alexei Zavjalov · 11 years ago
  48. 476df55 Use Is*() helpers to shorten code in the optimizing compiler. by Roland Levillain · 11 years ago
  49. cee7524 ARM64: Update code after the VIXL 1.6 release. by Alexandre Rames · 11 years ago
  50. 9e878d5 Merge "Tidy ELF builder." by Ian Rogers · 11 years ago
  51. 0279ebb Tidy ELF builder. by Ian Rogers · 11 years ago
  52. 5229cf1 Quick: Reduce memory usage and improve compile time. by Vladimir Marko · 11 years ago
  53. 67c72b8 Quick: Separate null check elimination and type inference. by Vladimir Marko · 11 years ago
  54. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 11 years ago
  55. 56b9ee6 Stop converting from Location to ManagedRegister. by Nicolas Geoffray · 11 years ago
  56. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 11 years ago
  57. 7e70b00 Header file clean up. by Ian Rogers · 11 years ago
  58. edc34c8 Merge "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK" by Bill Buzbee · 11 years ago
  59. 254aa0d Merge "ART: Fix SelectKind to work with nullptr" by Bill Buzbee · 11 years ago
  60. 1293b6b Merge "ART: Fix issues with SplitBlock" by Bill Buzbee · 11 years ago
  61. 893e855 Merge "Fix to MirGraph::GetSSANameWithConst()" by Bill Buzbee · 11 years ago
  62. 9344568 Fix and improve static evaluation of constant expressions. by Roland Levillain · 11 years ago
  63. 33c1702 ART: Fix issues with SplitBlock by Mathew Zaleski · 11 years ago
  64. 50940ea Merge "Implement method calls using relative BL on ARM64." by Vladimir Marko · 11 years ago
  65. 01ef345 Add trivial register hints to the register allocator. by Nicolas Geoffray · 11 years ago
  66. 7fb49da Add support for floats and doubles. by Nicolas Geoffray · 11 years ago
  67. 4a1b467 Merge "Inserting a node must also update its inputs users." by Nicolas Geoffray · 11 years ago
  68. 191c4b1 Inserting a node must also update its inputs users. by Nicolas Geoffray · 11 years ago
  69. 0d6102a Merge "Propagate optimization flags to kMirOpCheck." by Vladimir Marko · 11 years ago
  70. b6e7206 Fix movw on x86/x86_64 to accept any 16bits immediate. by Nicolas Geoffray · 11 years ago
  71. 41abdb6 Merge "Do not use kDiesAtEntry when inputs must be in specific reg." by Nicolas Geoffray · 11 years ago
  72. 7adfcc8 Do not use kDiesAtEntry when inputs must be in specific reg. by Nicolas Geoffray · 11 years ago
  73. 504b788 ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK by Yevgeny Rouban · 11 years ago
  74. 26a25ef Add a prepare for register allocation pass. by Nicolas Geoffray · 11 years ago
  75. 9ae0daa Add support for inputs dying at entry of instructions. by Nicolas Geoffray · 11 years ago
  76. 9944b3b Fix to MirGraph::GetSSANameWithConst() by Mark Mendell · 11 years ago
  77. cc8cc7c Propagate optimization flags to kMirOpCheck. by Vladimir Marko · 11 years ago
  78. fc95176 Merge "ART: Prepare for ELF64." by Brian Carlstrom · 11 years ago
  79. dfaf4c3 Merge "Quick compiler: Fix ambiguous LoadValue()" by buzbee · 11 years ago
  80. 7c02e91 Quick compiler: Fix ambiguous LoadValue() by buzbee · 11 years ago
  81. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 11 years ago
  82. 7c2ad5a Implement method calls using relative BL on ARM64. by Vladimir Marko · 11 years ago
  83. 6346244 Merge "AArch64: oat patches should be 32-bit ints." by Vladimir Marko · 11 years ago
  84. 27cc093 AArch64: oat patches should be 32-bit ints. by Matteo Franchin · 11 years ago
  85. 2081099 Merge "Remove all uses of MIR_INLINED." by Vladimir Marko · 11 years ago
  86. 53ce7d4 Merge "Fix x86_64 assembler LoadRef to use movl." by Hiroshi Yamauchi · 11 years ago
  87. ff0ac47 Remove all uses of MIR_INLINED. by Vladimir Marko · 11 years ago
  88. 6e301ec Merge "Fix build_all_egdes in MIRGraph::ProcessCanThrow()." by Vladimir Marko · 11 years ago
  89. 8ac41af ART: Fix SelectKind to work with nullptr by Chao-ying Fu · 11 years ago
  90. 37241e5 Merge "Quick: Fix LVN/GVN handling of acquire operations." by Vladimir Marko · 11 years ago
  91. e767f6c Fix build_all_egdes in MIRGraph::ProcessCanThrow(). by Vladimir Marko · 11 years ago
  92. fa23645 Quick: Fix LVN/GVN handling of acquire operations. by Vladimir Marko · 11 years ago
  93. d25cee7 Merge "Revert "Introduce a class to implement optimization passes."" by Nicolas Geoffray · 11 years ago
  94. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 11 years ago
  95. bff187b Merge "Introduce a class to implement optimization passes." by Roland Levillain · 11 years ago
  96. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 11 years ago
  97. 0714083 Enable -Wunreachable-code by Ian Rogers · 11 years ago
  98. f9098ea Merge "ART: Fix GenReduceVector and GenSetVector" by Bill Buzbee · 11 years ago
  99. 955af68 Merge "ART: Reset bb id to the last list mir" by Bill Buzbee · 11 years ago
  100. f889267 Fix x86_64 assembler LoadRef to use movl. by Hiroshi Yamauchi · 11 years ago