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