1. a20468c x86_64: Support r8-r15, xmm8-xmm15 in assembler by Dmitry Petrochenko · 11 years ago
  2. 96992e8 x86_64: Add 64-bit version of instructions in asm by Dmitry Petrochenko · 11 years ago
  3. cd9b4e2 Merge "x86_64: Rebase on top of "64-bit temp register support"" by Bill Buzbee · 11 years ago
  4. fe94578 Implement all vector instructions for X86 by Mark Mendell · 11 years ago
  5. 642fe34 Quick compiler: fix register clobbering. by buzbee · 11 years ago
  6. 0999a6f x86_64: Rebase on top of "64-bit temp register support" by Dmitry Petrochenko · 11 years ago
  7. 4c80043 x86_64: Disable all intrinsics by Dmitry Petrochenko · 11 years ago
  8. d293fb4 x86: For integer ALU operation handle v+=v case by Serguei Katkov · 11 years ago
  9. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 11 years ago
  10. 3aa5773 ART: MIR, SSARepresentation, and BasicBlock Additional API by Jean Christophe Beyler · 11 years ago
  11. 481b402 Merge "Quick compiler: free up space in MIR." by buzbee · 11 years ago
  12. 7bf9c46 Merge "Method inlining across dex files in boot image." by Vladimir Marko · 11 years ago
  13. a51a0b0 Method inlining across dex files in boot image. by Vladimir Marko · 11 years ago
  14. ef562fd Quick compiler: free up space in MIR. by buzbee · 11 years ago
  15. b01bf15 64-bit temp register support. by buzbee · 11 years ago
  16. 9593976 Merge "Allow X86 QBE to be extended" by Ian Rogers · 11 years ago
  17. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 11 years ago
  18. 9cdf48e Arm64 - update fp callee save base by buzbee · 11 years ago
  19. 214eee4 Merge "AArch64: fixes in A64 code generation." by Bill Buzbee · 11 years ago
  20. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 11 years ago
  21. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  22. 082833c Quick compiler, out of registers fix by buzbee · 11 years ago
  23. bc6d197 AArch64: fixes in A64 code generation. by Matteo Franchin · 11 years ago
  24. d65c51a ART: Add support for constant vector literals by Mark Mendell · 11 years ago
  25. 1e97c4a Merge "Add x86_64 code generation support" by Bill Buzbee · 11 years ago
  26. c830430 AArch64: Fix quick compiler monitor implementation. by Zheng Xu · 11 years ago
  27. 13ff8cd Merge "Quick Compiler: fix Arm cts failures" by Bill Buzbee · 11 years ago
  28. fe8cf8b Quick Compiler: fix Arm cts failures by Bill Buzbee · 11 years ago
  29. b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 11 years ago
  30. a1926cd Merge "ART: Fix ARM dmb placement in monitor-exit" by Andreas Gampe · 11 years ago
  31. f54fcba Merge "Support any cpu register sequence in LoadArgRegs" by Bill Buzbee · 11 years ago
  32. 5c13d43 Merge "x86_64: Handle UnsafeGet/Put equal to x86" by Bill Buzbee · 11 years ago
  33. c93ac8b Fix special getter/setter to use RegClassForFieldLoadStore(). by Vladimir Marko · 11 years ago
  34. 26ee07a Support any cpu register sequence in LoadArgRegs by Dmitry Petrochenko · 11 years ago
  35. 9bf549d x86_64: Handle UnsafeGet/Put equal to x86 by Dmitry Petrochenko · 11 years ago
  36. 9b9dec8 ART: Fix ARM dmb placement in monitor-exit by Andreas Gampe · 11 years ago
  37. 9ee801f Add x86_64 code generation support by Dmitry Petrochenko · 11 years ago
  38. 3ec5da2 ART: Fix typo in ThreadOffset modification by Andreas Gampe · 11 years ago
  39. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 11 years ago
  40. 0c5e841 Merge "Quick compiler: fix compile-time perf regression" by buzbee · 11 years ago
  41. ba57451 Quick compiler: fix compile-time perf regression by buzbee · 11 years ago
  42. 0dc242d Avoid unnecessary copy/load in EvalLoc() and LoadValue(). by Vladimir Marko · 11 years ago
  43. e1910f1 Merge "Quick compiler: Fix liveness tracking" by buzbee · 11 years ago
  44. 30adc73 Quick compiler: Fix liveness tracking by buzbee · 11 years ago
  45. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 11 years ago
  46. 8b1f605 Merge "X86: EmitArrayImm shouldn't truncate to 16 bits" by Ian Rogers · 11 years ago
  47. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 11 years ago
  48. 9ed4277 X86: EmitArrayImm shouldn't truncate to 16 bits by Mark Mendell · 11 years ago
  49. 410d87f Merge "Cleanup ARM load/store wide and remove unused param s_reg." by Vladimir Marko · 11 years ago
  50. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 11 years ago
  51. 99380ed ART: Ensure X86 OpRegCopyWide preserves src by Mark Mendell · 11 years ago
  52. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 11 years ago
  53. 7189fee Merge "AArch64: Added arm64 quick backend as an arm clone." by Bill Buzbee · 11 years ago
  54. 43ec873 AArch64: Added arm64 quick backend as an arm clone. by Matteo Franchin · 11 years ago
  55. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 11 years ago
  56. 47ebd77 Merge "ART: Improve fused compare long branch" by Ian Rogers · 11 years ago
  57. 1f1d251 Merge "ART: Use utils.h::RoundUp instead of explicit bit-fiddling" by Andreas Gampe · 11 years ago
  58. 99b0578 Merge "Handle implicit stack overflow without affecting stack walks" by Dave Allison · 11 years ago
  59. 36b6596 Merge "ART: Update and correct assemble_x86.cc" by Ian Rogers · 11 years ago
  60. 2637f2e ART: Update and correct assemble_x86.cc by Mark Mendell · 11 years ago
  61. 752e205 ART: Improve fused compare long branch by Mark Mendell · 11 years ago
  62. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 11 years ago
  63. f29a424 x86_64: Fix frame size calculation for 64-bit by Dmitry Petrochenko · 11 years ago
  64. 0b80270 Merge "x86_64: Fix Array::DataOffset in calls" by Andreas Gampe · 11 years ago
  65. 37498b6 x86_64: Fix Array::DataOffset in calls by Dmitry Petrochenko · 11 years ago
  66. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 11 years ago
  67. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  68. 1dbbbf6 Merge "Add finalizer references from the entrypoints." by Mathieu Chartier · 11 years ago
  69. f6ba35d Merge "ART: Move oat_data_flow_attributes_ to private and put an API" by Vladimir Marko · 11 years ago
  70. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 11 years ago
  71. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  72. 42fcd98 Revert "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 11 years ago
  73. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 11 years ago
  74. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 11 years ago
  75. 3b004ba Simplify GenConstString by Mingyao Yang · 11 years ago
  76. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 11 years ago
  77. 7a11ab0 Quick compiler: debugging assists by buzbee · 11 years ago
  78. fd698e6 Quick compiler: fix DCHECKS by buzbee · 11 years ago
  79. 9c3b089 Revert "Revert "ART: Extracts an utility function of the duplicated code"" by Andreas Gampe · 11 years ago
  80. b5a14d2 Revert "ART: Extracts an utility function of the duplicated code" by Andreas Gampe · 11 years ago
  81. 973cc95 ART: Extracts an utility function of the duplicated code by Dmitry Petrochenko · 11 years ago
  82. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 11 years ago
  83. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 11 years ago
  84. 695d13a Update load/store utilities for 64-bit backends by buzbee · 11 years ago
  85. 6123d94 Merge "GenArithOpInt should ensure that reg is in core" by Bill Buzbee · 11 years ago
  86. 3a74d15 Delete throw launchpads. by Mingyao Yang · 11 years ago
  87. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 11 years ago
  88. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 11 years ago
  89. 366f8ae GenArithOpInt should ensure that reg is in core by Serguei Katkov · 11 years ago
  90. d15f4e2 Fix a use of OpCondBranch that breaks the MIPS build. by Mingyao Yang · 11 years ago
  91. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 11 years ago
  92. 425640d Merge "Use LIRSlowPath for throwing NPE." by Mingyao Yang · 11 years ago
  93. 79f2c53 Merge "String.IndexOf method handles negative start index value in incorrect way" by Bill Buzbee · 11 years ago
  94. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 11 years ago
  95. b4b0667 Fix volatile wide put/get to be atomic on x86 arch by Yevgeny Rouban · 11 years ago
  96. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 11 years ago
  97. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  98. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  99. 1512ea1 Merge "Quick compiler: fix CmpLong pair handling" by buzbee · 11 years ago
  100. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 11 years ago