1. 30adc73 Quick compiler: Fix liveness tracking by buzbee · 10 years ago
  2. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 10 years ago
  3. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  4. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  5. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  6. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 10 years ago
  7. 7a11ab0 Quick compiler: debugging assists by buzbee · 10 years ago
  8. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 10 years ago
  9. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 10 years ago
  10. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  11. 3a74d15 Delete throw launchpads. by Mingyao Yang · 10 years ago
  12. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 10 years ago
  13. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 10 years ago
  14. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 10 years ago
  15. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 10 years ago
  16. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  17. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  18. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 10 years ago
  19. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  20. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  21. 3da67a5 Add OpEndIT() for marking the end of OpIT blocks by Dave Allison · 10 years ago
  22. d265a8a Merge "Quick compiler, MIPS resource cleanup" by buzbee · 10 years ago
  23. 88e0463 Merge "Revert "Revert "Optimize easy multiply and easy div remainder.""" by Ian Rogers · 10 years ago
  24. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  25. f943914 Implement implicit stack overflow checks by Dave Allison · 10 years ago
  26. 306f017 Faster AssembleLIR for ARM. by Vladimir Marko · 11 years ago
  27. e2143c0 Revert "Revert "Optimize easy multiply and easy div remainder."" by Ian Rogers · 10 years ago
  28. 9da5c10 Quick compiler, MIPS resource cleanup by buzbee · 10 years ago
  29. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 10 years ago
  30. 262b299 Fix x86 master build failure. by buzbee · 10 years ago
  31. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 10 years ago
  32. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  33. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 10 years ago
  34. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 10 years ago
  35. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 10 years ago
  36. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  37. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 10 years ago
  38. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 10 years ago
  39. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago
  40. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 10 years ago
  41. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 10 years ago
  42. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  43. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 10 years ago
  44. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 10 years ago
  45. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  46. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 10 years ago
  47. 2c1ed45 Rework Quick compiler's register handling by buzbee · 10 years ago
  48. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 10 years ago
  49. 4dc2338 Merge "Annotate used fields." by Vladimir Marko · 10 years ago
  50. 4028a6c Inline x86 String.indexOf by Mark Mendell · 10 years ago
  51. 7f6cf56 Annotate used fields. by Vladimir Marko · 10 years ago
  52. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 10 years ago
  53. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 10 years ago
  54. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 10 years ago
  55. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 10 years ago
  56. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 10 years ago
  57. b1e61ad Merge "Tweak Mir2Lir::GenInstanceofCallingHelper for X86" by Ian Rogers · 10 years ago
  58. 6607d97 Tweak Mir2Lir::GenInstanceofCallingHelper for X86 by Mark Mendell · 10 years ago
  59. 41ccc3b Merge "Added inlined abs method with float and double type" by Ian Rogers · 10 years ago
  60. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 10 years ago
  61. dbb17e3 Added inlined abs method with float and double type by Yixin Shou · 10 years ago
  62. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 10 years ago
  63. 6a5ed25 Merge "Redo x86 int arithmetic" by Ian Rogers · 10 years ago
  64. bcec6fb Make slow paths easier to write by Dave Allison · 11 years ago
  65. feb2b4e Redo x86 int arithmetic by Mark Mendell · 10 years ago
  66. 616ffaf Merge "Enable compiler temporaries" by Ian Rogers · 10 years ago
  67. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 11 years ago
  68. 39a5489 Merge "Improve GenConstString, GenS{get,put} for x86" by Ian Rogers · 10 years ago
  69. 95e3eeb Merge "x86 updates GenInlinedUnsafePut/GenInstanceofFinal" by Ian Rogers · 10 years ago
  70. f7a0c5e Merge "Embed array class pointers at array allocation sites." by Hiroshi Yamauchi · 10 years ago
  71. df8ee2e x86 updates GenInlinedUnsafePut/GenInstanceofFinal by Mark Mendell · 10 years ago
  72. 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 10 years ago
  73. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 10 years ago
  74. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 10 years ago
  75. e27b3bf Support GenSelect for x86 by Razvan A Lupusoru · 10 years ago
  76. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 10 years ago
  77. 2bf31e6 Improve x86 long divide by Mark Mendell · 10 years ago
  78. 3f5b42f Merge "Optimize x86 long arithmetic" by Vladimir Marko · 10 years ago
  79. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  80. e02d48f Optimize x86 long arithmetic by Mark Mendell · 11 years ago
  81. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  82. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  83. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  84. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  85. 090dd44 Eliminate redundant x86 compare for GenDivZeroCheck by Razvan A Lupusoru · 11 years ago
  86. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  87. e13717e Per-DexFile locking for inliner initialization. by Vladimir Marko · 11 years ago
  88. b8a0c23 Merge "Unsafe.compareAndSwapLong() intrinsic for x86." by Vladimir Marko · 11 years ago
  89. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 11 years ago
  90. 06606b9 Performance improvement for mapping table creation. by Vladimir Marko · 11 years ago
  91. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  92. 1e6cb63 Delta-encoding of mapping tables. by Vladimir Marko · 11 years ago
  93. 3e5af82 Intrinsic Unsafe.CompareAndSwapLong() for ARM. by Vladimir Marko · 11 years ago
  94. 1c282e2 Refactor intrinsic CAS, prepare for 64-bit version. by Vladimir Marko · 11 years ago
  95. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 11 years ago
  96. e508a20 Fix unaligned Memory peek/poke intrinsics. by Vladimir Marko · 11 years ago
  97. 65636e5 Add intrinsics for Memory peek/poke. by Vladimir Marko · 11 years ago
  98. 6bdf1ff Add intrinsics for {Short,Int,Long}.reverseBytes(). by Vladimir Marko · 11 years ago
  99. 0d82948 64-bit prep by buzbee · 11 years ago
  100. 409fe94 Quick assembler fix by buzbee · 11 years ago