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