1. 3b004ba Simplify GenConstString by Mingyao Yang · 11 years ago
  2. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 11 years ago
  3. 9c3b089 Revert "Revert "ART: Extracts an utility function of the duplicated code"" by Andreas Gampe · 11 years ago
  4. b5a14d2 Revert "ART: Extracts an utility function of the duplicated code" by Andreas Gampe · 11 years ago
  5. 973cc95 ART: Extracts an utility function of the duplicated code by Dmitry Petrochenko · 11 years ago
  6. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 11 years ago
  7. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 11 years ago
  8. 695d13a Update load/store utilities for 64-bit backends by buzbee · 11 years ago
  9. 3a74d15 Delete throw launchpads. by Mingyao Yang · 11 years ago
  10. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 11 years ago
  11. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 11 years ago
  12. d15f4e2 Fix a use of OpCondBranch that breaks the MIPS build. by Mingyao Yang · 11 years ago
  13. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 11 years ago
  14. 425640d Merge "Use LIRSlowPath for throwing NPE." by Mingyao Yang · 11 years ago
  15. b4b0667 Fix volatile wide put/get to be atomic on x86 arch by Yevgeny Rouban · 11 years ago
  16. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 11 years ago
  17. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  18. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  19. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 11 years ago
  20. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  21. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  22. 45157a4 Merge "ARM: enable optimisation for easy multiply, add modulus pattern." by Ian Rogers · 11 years ago
  23. 3da67a5 Add OpEndIT() for marking the end of OpIT blocks by Dave Allison · 11 years ago
  24. f9719f9 ARM: enable optimisation for easy multiply, add modulus pattern. by Zheng Xu · 11 years ago
  25. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 11 years ago
  26. 43a065c Add GenBarrier() calls to terminate all IT blocks. by Dave Allison · 11 years ago
  27. 88e0463 Merge "Revert "Revert "Optimize easy multiply and easy div remainder.""" by Ian Rogers · 11 years ago
  28. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  29. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  30. e2143c0 Revert "Revert "Optimize easy multiply and easy div remainder."" by Ian Rogers · 11 years ago
  31. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 11 years ago
  32. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 11 years ago
  33. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  34. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  35. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 11 years ago
  36. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  37. bfea9c2 Class initialization check elimination. by Vladimir Marko · 11 years ago
  38. 9a84ad9 Remove duplicated register load in function call to quick entry. by Zheng Xu · 11 years ago
  39. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  40. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 11 years ago
  41. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  42. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  43. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  44. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  45. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 11 years ago
  46. 7f6cf56 Annotate used fields. by Vladimir Marko · 11 years ago
  47. b1e61ad Merge "Tweak Mir2Lir::GenInstanceofCallingHelper for X86" by Ian Rogers · 11 years ago
  48. 6607d97 Tweak Mir2Lir::GenInstanceofCallingHelper for X86 by Mark Mendell · 11 years ago
  49. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  50. 6a5ed25 Merge "Redo x86 int arithmetic" by Ian Rogers · 11 years ago
  51. bcec6fb Make slow paths easier to write by Dave Allison · 11 years ago
  52. feb2b4e Redo x86 int arithmetic by Mark Mendell · 11 years ago
  53. 39a5489 Merge "Improve GenConstString, GenS{get,put} for x86" by Ian Rogers · 11 years ago
  54. 95e3eeb Merge "x86 updates GenInlinedUnsafePut/GenInstanceofFinal" by Ian Rogers · 11 years ago
  55. f7a0c5e Merge "Embed array class pointers at array allocation sites." by Hiroshi Yamauchi · 11 years ago
  56. df8ee2e x86 updates GenInlinedUnsafePut/GenInstanceofFinal by Mark Mendell · 11 years ago
  57. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  58. 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 11 years ago
  59. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  60. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  61. 2bf31e6 Improve x86 long divide by Mark Mendell · 11 years ago
  62. 3f5b42f Merge "Optimize x86 long arithmetic" by Vladimir Marko · 11 years ago
  63. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  64. e02d48f Optimize x86 long arithmetic by Mark Mendell · 11 years ago
  65. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  66. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  67. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  68. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  69. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 11 years ago
  70. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  71. 0d82948 64-bit prep by buzbee · 11 years ago
  72. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  73. c68fb20 Merge "Inflate contended lock word by suspending owner." into dalvik-dev by Ian Rogers · 11 years ago
  74. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  75. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  76. 252254b More Quick compile-time tuning: labels & branches by buzbee · 11 years ago
  77. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 11 years ago
  78. 11b63d1 Quick compiler: division by literal fix by buzbee · 11 years ago
  79. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  80. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  81. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  82. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  83. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  84. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  85. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  86. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  87. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/gen_common.cc]
  88. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  89. 2630985 Tweaks to check-cast codegen. by Ian Rogers · 11 years ago
  90. c9e463c Faster instance-of for final classes. by Ian Rogers · 11 years ago
  91. a700596 Unresolved types aren't assignable from Object. by Ian Rogers · 11 years ago
  92. fae370a Don't apply instance-of peephole when vDest == vSrc. by Ian Rogers · 11 years ago
  93. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 11 years ago
  94. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  95. 397c048 Don't mark instanceof as a safepoint. by Ian Rogers · 11 years ago
  96. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  97. 9d6589c Merge "Compiler: continuing refactoring" into dalvik-dev by buzbee · 12 years ago
  98. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  99. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  100. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago