1. 2637f2e ART: Update and correct assemble_x86.cc by Mark Mendell · 11 years ago
  2. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  3. 9da5c10 Quick compiler, MIPS resource cleanup by buzbee · 11 years ago
  4. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  5. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  6. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  7. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 11 years ago
  8. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  9. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  10. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  11. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  12. ed8081a Merge "Support to generate inline long to FP bytecodes for x86" by Ian Rogers · 11 years ago
  13. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 11 years ago
  14. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  15. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  16. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  17. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 11 years ago
  18. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  19. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  20. 2bf31e6 Improve x86 long divide by Mark Mendell · 11 years ago
  21. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  22. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  23. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  24. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  25. 12f9628 Fix minor style issues by Vladimir Marko · 11 years ago
  26. bff1ef0 Implement GenInlinedSqrt for x86 by Mark Mendell · 11 years ago
  27. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  28. c29bb61 Unsafe.compareAndSwapInt()/Object() intrinsics for x86. by Vladimir Marko · 11 years ago
  29. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  30. e6ed00b Fix x86 code generation for 0x0F 0x3A 0x?? instructions. by Vladimir Marko · 11 years ago
  31. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  32. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  33. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  34. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/x86/x86_lir.h]
  35. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (98%) from src/compiler/codegen/x86/x86_lir.h]
  36. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  37. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  38. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  39. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  40. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  41. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  42. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed (99%) from src/compiler/codegen/x86/X86LIR.h]
  43. f0504cd Quick backend: rename target-specific #defines by buzbee · 12 years ago
  44. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 12 years ago
  45. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 12 years ago
  46. 07131ca Refactor codegen resource masks by buzbee · 12 years ago
  47. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  48. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 12 years ago
  49. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  50. 2e9f7ed Use shorter opcodes on x86 for opCmpImmBranch. by Ian Rogers · 12 years ago
  51. 8320f38 Prune useless entries from dex to pc map by buzbee · 12 years ago
  52. 77ae36b Fix and enable inlining of some intrinsics on x86. by jeffhao · 12 years ago
  53. 8302576 Added thin-lock fast path for monitor-enter/exit on x86. by jeffhao · 12 years ago
  54. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 12 years ago
  55. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 12 years ago
  56. e296248 Fixes for x86 compiler optimizations. by jeffhao · 12 years ago
  57. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  58. 292188d More x86 fixes for floating point operations. by jeffhao · 12 years ago
  59. bff2465 [Compiler] Add object ref discovery by buzbee · 13 years ago
  60. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  61. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  62. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  63. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  64. b41b33b Add 3rd argument register to X86. by Ian Rogers · 13 years ago
  65. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 13 years ago
  66. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  67. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  68. 719ace4 Stop saying "typedef struct" and "typedef enum". by Elliott Hughes · 13 years ago
  69. de79783 Dummy up MOV instructions, add/tweak comments. by Ian Rogers · 13 years ago
  70. 96ab420 Beginning of X86 encoding map and instruction size routine. by Ian Rogers · 13 years ago
  71. a7678db x86 source code hack and slash by buzbee · 13 years ago
  72. e32ca23 Start of X86 LIR description. by Ian Rogers · 13 years ago