1. 35e1e6a 1. Fix CFI for quick compiled code in x86 & x86_64; by Tong Shen · 10 years ago
  2. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 10 years ago
  3. 72b660e Merge "x86_64: Fix GenDalvikArgsRange for 64-bit ref" by Ian Rogers · 10 years ago
  4. 8e3acdd x86_64: Fix GenDalvikArgsRange for 64-bit ref by Serguei Katkov · 10 years ago
  5. c3561ae Improved implementation of inline of String.indexOf by nikolay serdjuk · 10 years ago
  6. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 10 years ago
  7. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  8. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 10 years ago
  9. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 10 years ago
  10. af263df ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64 by Andreas Gampe · 10 years ago
  11. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 10 years ago
  12. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  13. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  14. c380191 x86_64: Enable fp-reg promotion by Serguei Katkov · 10 years ago
  15. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  16. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  17. 2cfe30b Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 10 years ago
  18. 60bfe7b X86 Backend support for vectorized float and byte 16x16 operations by Udayan Banerji · 10 years ago
  19. 407a9d2 Clean-up call_x86.cc by Serguei Katkov · 10 years ago
  20. 70c4f06 ART: Intrinsic implementation for java.lang.System.arraycopy. by DaniilSokolov · 10 years ago
  21. c5e4ce1 x86_64: Fix intrinsics by nikolay serdjuk · 10 years ago
  22. a77ee51 x86_64: TargetReg update for x86 by Chao-ying Fu · 10 years ago
  23. 3ee86bc Merge "Load 64 bit constant into GPR by single instruction for 64bit mode" by Andreas Gampe · 10 years ago
  24. b5860fb Register promotion support for 64-bit targets by buzbee · 10 years ago
  25. 5192cbb Load 64 bit constant into GPR by single instruction for 64bit mode by Yixin Shou · 10 years ago
  26. ffcdd9f Merge "x86_64: Unify 64-bit check in x86 compiler" by Andreas Gampe · 10 years ago
  27. dd64450 x86_64: Unify 64-bit check in x86 compiler by Elena Sayapina · 10 years ago
  28. 4d5d794 x86_64: Simplify FlushIns by Dmitry Petrochenko · 10 years ago
  29. b9d11f7 Merge "x86_64: Fix wide argument increment" by Ian Rogers · 10 years ago
  30. b6564c1 x86_64: Fix wide argument increment by Chao-ying Fu · 10 years ago
  31. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  32. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  33. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  34. 995b32c Merge "ART: Implicit checks in the compiler are independent from Runtime" by Andreas Gampe · 10 years ago
  35. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 10 years ago
  36. 35ec2b5 x86_64: Clobber r8 to r11 and xmm0 to xmm15 by Chao-ying Fu · 10 years ago
  37. 7e399fd x86_64: Disable all optimizations and fix bugs by Chao-ying Fu · 10 years ago
  38. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  39. 55884bc X86_64: Proper IMT fix by Mark Mendell · 10 years ago
  40. ea248f8 Remove TARGET_REX_SUPPORT define. by Ian Rogers · 10 years ago
  41. fd755e0 Merge "X86_64: Pass 'hidden method index' in EAX" by Ian Rogers · 10 years ago
  42. 0f9b9c5 Tidy up x86 assembler and fix byte register encoding. by Ian Rogers · 10 years ago
  43. d3703d8 X86_64: Pass 'hidden method index' in EAX by Mark Mendell · 10 years ago
  44. a014776 x86_64: Add long bytecode supports (2/2) by Chao-ying Fu · 10 years ago
  45. e0ccdc0 x86_64: Add long bytecode supports (1/2) by Chao-ying Fu · 10 years ago
  46. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 10 years ago
  47. 76af0d3 x86_64: Turn on 64-bit core registers initialization. by Dmitry Petrochenko · 10 years ago
  48. 089142c Avoid register pool allocations on the heap. by Vladimir Marko · 10 years ago
  49. a0cd2d7 Quick compiler: reference cleanup by buzbee · 10 years ago
  50. a20468c x86_64: Support r8-r15, xmm8-xmm15 in assembler by Dmitry Petrochenko · 10 years ago
  51. cd9b4e2 Merge "x86_64: Rebase on top of "64-bit temp register support"" by Bill Buzbee · 10 years ago
  52. fe94578 Implement all vector instructions for X86 by Mark Mendell · 10 years ago
  53. 0999a6f x86_64: Rebase on top of "64-bit temp register support" by Dmitry Petrochenko · 10 years ago
  54. b01bf15 64-bit temp register support. by buzbee · 10 years ago
  55. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 10 years ago
  56. 082833c Quick compiler, out of registers fix by buzbee · 10 years ago
  57. d65c51a ART: Add support for constant vector literals by Mark Mendell · 10 years ago
  58. 1e97c4a Merge "Add x86_64 code generation support" by Bill Buzbee · 10 years ago
  59. b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 10 years ago
  60. 9ee801f Add x86_64 code generation support by Dmitry Petrochenko · 10 years ago
  61. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 10 years ago
  62. e1910f1 Merge "Quick compiler: Fix liveness tracking" by buzbee · 10 years ago
  63. 30adc73 Quick compiler: Fix liveness tracking by buzbee · 10 years ago
  64. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  65. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  66. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 10 years ago
  67. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  68. 3a74d15 Delete throw launchpads. by Mingyao Yang · 10 years ago
  69. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 10 years ago
  70. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 10 years ago
  71. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  72. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  73. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 10 years ago
  74. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 10 years ago
  75. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  76. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 10 years ago
  77. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 10 years ago
  78. 34fa0d9 ART's intrinsic for String.indexOf use the incorrect register by Yevgeny Rouban · 10 years ago
  79. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago
  80. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 10 years ago
  81. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 10 years ago
  82. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  83. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 10 years ago
  84. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 10 years ago
  85. 2c1ed45 Rework Quick compiler's register handling by buzbee · 10 years ago
  86. e19c91f Fix hardcoded offsets in x86 String.indexOf. by Mark Mendell · 10 years ago
  87. 4028a6c Inline x86 String.indexOf by Mark Mendell · 10 years ago
  88. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 10 years ago
  89. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 10 years ago
  90. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 10 years ago
  91. 67c39c4 Support Literal pools for x86 by Mark Mendell · 10 years ago
  92. 67122a0 Merge "64bit friendly printf modifiers in LIR dumping." by Ian Rogers · 10 years ago
  93. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 10 years ago
  94. e02d48f Optimize x86 long arithmetic by Mark Mendell · 11 years ago
  95. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  96. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  97. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  98. 988e6ea Fix -O0 builds. by Ian Rogers · 11 years ago
  99. b8a0c23 Merge "Unsafe.compareAndSwapLong() intrinsic for x86." by Vladimir Marko · 11 years ago
  100. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 11 years ago