1. db9d523 Clean up ArmMirToLir::LoadDispBody()/StoreDispBody(). by Vladimir Marko · 11 years ago
  2. 8550197 Merge "x86_64: Hard Float ABI support in QCG" by Bill Buzbee · 11 years ago
  3. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 11 years ago
  4. 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
  5. 04f4d8a Add an optimization for removing redundant suspend tests in ART by Wei Jin · 11 years ago
  6. 089142c Avoid register pool allocations on the heap. by Vladimir Marko · 11 years ago
  7. a0cd2d7 Quick compiler: reference cleanup by buzbee · 11 years ago
  8. 67c482f Merge "Art compiler: remove unnecessary sqrt call" by buzbee · 11 years ago
  9. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 11 years ago
  10. 85089dd Quick compiler: generalize NarrowRegLoc() by buzbee · 11 years ago
  11. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 11 years ago
  12. b01bf15 64-bit temp register support. by buzbee · 11 years ago
  13. 082833c Quick compiler, out of registers fix by buzbee · 11 years ago
  14. 13ff8cd Merge "Quick Compiler: fix Arm cts failures" by Bill Buzbee · 11 years ago
  15. fe8cf8b Quick Compiler: fix Arm cts failures by Bill Buzbee · 11 years ago
  16. b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 11 years ago
  17. 9b9dec8 ART: Fix ARM dmb placement in monitor-exit by Andreas Gampe · 11 years ago
  18. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 11 years ago
  19. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 11 years ago
  20. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 11 years ago
  21. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 11 years ago
  22. 1f1d251 Merge "ART: Use utils.h::RoundUp instead of explicit bit-fiddling" by Andreas Gampe · 11 years ago
  23. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 11 years ago
  24. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 11 years ago
  25. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  26. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 11 years ago
  27. 7a11ab0 Quick compiler: debugging assists by buzbee · 11 years ago
  28. fd698e6 Quick compiler: fix DCHECKS by buzbee · 11 years ago
  29. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 11 years ago
  30. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 11 years ago
  31. 695d13a Update load/store utilities for 64-bit backends by buzbee · 11 years ago
  32. 3a74d15 Delete throw launchpads. by Mingyao Yang · 11 years ago
  33. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 11 years ago
  34. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 11 years ago
  35. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 11 years ago
  36. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 11 years ago
  37. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  38. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  39. 1512ea1 Merge "Quick compiler: fix CmpLong pair handling" by buzbee · 11 years ago
  40. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 11 years ago
  41. a1983d4 Quick compiler: fix CmpLong pair handling by buzbee · 11 years ago
  42. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  43. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  44. 45157a4 Merge "ARM: enable optimisation for easy multiply, add modulus pattern." by Ian Rogers · 11 years ago
  45. 09379fd Merge "Disable use of R4 as a promotable register" by Dave Allison · 11 years ago
  46. 7efad5d Merge "Disassemble Thumb2 shifts and more VFP instructions." by Vladimir Marko · 11 years ago
  47. 8325296 Disable use of R4 as a promotable register by Dave Allison · 11 years ago
  48. c777e0d Disassemble Thumb2 shifts and more VFP instructions. by Vladimir Marko · 11 years ago
  49. 3da67a5 Add OpEndIT() for marking the end of OpIT blocks by Dave Allison · 11 years ago
  50. f9719f9 ARM: enable optimisation for easy multiply, add modulus pattern. by Zheng Xu · 11 years ago
  51. f6b65c1 Add r4 as promotable register if implicit suspend checks by Dave Allison · 11 years ago
  52. 43a065c Add GenBarrier() calls to terminate all IT blocks. by Dave Allison · 11 years ago
  53. 80fdef4 Quick compiler: add comment to Arm encoding by buzbee · 11 years ago
  54. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 11 years ago
  55. 88e0463 Merge "Revert "Revert "Optimize easy multiply and easy div remainder.""" by Ian Rogers · 11 years ago
  56. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  57. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  58. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 11 years ago
  59. 306f017 Faster AssembleLIR for ARM. by Vladimir Marko · 12 years ago
  60. e2143c0 Revert "Revert "Optimize easy multiply and easy div remainder."" by Ian Rogers · 11 years ago
  61. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 11 years ago
  62. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 11 years ago
  63. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  64. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  65. 66e4c3e Merge "Optimize stack overflow handling." by Mathieu Chartier · 11 years ago
  66. 40bbb39 Fix Quick compiler "out of registers" by buzbee · 11 years ago
  67. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 11 years ago
  68. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  69. d7f8e02 ARM: Do not allocate temp registers in MulLong if possible. by Zheng Xu · 11 years ago
  70. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  71. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  72. 3dfc5c1 Merge "ARM: Inline codegen for long-to-float on ARM." by Ian Rogers · 11 years ago
  73. e19649a ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler. by Zheng Xu · 11 years ago
  74. f0e6c9c ARM: Inline codegen for long-to-float on ARM. by Zheng Xu · 11 years ago
  75. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  76. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  77. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  78. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 11 years ago
  79. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  80. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  81. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  82. 502c2a8 Generate ARM special methods from InlineMethod data. by Vladimir Marko · 11 years ago
  83. c9bf407 Fix special getter/setter generation. by Vladimir Marko · 11 years ago
  84. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  85. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  86. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  87. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 12 years ago
  88. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 12 years ago
  89. a278ac3 Merge "Improve x86 long divide" by Ian Rogers · 12 years ago
  90. 67122a0 Merge "64bit friendly printf modifiers in LIR dumping." by Ian Rogers · 12 years ago
  91. 2bf31e6 Improve x86 long divide by Mark Mendell · 12 years ago
  92. 3f5b42f Merge "Optimize x86 long arithmetic" by Vladimir Marko · 12 years ago
  93. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 12 years ago
  94. e02d48f Optimize x86 long arithmetic by Mark Mendell · 12 years ago
  95. a894607 Move fused cmp branch ccode to MIR::meta. by Vladimir Marko · 12 years ago
  96. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 12 years ago
  97. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 12 years ago
  98. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 12 years ago
  99. 0adc680 Merge "Add conditional move support to x86 and allow GenMinMax to use it" by Ian Rogers · 12 years ago
  100. ef6a776 Inline codegen for long-to-double on ARM. by Ian Rogers · 12 years ago