1. 0f9b9c5 Tidy up x86 assembler and fix byte register encoding. by Ian Rogers · 10 years ago
  2. ade54a2 X86_64: Fix core.oat compilation issues by Mark Mendell · 10 years ago
  3. e0ccdc0 x86_64: Add long bytecode supports (1/2) by Chao-ying Fu · 10 years ago
  4. a20468c x86_64: Support r8-r15, xmm8-xmm15 in assembler by Dmitry Petrochenko · 10 years ago
  5. 96992e8 x86_64: Add 64-bit version of instructions in asm by Dmitry Petrochenko · 10 years ago
  6. fe94578 Implement all vector instructions for X86 by Mark Mendell · 10 years ago
  7. d65c51a ART: Add support for constant vector literals by Mark Mendell · 10 years ago
  8. 9ee801f Add x86_64 code generation support by Dmitry Petrochenko · 10 years ago
  9. 9ed4277 X86: EmitArrayImm shouldn't truncate to 16 bits by Mark Mendell · 10 years ago
  10. 1f1d251 Merge "ART: Use utils.h::RoundUp instead of explicit bit-fiddling" by Andreas Gampe · 10 years ago
  11. 2637f2e ART: Update and correct assemble_x86.cc by Mark Mendell · 10 years ago
  12. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 10 years ago
  13. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  14. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 10 years ago
  15. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 10 years ago
  16. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 10 years ago
  17. 4028a6c Inline x86 String.indexOf by Mark Mendell · 10 years ago
  18. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 11 years ago
  19. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  20. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  21. 67c39c4 Support Literal pools for x86 by Mark Mendell · 11 years ago
  22. feb2b4e Redo x86 int arithmetic by Mark Mendell · 11 years ago
  23. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 11 years ago
  24. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  25. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  26. 2bf31e6 Improve x86 long divide by Mark Mendell · 11 years ago
  27. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  28. 343adb5 Enhance GenArrayGet, GenArrayPut for x86 by Mark Mendell · 11 years ago
  29. 0bf1f26 Merge "Fix 64-bit CAS for x86." by Vladimir Marko · 11 years ago
  30. 12f9628 Fix minor style issues by Vladimir Marko · 11 years ago
  31. bff1ef0 Implement GenInlinedSqrt for x86 by Mark Mendell · 11 years ago
  32. a6fd8ba Fix 64-bit CAS for x86. by Vladimir Marko · 11 years ago
  33. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  34. 057c74a Add support for emitting x86 kArray instructions. by Vladimir Marko · 11 years ago
  35. c29bb61 Unsafe.compareAndSwapInt()/Object() intrinsics for x86. by Vladimir Marko · 11 years ago
  36. 1da1e2f More compile-time tuning by buzbee · 11 years ago
  37. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  38. 17088bb Fix invalid DCHECK for movzx/movsx. by Vladimir Marko · 11 years ago
  39. dbf39a7 Merge "Add timing logger to Quick compiler" into dalvik-dev by buzbee · 11 years ago
  40. a61f495 Add timing logger to Quick compiler by buzbee · 11 years ago
  41. e6ed00b Fix x86 code generation for 0x0F 0x3A 0x?? instructions. by Vladimir Marko · 11 years ago
  42. 0d82948 64-bit prep by buzbee · 11 years ago
  43. 409fe94 Quick assembler fix by buzbee · 11 years ago
  44. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  45. 252254b More Quick compile-time tuning: labels & branches by buzbee · 11 years ago
  46. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  47. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  48. 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]
  49. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  50. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  51. 311ca16 Compiler: Spring cleaning by buzbee · 11 years ago
  52. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (99%) from src/compiler/codegen/x86/assemble_x86.cc]
  53. 9bd0281 Enable inlining of Unsafe methods for x86. by Jeff Hao · 12 years ago
  54. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  55. a3a82b2 Quick compiler: minor cleanup by buzbee · 12 years ago
  56. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  57. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 12 years ago
  58. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  59. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 12 years ago
  60. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  61. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  62. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  63. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed (99%) from src/compiler/codegen/x86/Assemble.cc]
  64. f0504cd Quick backend: rename target-specific #defines by buzbee · 12 years ago
  65. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 12 years ago
  66. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 12 years ago
  67. 07131ca Refactor codegen resource masks by buzbee · 12 years ago
  68. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  69. 2e9f7ed Use shorter opcodes on x86 for opCmpImmBranch. by Ian Rogers · 12 years ago
  70. 77ae36b Fix and enable inlining of some intrinsics on x86. by jeffhao · 12 years ago
  71. 8302576 Added thin-lock fast path for monitor-enter/exit on x86. by jeffhao · 12 years ago
  72. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 12 years ago
  73. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 12 years ago
  74. e296248 Fixes for x86 compiler optimizations. by jeffhao · 12 years ago
  75. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  76. 292188d More x86 fixes for floating point operations. by jeffhao · 12 years ago
  77. 6a4a7e1 Fix x86 compilation of const-wide. by jeffhao · 12 years ago
  78. 4467908 Fix immediate size for IMUL32RRI, IMUL32RMI, and IMUL32RAI. by jeffhao · 12 years ago
  79. 225ae52 Implement RRI and RRI8 variants of IMUL. by Elliott Hughes · 12 years ago
  80. 5450e0e Fix psllq encoding bug. by Ian Rogers · 12 years ago
  81. 141d622 More X86 fixes. by Ian Rogers · 12 years ago
  82. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 12 years ago
  83. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  84. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 12 years ago
  85. b41b33b Add 3rd argument register to X86. by Ian Rogers · 12 years ago
  86. b3ab25b Enable compiler_test on host. by Ian Rogers · 12 years ago
  87. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 12 years ago
  88. 141b0c7 Enable all tests on x86, add assertions by Ian Rogers · 12 years ago
  89. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 12 years ago
  90. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 12 years ago
  91. de79783 Dummy up MOV instructions, add/tweak comments. by Ian Rogers · 12 years ago
  92. 96ab420 Beginning of X86 encoding map and instruction size routine. by Ian Rogers · 12 years ago
  93. a7678db x86 source code hack and slash by buzbee · 12 years ago
  94. e88dfbf x86 codegen source file skeletons by buzbee · 12 years ago