1. b5860fb Register promotion support for 64-bit targets by buzbee · 10 years ago
  2. 4b537a8 ART: Quick compiler: More size checks, add TargetReg variants by Andreas Gampe · 10 years ago
  3. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  4. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  5. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  6. 33ae558 Arm64 hard-float by buzbee · 10 years ago
  7. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  8. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 10 years ago
  9. 04f4d8a Add an optimization for removing redundant suspend tests in ART by Wei Jin · 10 years ago
  10. a0cd2d7 Quick compiler: reference cleanup by buzbee · 10 years ago
  11. 35ba7f3 Quick compiler: fix array overrun. by buzbee · 10 years ago
  12. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 10 years ago
  13. 082833c Quick compiler, out of registers fix by buzbee · 10 years ago
  14. d65c51a ART: Add support for constant vector literals by Mark Mendell · 10 years ago
  15. c93ac8b Fix special getter/setter to use RegClassForFieldLoadStore(). by Vladimir Marko · 10 years ago
  16. ba57451 Quick compiler: fix compile-time perf regression by buzbee · 10 years ago
  17. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  18. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  19. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  20. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  21. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 10 years ago
  22. 42fcd98 Revert "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 10 years ago
  23. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 10 years ago
  24. 7a11ab0 Quick compiler: debugging assists by buzbee · 10 years ago
  25. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 10 years ago
  26. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  27. 3a74d15 Delete throw launchpads. by Mingyao Yang · 10 years ago
  28. e1fced1 Inlining setters that return one of their arguments. by Vladimir Marko · 10 years ago
  29. 73ed718 Revert "Inlining setters that return one of their arguments." by Mathieu Chartier · 10 years ago
  30. 8e40c3e Inlining setters that return one of their arguments. by Vladimir Marko · 10 years ago
  31. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 10 years ago
  32. f943914 Implement implicit stack overflow checks by Dave Allison · 10 years ago
  33. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  34. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 10 years ago
  35. cdacac4 ART: API changes by Jean Christophe Beyler · 10 years ago
  36. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  37. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  38. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 10 years ago
  39. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 10 years ago
  40. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  41. 093aad1 Merge "Remove unreachable catch entries in GenSpecialCase()." 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. 39d95e6 Remove unreachable catch entries in GenSpecialCase(). by Vladimir Marko · 10 years ago
  45. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 10 years ago
  46. 2c1ed45 Rework Quick compiler's register handling by buzbee · 10 years ago
  47. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 10 years ago
  48. 7f6cf56 Annotate used fields. by Vladimir Marko · 11 years ago
  49. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  50. bcec6fb Make slow paths easier to write by Dave Allison · 11 years ago
  51. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  52. 4376c87 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 11 years ago
  53. c6dbf90 Revert "Remove the link from dalvik instruction back to kMirOpCheck." by Ian Rogers · 11 years ago
  54. 8a3e7e7 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 11 years ago
  55. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  56. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  57. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  58. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  59. 1da1e2f More compile-time tuning by buzbee · 11 years ago
  60. a61f495 Add timing logger to Quick compiler by buzbee · 11 years ago
  61. 0d82948 64-bit prep by buzbee · 11 years ago
  62. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  63. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  64. fffd663 Merge "More Quick compile-time tuning: labels & branches" into dalvik-dev by buzbee · 11 years ago
  65. 252254b More Quick compile-time tuning: labels & branches by buzbee · 11 years ago
  66. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago
  67. 56c7178 Compile-time tuning by buzbee · 11 years ago
  68. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  69. 9329e6d More suspend check repair. by buzbee · 11 years ago
  70. cbcfaf3 Fix suspend check optimization by buzbee · 11 years ago
  71. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  72. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  73. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/mir_to_lir.cc]
  74. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 11 years ago
  75. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  76. 862a760 Compiler: continuing refactoring by buzbee · 11 years ago
  77. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  78. 0665fe0 Compiler: rework dataflow iterator. by buzbee · 11 years ago
  79. 311ca16 Compiler: Spring cleaning by buzbee · 11 years ago
  80. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  81. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (99%) from src/compiler/codegen/mir_to_lir.cc]
  82. f662a7c Add "select" detection to common frontend by buzbee · 12 years ago
  83. a5954be Compiler cleanup: remove some old JIT leftovers. by buzbee · 12 years ago
  84. 4ef3e45 Compiler constant handling rework by buzbee · 12 years ago
  85. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  86. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  87. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 12 years ago
  88. fffdb02 Add memory barrier for final instance fields. by Ian Rogers · 12 years ago
  89. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 12 years ago
  90. a169e1d Quick compiler: refactored listing & const fix by buzbee · 12 years ago
  91. 7da142f Quick compiler: tighten null/0/0.0 workaround by buzbee · 12 years ago
  92. 5f61f67 Workaround for Issue 7250540 by buzbee · 12 years ago
  93. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago[Renamed (65%) from src/compiler/codegen/method_codegen_driver.cc]
  94. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 12 years ago
  95. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  96. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 12 years ago
  97. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  98. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  99. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  100. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago