1. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  2. 45157a4 Merge "ARM: enable optimisation for easy multiply, add modulus pattern." by Ian Rogers · 11 years ago
  3. 09379fd Merge "Disable use of R4 as a promotable register" by Dave Allison · 11 years ago
  4. 7efad5d Merge "Disassemble Thumb2 shifts and more VFP instructions." by Vladimir Marko · 11 years ago
  5. 8325296 Disable use of R4 as a promotable register by Dave Allison · 11 years ago
  6. c777e0d Disassemble Thumb2 shifts and more VFP instructions. by Vladimir Marko · 11 years ago
  7. 3da67a5 Add OpEndIT() for marking the end of OpIT blocks by Dave Allison · 11 years ago
  8. f9719f9 ARM: enable optimisation for easy multiply, add modulus pattern. by Zheng Xu · 11 years ago
  9. f6b65c1 Add r4 as promotable register if implicit suspend checks by Dave Allison · 11 years ago
  10. 43a065c Add GenBarrier() calls to terminate all IT blocks. by Dave Allison · 11 years ago
  11. 80fdef4 Quick compiler: add comment to Arm encoding by buzbee · 11 years ago
  12. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 11 years ago
  13. 88e0463 Merge "Revert "Revert "Optimize easy multiply and easy div remainder.""" by Ian Rogers · 11 years ago
  14. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  15. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  16. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 11 years ago
  17. 306f017 Faster AssembleLIR for ARM. by Vladimir Marko · 12 years ago
  18. e2143c0 Revert "Revert "Optimize easy multiply and easy div remainder."" by Ian Rogers · 11 years ago
  19. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 11 years ago
  20. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 11 years ago
  21. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  22. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  23. 66e4c3e Merge "Optimize stack overflow handling." by Mathieu Chartier · 11 years ago
  24. 40bbb39 Fix Quick compiler "out of registers" by buzbee · 11 years ago
  25. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 11 years ago
  26. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  27. d7f8e02 ARM: Do not allocate temp registers in MulLong if possible. by Zheng Xu · 11 years ago
  28. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  29. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  30. 3dfc5c1 Merge "ARM: Inline codegen for long-to-float on ARM." by Ian Rogers · 11 years ago
  31. e19649a ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler. by Zheng Xu · 11 years ago
  32. f0e6c9c ARM: Inline codegen for long-to-float on ARM. by Zheng Xu · 11 years ago
  33. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  34. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  35. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  36. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 11 years ago
  37. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  38. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  39. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  40. 502c2a8 Generate ARM special methods from InlineMethod data. by Vladimir Marko · 11 years ago
  41. c9bf407 Fix special getter/setter generation. by Vladimir Marko · 11 years ago
  42. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  43. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  44. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  45. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 12 years ago
  46. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 12 years ago
  47. a278ac3 Merge "Improve x86 long divide" by Ian Rogers · 12 years ago
  48. 67122a0 Merge "64bit friendly printf modifiers in LIR dumping." by Ian Rogers · 12 years ago
  49. 2bf31e6 Improve x86 long divide by Mark Mendell · 12 years ago
  50. 3f5b42f Merge "Optimize x86 long arithmetic" by Vladimir Marko · 12 years ago
  51. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 12 years ago
  52. e02d48f Optimize x86 long arithmetic by Mark Mendell · 12 years ago
  53. a894607 Move fused cmp branch ccode to MIR::meta. by Vladimir Marko · 12 years ago
  54. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 12 years ago
  55. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 12 years ago
  56. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 12 years ago
  57. 0adc680 Merge "Add conditional move support to x86 and allow GenMinMax to use it" by Ian Rogers · 12 years ago
  58. ef6a776 Inline codegen for long-to-double on ARM. by Ian Rogers · 12 years ago
  59. 988e6ea Fix -O0 builds. by Ian Rogers · 12 years ago
  60. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 12 years ago
  61. 47d79fd Merge "Clean up usage of carry flag condition codes." by Vladimir Marko · 12 years ago
  62. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 12 years ago
  63. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  64. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 12 years ago
  65. 8d4122f Merge "Get rid of platform-specific method inliners." by Vladimir Marko · 12 years ago
  66. 867a2b3 Get rid of platform-specific method inliners. by Vladimir Marko · 12 years ago
  67. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 12 years ago
  68. 1da1e2f More compile-time tuning by buzbee · 12 years ago
  69. 3e5af82 Intrinsic Unsafe.CompareAndSwapLong() for ARM. by Vladimir Marko · 12 years ago
  70. 1c282e2 Refactor intrinsic CAS, prepare for 64-bit version. by Vladimir Marko · 12 years ago
  71. 2247984 Clean up kOpCmp on ARM. by Vladimir Marko · 12 years ago
  72. 3cebbc7 Merge "Rewrite intrinsics detection." into dalvik-dev by Vladimir Marko · 12 years ago
  73. 332b7aa Improve Thumb2 instructions' use of constant operands. by Vladimir Marko · 12 years ago
  74. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 12 years ago
  75. 7020278 Support hardware divide instruction by Dave Allison · 12 years ago
  76. e508a20 Fix unaligned Memory peek/poke intrinsics. by Vladimir Marko · 12 years ago
  77. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 12 years ago
  78. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 12 years ago
  79. a61f495 Add timing logger to Quick compiler by buzbee · 12 years ago
  80. a8d24bf Merge "64-bit prep" into dalvik-dev by buzbee · 12 years ago
  81. 0d82948 64-bit prep by buzbee · 12 years ago
  82. 379067c Don't clobber array reg if its needed for card marking by Ian Rogers · 12 years ago
  83. 773aab1 Correct free-ing of temp register. by Ian Rogers · 12 years ago
  84. 409fe94 Quick assembler fix by buzbee · 12 years ago
  85. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 12 years ago
  86. c68fb20 Merge "Inflate contended lock word by suspending owner." into dalvik-dev by Ian Rogers · 12 years ago
  87. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 12 years ago
  88. b48819d Compile-time tuning: assembly phase by buzbee · 12 years ago
  89. 1fc5800 Art compiler: minor instruction assembler fix by buzbee · 12 years ago
  90. 2de2aa1 Make inlined CAS32 loop until store is successful if values match. by Jeff Hao · 12 years ago
  91. 77695d2 am 715084a2: am 9d7e507f: am 95848d01: Revert "Fix CAS intrinsic to clear exclusive if values don\'t match." by Jeff Hao · 12 years ago
  92. 95848d0 Revert "Fix CAS intrinsic to clear exclusive if values don't match." by Jeff Hao · 12 years ago
  93. 3a08315 Fix CAS intrinsic to clear exclusive if values don't match. by Jeff Hao · 12 years ago
  94. 78765e8 Fix CAS intrinsic to clear exclusive if values don't match. by Jeff Hao · 12 years ago
  95. bd663de Compile-time tuning: register/bb utilities by buzbee · 12 years ago
  96. 252254b More Quick compile-time tuning: labels & branches by buzbee · 12 years ago
  97. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 12 years ago
  98. 11b63d1 Quick compiler: division by literal fix by buzbee · 12 years ago
  99. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  100. 468532e Entry point clean up. by Ian Rogers · 12 years ago