1. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 10 years ago
  2. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 10 years ago
  3. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  4. f796ca0 Merge "Incorrect result of the "mul-long by 1" operation" by Bill Buzbee · 10 years ago
  5. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  6. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 10 years ago
  7. 2c1ed45 Rework Quick compiler's register handling by buzbee · 10 years ago
  8. c17ebe8 Incorrect result of the "mul-long by 1" operation by Alexei Zavjalov · 10 years ago
  9. e19c91f Fix hardcoded offsets in x86 String.indexOf. by Mark Mendell · 10 years ago
  10. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  11. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 11 years ago
  12. 46861fc Merge "GenSpecialCase support for x86" by Vladimir Marko · 11 years ago
  13. b52b219 Merge "Optimize x86 long V*V by skipping imul" by Ian Rogers · 11 years ago
  14. 89925e9 Merge "Fixed result storage of instruction with long constant operand" by Ian Rogers · 11 years ago
  15. de99bba Optimize x86 long V*V by skipping imul by Mark Mendell · 11 years ago
  16. 79aa423 x86 compiler should handle the "div/rem by 1" case by Alexei Zavjalov · 11 years ago
  17. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  18. 653f2bf Fixed result storage of instruction with long constant operand by Maxim Kazantsev · 11 years ago
  19. ed8081a Merge "Support to generate inline long to FP bytecodes for x86" by Ian Rogers · 11 years ago
  20. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 11 years ago
  21. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  22. b1e61ad Merge "Tweak Mir2Lir::GenInstanceofCallingHelper for X86" by Ian Rogers · 11 years ago
  23. 6607d97 Tweak Mir2Lir::GenInstanceofCallingHelper for X86 by Mark Mendell · 11 years ago
  24. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  25. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  26. 67c39c4 Support Literal pools for x86 by Mark Mendell · 11 years ago
  27. feb2b4e Redo x86 int arithmetic by Mark Mendell · 11 years ago
  28. 316116b Merge "Remove redundant compare for x86 OpDecAndBranch" by Ian Rogers · 11 years ago
  29. f0c3718 Merge "Address another opportunity for reducing x86 sequence for GP pair to XMM" by Ian Rogers · 11 years ago
  30. 39a5489 Merge "Improve GenConstString, GenS{get,put} for x86" by Ian Rogers · 11 years ago
  31. f43adf6 Address another opportunity for reducing x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  32. df8ee2e x86 updates GenInlinedUnsafePut/GenInstanceofFinal by Mark Mendell · 11 years ago
  33. 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 11 years ago
  34. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 11 years ago
  35. b429d1d Merge "Support GenSelect for x86" by Vladimir Marko · 11 years ago
  36. e27b3bf Support GenSelect for x86 by Razvan A Lupusoru · 11 years ago
  37. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  38. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  39. a278ac3 Merge "Improve x86 long divide" by Ian Rogers · 11 years ago
  40. 5710355 Merge "Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV" by Ian Rogers · 11 years ago
  41. 67122a0 Merge "64bit friendly printf modifiers in LIR dumping." by Ian Rogers · 11 years ago
  42. 2bf31e6 Improve x86 long divide by Mark Mendell · 11 years ago
  43. ae427c3 Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV by Mark Mendell · 11 years ago
  44. 3f5b42f Merge "Optimize x86 long arithmetic" by Vladimir Marko · 11 years ago
  45. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 11 years ago
  46. e02d48f Optimize x86 long arithmetic by Mark Mendell · 11 years ago
  47. a894607 Move fused cmp branch ccode to MIR::meta. by Vladimir Marko · 11 years ago
  48. a0dac3e Remove redundant compare for x86 OpDecAndBranch by Yixin Shou · 11 years ago
  49. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  50. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  51. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  52. 0adc680 Merge "Add conditional move support to x86 and allow GenMinMax to use it" by Ian Rogers · 11 years ago
  53. 988e6ea Fix -O0 builds. by Ian Rogers · 11 years ago
  54. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  55. 090dd44 Eliminate redundant x86 compare for GenDivZeroCheck by Razvan A Lupusoru · 11 years ago
  56. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 11 years ago
  57. 412d4f8 Improve x86 Fused long compare to literal by Mark Mendell · 11 years ago
  58. e47ee24 Merge "Enhance GenArrayGet, GenArrayPut for x86" by Vladimir Marko · 11 years ago
  59. 343adb5 Enhance GenArrayGet, GenArrayPut for x86 by Mark Mendell · 11 years ago
  60. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  61. 0bf1f26 Merge "Fix 64-bit CAS for x86." by Vladimir Marko · 11 years ago
  62. 12f9628 Fix minor style issues by Vladimir Marko · 11 years ago
  63. bff1ef0 Implement GenInlinedSqrt for x86 by Mark Mendell · 11 years ago
  64. a6fd8ba Fix 64-bit CAS for x86. by Vladimir Marko · 11 years ago
  65. 8d4122f Merge "Get rid of platform-specific method inliners." by Vladimir Marko · 11 years ago
  66. b8a0c23 Merge "Unsafe.compareAndSwapLong() intrinsic for x86." by Vladimir Marko · 11 years ago
  67. dce8852 Merge "Add support for emitting x86 kArray instructions." by Vladimir Marko · 11 years ago
  68. 867a2b3 Get rid of platform-specific method inliners. by Vladimir Marko · 11 years ago
  69. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 11 years ago
  70. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  71. 057c74a Add support for emitting x86 kArray instructions. by Vladimir Marko · 11 years ago
  72. c29bb61 Unsafe.compareAndSwapInt()/Object() intrinsics for x86. by Vladimir Marko · 11 years ago
  73. 1da1e2f More compile-time tuning by buzbee · 11 years ago
  74. 1c282e2 Refactor intrinsic CAS, prepare for 64-bit version. by Vladimir Marko · 11 years ago
  75. 259b592 Fix build: add required spaces after //. by Vladimir Marko · 11 years ago
  76. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 11 years ago
  77. e508a20 Fix unaligned Memory peek/poke intrinsics. by Vladimir Marko · 11 years ago
  78. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  79. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  80. 17088bb Fix invalid DCHECK for movzx/movsx. by Vladimir Marko · 11 years ago
  81. dbf39a7 Merge "Add timing logger to Quick compiler" into dalvik-dev by buzbee · 11 years ago
  82. a61f495 Add timing logger to Quick compiler by buzbee · 11 years ago
  83. e6ed00b Fix x86 code generation for 0x0F 0x3A 0x?? instructions. by Vladimir Marko · 11 years ago
  84. a8d24bf Merge "64-bit prep" into dalvik-dev by buzbee · 11 years ago
  85. 0d82948 64-bit prep by buzbee · 11 years ago
  86. 773aab1 Correct free-ing of temp register. by Ian Rogers · 11 years ago
  87. 409fe94 Quick assembler fix by buzbee · 11 years ago
  88. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  89. c68fb20 Merge "Inflate contended lock word by suspending owner." into dalvik-dev by Ian Rogers · 11 years ago
  90. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  91. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  92. bd663de Compile-time tuning: register/bb utilities by buzbee · 11 years ago
  93. 252254b More Quick compile-time tuning: labels & branches by buzbee · 11 years ago
  94. 11b63d1 Quick compiler: division by literal fix by buzbee · 11 years ago
  95. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  96. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  97. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  98. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  99. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  100. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago