1. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
  2. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 9 years ago
  3. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 9 years ago
  4. a871ef1 MIPS32: Drop redundant moves in integer conversions by Alexey Frunze · 9 years ago
  5. 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 9 years ago
  6. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  7. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  8. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 9 years ago
  9. badee98 Optimize IMT by Nelli Kim · 9 years ago
  10. 97b1e66 Merge "MIPS32: Improve method entry/exit code" by Treehugger Robot · 9 years ago
  11. 73296a7 MIPS32: Improve method entry/exit code by Alexey Frunze · 9 years ago
  12. 372f10e Refactor handling of input records. by Vladimir Marko · 9 years ago
  13. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 9 years ago
  14. dce016e Intrinsify String.length() and String.isEmpty() as HIR. by Vladimir Marko · 9 years ago
  15. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  16. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  17. 40ecb12 Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod. by Vladimir Marko · 9 years ago
  18. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  19. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  20. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  21. 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 9 years ago
  22. 5b5b931 Fix and improve shift and rotate operations. by Roland Levillain · 9 years ago
  23. 1a65388 Clean up art::HConstant predicates. by Roland Levillain · 9 years ago
  24. e943c3b Merge "Generate native debug stackmaps before calls as well." by David Srbecky · 9 years ago
  25. d28f4a0 Generate native debug stackmaps before calls as well. by David Srbecky · 9 years ago
  26. a5c4a40 Make art::HCompare support boolean, byte, short and char inputs. by Roland Levillain · 9 years ago
  27. 914d71e Merge "Clean up NullCheck generation and record stats about it." by Calin Juravle · 9 years ago
  28. 2ae4818 Clean up NullCheck generation and record stats about it. by Calin Juravle · 9 years ago
  29. e567161 Accept boolean as an input of HDivZeroCheck. by Nicolas Geoffray · 9 years ago
  30. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 9 years ago
  31. a6be605 Merge "MIPS32: Implement intrinsics from java.lang.Math:" by Roland Levillain · 9 years ago
  32. 9cd6d37 Associate slow paths with the instruction that they belong to. by David Srbecky · 9 years ago
  33. 0e02ee9 Merge "Remove HNativeDebugInfo from start of basic blocks." by David Srbecky · 9 years ago
  34. c7098ff Remove HNativeDebugInfo from start of basic blocks. by David Srbecky · 9 years ago
  35. b74353a MIPS32: Implement intrinsics from java.lang.Math: by Chris Larsen · 10 years ago
  36. 32ca375 Fix uses of art::HCompare::IsGtBias on MIPS32 and MIPS64. by Roland Levillain · 9 years ago
  37. 936d5dc Merge "MIPS32: peek*/poke*, and String.charAt intrinsics." by Roland Levillain · 9 years ago
  38. 6e33252 ART: Remove HTemporary by David Brazdil · 9 years ago
  39. 3acee73 MIPS32: peek*/poke*, and String.charAt intrinsics. by Chris Larsen · 10 years ago
  40. a19616e Implemented compare/signum intrinsics as HCompare by Aart Bik · 9 years ago
  41. a20748a Merge "Implement first kind of polymorphic inlining on MIPS." by Roland Levillain · 9 years ago
  42. 2aba7cd Implement first kind of polymorphic inlining on MIPS. by Roland Levillain · 9 years ago
  43. 623a7a2 MIPS32: Fix codegen register dumps. by Vladimir Marko · 9 years ago
  44. 04d3e87 ART: Do not use AT register in MIPS DSS<->RP swap by David Brazdil · 9 years ago
  45. cc0f311 ART: Add missing swaps to MIPS codegen by David Brazdil · 9 years ago
  46. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 9 years ago
  47. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 10 years ago
  48. 74eb1b2 ART: Implement HSelect by David Brazdil · 10 years ago
  49. b3e773e ART: Implement support for instruction inlining by David Brazdil · 9 years ago
  50. 58282f4 ART: Remove Baseline compiler by David Brazdil · 9 years ago
  51. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago
  52. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  53. 8422edd Merge "MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or with 32-bit FPUs." by Roland Levillain · 9 years ago
  54. 8e6b237 Merge "MIPS: Improve conversion between ints and floats." by Roland Levillain · 9 years ago
  55. bb9863a MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or by Alexey Frunze · 9 years ago
  56. baf60b7 MIPS: Improve conversion between ints and floats. by Alexey Frunze · 10 years ago
  57. 0d9150b MIPS: HRor clean-up by Alexey Frunze · 9 years ago
  58. f96c43e Merge "Reduce code size by sharing slow paths." by Aart Bik · 9 years ago
  59. 67fcbd4 Merge "MIPS: Implement HRor" by Vladimir Marko · 9 years ago
  60. 42249c3 Reduce code size by sharing slow paths. by Aart Bik · 9 years ago
  61. 8566a91 Merge "Generate Nops to ensure that debug stack maps have distinct PC." by David Srbecky · 9 years ago
  62. f871d46 Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined." by Nicolas Geoffray · 9 years ago
  63. b7070a2 Generate Nops to ensure that debug stack maps have distinct PC. by David Srbecky · 9 years ago
  64. 68f6289 Don't use std::abs on INT_MIN/LONG_MIN, it's undefined. by Nicolas Geoffray · 9 years ago
  65. 92d9060 MIPS: Implement HRor by Alexey Frunze · 10 years ago
  66. 5f332cb Merge "MIPS32: improvements in code generation (mostly 64-bit ALU ops)" by Nicolas Geoffray · 9 years ago
  67. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 10 years ago
  68. 5f7b58e Rewrite HInstruction::Is/As<type>(). by Vladimir Marko · 10 years ago
  69. 14c4e90 Merge "Revert "Revert "ART: Reduce the instructions generated by packed switch.""" by Vladimir Marko · 10 years ago
  70. f3e0ee2 Revert "Revert "ART: Reduce the instructions generated by packed switch."" by Vladimir Marko · 10 years ago
  71. 5c7aed3 MIPS32: improvements in code generation (mostly 64-bit ALU ops) by Alexey Frunze · 10 years ago
  72. 698fa97 Remove spurious references to kEmitCompilerReadBarrier in MIPS. by Roland Levillain · 10 years ago
  73. cbf8af8 Merge "MIPS32: Fuse long and FP compare & condition in Optimizing." by Roland Levillain · 10 years ago
  74. d7d3538 Merge "Revert "ART: Reduce the instructions generated by packed switch."" by Nicolas Geoffray · 10 years ago
  75. b4c1376 Revert "ART: Reduce the instructions generated by packed switch." by Nicolas Geoffray · 10 years ago
  76. cd7b0ee MIPS32: Fuse long and FP compare & condition in Optimizing. by Alexey Frunze · 10 years ago
  77. 58dcb02 Merge "Replace rotate patterns and invokes with HRor IR." by Vladimir Marko · 10 years ago
  78. 40a04bf Replace rotate patterns and invokes with HRor IR. by Scott Wakeling · 10 years ago
  79. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 10 years ago
  80. 6d0aefd Merge "MIPS32: Improve integer division by constants" by Nicolas Geoffray · 10 years ago
  81. 59f054d ART: Reduce the instructions generated by packed switch. by Zheng Xu · 10 years ago
  82. 7e99e05 MIPS32: Improve integer division by constants by Alexey Frunze · 10 years ago
  83. 42e372e Optimize HLoadClass when we know the class is in the cache. by Nicolas Geoffray · 10 years ago
  84. 73a4265 MIPS32: Record missing implicit null checks by Goran Jakovljevic · 10 years ago
  85. 888d067 Revamp art::CheckEntrypointTypes uses. by Roland Levillain · 10 years ago
  86. 01b88a2 Merge "Explicitly add HLoadClass/HClinitCheck for HNewInstance." by Nicolas Geoffray · 10 years ago
  87. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 10 years ago
  88. c53c079 Clean up the special input in HInvokeStaticOrDirect. by Vladimir Marko · 10 years ago
  89. 0debae7 ART: Refactor GenerateTestAndBranch by David Brazdil · 10 years ago
  90. 16ba2b4 MIPS32: java.lang.String.equals by Chris Larsen · 10 years ago
  91. 934808f Fix mips32oc ArraySet null constant assignment by Pavle Batuta · 10 years ago
  92. 701566a MIPS32: Create infrastructure to support intrinsics by Chris Larsen · 10 years ago
  93. e87a718 MIPS32: added support for unresolved classes by Pavle Batuta · 10 years ago
  94. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 10 years ago
  95. c9e94f3 MIPS: Support register pairs in CodeGeneratorMIPS::AddLocationAsTemp(). by Alexey Frunze · 10 years ago
  96. 1a87837 MIPS32: Fix loading address in GenerateStaticOrDirectCall by Goran Jakovljevic · 10 years ago
  97. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 10 years ago
  98. f652cec MIPS: Initial version of optimizing compiler for MIPS32 by Goran Jakovljevic · 10 years ago