1. 1961b60 Quick: PC-relative loads from dex cache arrays on x86. by Vladimir Marko · 10 years ago
  2. f6737f7 Quick: Clean up Mir2Lir codegen. by Vladimir Marko · 10 years ago
  3. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  4. 27dee8b X86_64 QBE: use RIP addressing by Mark Mendell · 10 years ago
  5. f18b92f LSRA: Fix X86 shuffle flags by Dmitry Petrochenko · 10 years ago
  6. b28c1c0 Tidy RegStorage for X86. by Ian Rogers · 10 years ago
  7. 211d45e Merge "X86 QBE: Mark kX86StartOfMethod as defining reg 0" by Ian Rogers · 10 years ago
  8. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  9. 5f70c79 X86 QBE: Mark kX86StartOfMethod as defining reg 0 by Mark Mendell · 10 years ago
  10. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  11. ae9f3e6 ART: Fix movnti assembler by Razvan A Lupusoru · 10 years ago
  12. a870bc5 ART: Address three issues with x86 assembler before enabling load store elimination. by Haitao Feng · 10 years ago
  13. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 10 years ago
  14. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 10 years ago
  15. f40f890 Implement inlined shift long for 32bit by Yixin Shou · 10 years ago
  16. e70f179 ART: Fix two small DumpLIRInsn issues for x86_64 port. by Haitao Feng · 10 years ago
  17. 4b6d27c Merge "x86: Fix assembler for Pextr" by Ian Rogers · 10 years ago
  18. f768db4 Merge "X86: Assembler: Correct r8_form for some cases" by Ian Rogers · 10 years ago
  19. 2bc4770 Set REG0_USED on X86 Set8R instruction by Mark Mendell · 10 years ago
  20. cf81841 x86_64: Fix Test32RM by Chao-ying Fu · 10 years ago
  21. fd0c237 X86: Assembler: Correct r8_form for some cases by Mark Mendell · 10 years ago
  22. 3569063 x86: Fix assembler for Pextr by Serguei Katkov · 10 years ago
  23. 1222c96 ART: inline Math.Max/Min (float and double) by Alexei Zavjalov · 10 years ago
  24. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  25. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  26. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  27. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  28. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  29. 021b60f x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets by Chao-ying Fu · 10 years ago
  30. 2cfe30b Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 10 years ago
  31. 60bfe7b X86 Backend support for vectorized float and byte 16x16 operations by Udayan Banerji · 10 years ago
  32. 94f3eb0 x86_64: Clean-up after cmp-long fix by Serguei Katkov · 10 years ago
  33. ae2efea Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation" by Ian Rogers · 10 years ago
  34. f22af67 Merge "Fix missing dependency in new X86 instruction" by Andreas Gampe · 10 years ago
  35. 01a50d6 Fix missing dependency in new X86 instruction by Mark Mendell · 10 years ago
  36. 3ee86bc Merge "Load 64 bit constant into GPR by single instruction for 64bit mode" by Andreas Gampe · 10 years ago
  37. c5e4ce1 x86_64: Fix intrinsics by nikolay serdjuk · 10 years ago
  38. 5192cbb Load 64 bit constant into GPR by single instruction for 64bit mode by Yixin Shou · 10 years ago
  39. dd64450 x86_64: Unify 64-bit check in x86 compiler by Elena Sayapina · 10 years ago
  40. fb0fecf ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation by Olivier Come · 10 years ago
  41. e63d9d4 x86_64: int-to-long should ensure that int in kCoreReg by Serguei Katkov · 10 years ago
  42. 1c55703 x86_64: Correct fix for cmp-long by Serguei Katkov · 10 years ago
  43. bd3682e ART: Implement rem_double/rem_float for x86/x86-64 by Alexei Zavjalov · 10 years ago
  44. 5aa6e04 Tidy x86 assembler. by Ian Rogers · 10 years ago
  45. 7e399fd x86_64: Disable all optimizations and fix bugs by Chao-ying Fu · 10 years ago
  46. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  47. 0f9b9c5 Tidy up x86 assembler and fix byte register encoding. by Ian Rogers · 10 years ago
  48. ade54a2 X86_64: Fix core.oat compilation issues by Mark Mendell · 10 years ago
  49. e0ccdc0 x86_64: Add long bytecode supports (1/2) by Chao-ying Fu · 10 years ago
  50. a20468c x86_64: Support r8-r15, xmm8-xmm15 in assembler by Dmitry Petrochenko · 10 years ago
  51. 96992e8 x86_64: Add 64-bit version of instructions in asm by Dmitry Petrochenko · 10 years ago
  52. fe94578 Implement all vector instructions for X86 by Mark Mendell · 10 years ago
  53. d65c51a ART: Add support for constant vector literals by Mark Mendell · 11 years ago
  54. 9ee801f Add x86_64 code generation support by Dmitry Petrochenko · 10 years ago
  55. 9ed4277 X86: EmitArrayImm shouldn't truncate to 16 bits by Mark Mendell · 10 years ago
  56. 1f1d251 Merge "ART: Use utils.h::RoundUp instead of explicit bit-fiddling" by Andreas Gampe · 10 years ago
  57. 2637f2e ART: Update and correct assemble_x86.cc by Mark Mendell · 10 years ago
  58. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 10 years ago
  59. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  60. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  61. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  62. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 11 years ago
  63. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  64. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 11 years ago
  65. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  66. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  67. 67c39c4 Support Literal pools for x86 by Mark Mendell · 11 years ago
  68. feb2b4e Redo x86 int arithmetic by Mark Mendell · 11 years ago
  69. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 11 years ago
  70. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  71. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  72. 2bf31e6 Improve x86 long divide by Mark Mendell · 11 years ago
  73. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  74. 343adb5 Enhance GenArrayGet, GenArrayPut for x86 by Mark Mendell · 11 years ago
  75. 0bf1f26 Merge "Fix 64-bit CAS for x86." by Vladimir Marko · 11 years ago
  76. 12f9628 Fix minor style issues by Vladimir Marko · 11 years ago
  77. bff1ef0 Implement GenInlinedSqrt for x86 by Mark Mendell · 11 years ago
  78. a6fd8ba Fix 64-bit CAS for x86. by Vladimir Marko · 11 years ago
  79. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  80. 057c74a Add support for emitting x86 kArray instructions. by Vladimir Marko · 11 years ago
  81. c29bb61 Unsafe.compareAndSwapInt()/Object() intrinsics for x86. by Vladimir Marko · 11 years ago
  82. 1da1e2f More compile-time tuning by buzbee · 11 years ago
  83. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  84. 17088bb Fix invalid DCHECK for movzx/movsx. by Vladimir Marko · 11 years ago
  85. dbf39a7 Merge "Add timing logger to Quick compiler" into dalvik-dev by buzbee · 11 years ago
  86. a61f495 Add timing logger to Quick compiler by buzbee · 11 years ago
  87. e6ed00b Fix x86 code generation for 0x0F 0x3A 0x?? instructions. by Vladimir Marko · 11 years ago
  88. 0d82948 64-bit prep by buzbee · 11 years ago
  89. 409fe94 Quick assembler fix by buzbee · 11 years ago
  90. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  91. 252254b More Quick compile-time tuning: labels & branches by buzbee · 11 years ago
  92. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  93. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  94. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/x86/assemble_x86.cc]
  95. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  96. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  97. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  98. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (99%) from src/compiler/codegen/x86/assemble_x86.cc]
  99. 9bd0281 Enable inlining of Unsafe methods for x86. by Jeff Hao · 12 years ago
  100. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago