1. 5c5676b ART: Add div/rem zero check elimination flag by Razvan A Lupusoru · 10 years ago
  2. 7cd01f5 Add regression test for null check elimination. by Vladimir Marko · 10 years ago
  3. 72ab3ca Merge "Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"" by Vladimir Marko · 10 years ago
  4. cb46ee1 Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK" by Vladimir Marko · 10 years ago
  5. f8e28f5 Merge "Use Is*() helpers to shorten code in the optimizing compiler." by Roland Levillain · 10 years ago
  6. f659bec Merge "Fix ScopedArenaAllocator::Reset() for Create()d allocators." by Vladimir Marko · 10 years ago
  7. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  8. 3d2ec35 Fix ScopedArenaAllocator::Reset() for Create()d allocators. by Vladimir Marko · 10 years ago
  9. 71175b7 Cleanup baseline register allocator. by Nicolas Geoffray · 10 years ago
  10. b76c549 Merge "Fix code generation of materialized conditions." by Nicolas Geoffray · 10 years ago
  11. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  12. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  13. bbb1fc6 Merge changes Ia0044523,Ieefe83cf by Ian Rogers · 10 years ago
  14. d8c3e36 ART: X86: GenLongArith should handle overlapped VRs by Alexei Zavjalov · 10 years ago
  15. 476df55 Use Is*() helpers to shorten code in the optimizing compiler. by Roland Levillain · 10 years ago
  16. cee7524 ARM64: Update code after the VIXL 1.6 release. by Alexandre Rames · 10 years ago
  17. 9e878d5 Merge "Tidy ELF builder." by Ian Rogers · 10 years ago
  18. 0279ebb Tidy ELF builder. by Ian Rogers · 10 years ago
  19. 5229cf1 Quick: Reduce memory usage and improve compile time. by Vladimir Marko · 10 years ago
  20. 67c72b8 Quick: Separate null check elimination and type inference. by Vladimir Marko · 10 years ago
  21. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 10 years ago
  22. 56b9ee6 Stop converting from Location to ManagedRegister. by Nicolas Geoffray · 10 years ago
  23. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  24. 7e70b00 Header file clean up. by Ian Rogers · 10 years ago
  25. edc34c8 Merge "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK" by Bill Buzbee · 10 years ago
  26. 254aa0d Merge "ART: Fix SelectKind to work with nullptr" by Bill Buzbee · 10 years ago
  27. 1293b6b Merge "ART: Fix issues with SplitBlock" by Bill Buzbee · 10 years ago
  28. 893e855 Merge "Fix to MirGraph::GetSSANameWithConst()" by Bill Buzbee · 10 years ago
  29. 9344568 Fix and improve static evaluation of constant expressions. by Roland Levillain · 10 years ago
  30. 33c1702 ART: Fix issues with SplitBlock by Mathew Zaleski · 10 years ago
  31. 50940ea Merge "Implement method calls using relative BL on ARM64." by Vladimir Marko · 10 years ago
  32. 01ef345 Add trivial register hints to the register allocator. by Nicolas Geoffray · 10 years ago
  33. 7fb49da Add support for floats and doubles. by Nicolas Geoffray · 10 years ago
  34. 4a1b467 Merge "Inserting a node must also update its inputs users." by Nicolas Geoffray · 10 years ago
  35. 191c4b1 Inserting a node must also update its inputs users. by Nicolas Geoffray · 10 years ago
  36. 0d6102a Merge "Propagate optimization flags to kMirOpCheck." by Vladimir Marko · 10 years ago
  37. b6e7206 Fix movw on x86/x86_64 to accept any 16bits immediate. by Nicolas Geoffray · 10 years ago
  38. 41abdb6 Merge "Do not use kDiesAtEntry when inputs must be in specific reg." by Nicolas Geoffray · 10 years ago
  39. 7adfcc8 Do not use kDiesAtEntry when inputs must be in specific reg. by Nicolas Geoffray · 10 years ago
  40. 504b788 ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK by Yevgeny Rouban · 10 years ago
  41. 26a25ef Add a prepare for register allocation pass. by Nicolas Geoffray · 10 years ago
  42. 9ae0daa Add support for inputs dying at entry of instructions. by Nicolas Geoffray · 10 years ago
  43. 9944b3b Fix to MirGraph::GetSSANameWithConst() by Mark Mendell · 10 years ago
  44. cc8cc7c Propagate optimization flags to kMirOpCheck. by Vladimir Marko · 10 years ago
  45. fc95176 Merge "ART: Prepare for ELF64." by Brian Carlstrom · 10 years ago
  46. dfaf4c3 Merge "Quick compiler: Fix ambiguous LoadValue()" by buzbee · 10 years ago
  47. 7c02e91 Quick compiler: Fix ambiguous LoadValue() by buzbee · 10 years ago
  48. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  49. 7c2ad5a Implement method calls using relative BL on ARM64. by Vladimir Marko · 10 years ago
  50. 6346244 Merge "AArch64: oat patches should be 32-bit ints." by Vladimir Marko · 10 years ago
  51. 27cc093 AArch64: oat patches should be 32-bit ints. by Matteo Franchin · 10 years ago
  52. 2081099 Merge "Remove all uses of MIR_INLINED." by Vladimir Marko · 10 years ago
  53. 53ce7d4 Merge "Fix x86_64 assembler LoadRef to use movl." by Hiroshi Yamauchi · 10 years ago
  54. ff0ac47 Remove all uses of MIR_INLINED. by Vladimir Marko · 10 years ago
  55. 6e301ec Merge "Fix build_all_egdes in MIRGraph::ProcessCanThrow()." by Vladimir Marko · 10 years ago
  56. 8ac41af ART: Fix SelectKind to work with nullptr by Chao-ying Fu · 10 years ago
  57. 37241e5 Merge "Quick: Fix LVN/GVN handling of acquire operations." by Vladimir Marko · 10 years ago
  58. e767f6c Fix build_all_egdes in MIRGraph::ProcessCanThrow(). by Vladimir Marko · 10 years ago
  59. fa23645 Quick: Fix LVN/GVN handling of acquire operations. by Vladimir Marko · 10 years ago
  60. d25cee7 Merge "Revert "Introduce a class to implement optimization passes."" by Nicolas Geoffray · 10 years ago
  61. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 10 years ago
  62. bff187b Merge "Introduce a class to implement optimization passes." by Roland Levillain · 10 years ago
  63. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 10 years ago
  64. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  65. f9098ea Merge "ART: Fix GenReduceVector and GenSetVector" by Bill Buzbee · 10 years ago
  66. 955af68 Merge "ART: Reset bb id to the last list mir" by Bill Buzbee · 10 years ago
  67. f889267 Fix x86_64 assembler LoadRef to use movl. by Hiroshi Yamauchi · 10 years ago
  68. f4ae8d8 Merge "ART: Allow overridable calculation of basic block dataflow" by Bill Buzbee · 10 years ago
  69. a2a9108 Merge "Update maximum number of reachable blocks in last step" by Bill Buzbee · 10 years ago
  70. 6f4dcae ART: Allow overridable calculation of basic block dataflow by Razvan A Lupusoru · 10 years ago
  71. bafedc3 Merge "Get heap poisoning working in 64-bit." by Hiroshi Yamauchi · 10 years ago
  72. 35c68e3 ART: Fix typo by Andreas Gampe · 10 years ago
  73. 00ade1e Merge "ART: Fix some -Wpedantic errors" by Andreas Gampe · 10 years ago
  74. 79705f99 Merge "AArch64: address some outstanding TODOs." by Vladimir Marko · 10 years ago
  75. 8ddb00c Improve detection of lifetime holes. by Nicolas Geoffray · 10 years ago
  76. 4163c53 AArch64: address some outstanding TODOs. by Matteo Franchin · 10 years ago
  77. cc6b59e Merge "ART: Fix movnti assembler" by Ian Rogers · 10 years ago
  78. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  79. b88f0b1 Get heap poisoning working in 64-bit. by Hiroshi Yamauchi · 10 years ago
  80. 1edf638 Merge "ART: Deprecate CompilationUnit's code_item" by Ian Rogers · 10 years ago
  81. 7503597 ART: Deprecate CompilationUnit's code_item by Razvan A Lupusoru · 10 years ago
  82. 584cc79 Reduce scope of MIR analysis attributes. by Ian Rogers · 10 years ago
  83. ae9f3e6 ART: Fix movnti assembler by Razvan A Lupusoru · 10 years ago
  84. 740475d Fix a bug in the insertion of parallel move. by Nicolas Geoffray · 10 years ago
  85. fd680d8 Fix test now that instructions can die at instruction entry. by Nicolas Geoffray · 10 years ago
  86. eb1d22b Merge "Register allocator: refine instructions liveness." by Nicolas Geoffray · 10 years ago
  87. 7690562 Register allocator: refine instructions liveness. by Nicolas Geoffray · 10 years ago
  88. 53cec00 ART: Fix GenReduceVector and GenSetVector by Udayan Banerji · 10 years ago
  89. d282d59 Merge "Elimination of redundant instructuion" by Ian Rogers · 10 years ago
  90. 1ed5b27 Merge "Implement method calls using relative BL on ARM." by Vladimir Marko · 10 years ago
  91. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  92. 9ebc72c Make suspend checks note have side effects. by Nicolas Geoffray · 10 years ago
  93. a72cb22 Merge "Optimize suspend checks in optimizing compiler." by Nicolas Geoffray · 10 years ago
  94. d7e2f32 Merge "Optimizing compiler: remove unnecessary `explicit' keywords." by Roland Levillain · 10 years ago
  95. 0341680 Merge "Optimizing compiler: check inputs & uses definitions in CFG." by Roland Levillain · 10 years ago
  96. 5799fc0 Optimizing compiler: remove unnecessary `explicit' keywords. by Roland Levillain · 10 years ago
  97. 3c04974 Optimize suspend checks in optimizing compiler. by Nicolas Geoffray · 10 years ago
  98. f2476d5 Merge "Deprecate GrowableArray, use ArenaVector instead." by Vladimir Marko · 10 years ago
  99. 6b46923 Optimizing compiler: check inputs & uses definitions in CFG. by Roland Levillain · 10 years ago
  100. cc67607 ART: Refactor elf_writer_quick for elf section order by Andreas Gampe · 10 years ago