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