1. 8549cf9 Merge "Use temp register in Unsafe Get/Put intrisics for displaced offset." by Mathieu Chartier · 11 years ago
  2. 7c95cef Use temp register in Unsafe Get/Put intrisics for displaced offset. by Mathieu Chartier · 11 years ago
  3. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 11 years ago
  4. a7a49dd Merge "Pass instruction-set from runtime through to spawned dex2oat." by Ian Rogers · 11 years ago
  5. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 11 years ago
  6. f6b65c1 Add r4 as promotable register if implicit suspend checks by Dave Allison · 11 years ago
  7. 161f71a Merge "Fixed total method count in profile file parsing." by Calin Juravle · 11 years ago
  8. ea1e520 Fixed total method count in profile file parsing. by Calin Juravle · 11 years ago
  9. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 11 years ago
  10. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  11. 43a065c Add GenBarrier() calls to terminate all IT blocks. by Dave Allison · 11 years ago
  12. 80fdef4 Quick compiler: add comment to Arm encoding by buzbee · 11 years ago
  13. d265a8a Merge "Quick compiler, MIPS resource cleanup" by buzbee · 11 years ago
  14. 79b1bf0 Merge "Make the support code for read barriers a bit more general." by Hiroshi Yamauchi · 11 years ago
  15. e0309ad Merge "Calling convention support for cross 64/32 compilation." by Ian Rogers · 11 years ago
  16. 790a6b7 Calling convention support for cross 64/32 compilation. by Ian Rogers · 11 years ago
  17. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 11 years ago
  18. 88e0463 Merge "Revert "Revert "Optimize easy multiply and easy div remainder.""" by Ian Rogers · 11 years ago
  19. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  20. 8464a64 Merge "art: Make calling convention immune to SIRT structure change" by Andreas Gampe · 11 years ago
  21. d0b86c7 Merge "Use ResetDef to prevent from removing necessary stores for x86 long-to-fp." by Bill Buzbee · 11 years ago
  22. f0513c5 art: Make calling convention immune to SIRT structure change by Dmitry Petrochenko · 11 years ago
  23. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  24. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  25. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 11 years ago
  26. 9f42a5b Merge "Mark ScopedArenaAllocator's allocations undefined for Valgrind." by Vladimir Marko · 11 years ago
  27. 8a76f1e Mark ScopedArenaAllocator's allocations undefined for Valgrind. by Vladimir Marko · 11 years ago
  28. 306f017 Faster AssembleLIR for ARM. by Vladimir Marko · 12 years ago
  29. d8ee737 Add support for adding two integers in optimizing compiler. by Nicolas Geoffray · 11 years ago
  30. 7f466c0 Merge "Add support for invoke-static in optimizing compiler." by Nicolas Geoffray · 11 years ago
  31. 8ccc3f5 Add support for invoke-static in optimizing compiler. by Nicolas Geoffray · 11 years ago
  32. 6170f55 Use ResetDef to prevent from removing necessary stores for x86 long-to-fp. by Chao-ying Fu · 11 years ago
  33. e2143c0 Revert "Revert "Optimize easy multiply and easy div remainder."" by Ian Rogers · 11 years ago
  34. 9da5c10 Quick compiler, MIPS resource cleanup by buzbee · 11 years ago
  35. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 11 years ago
  36. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  37. 2bc4246 Merge "x86_64: JNI compiler" by Andreas Gampe · 11 years ago
  38. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  39. 217fe73 Annotate Dalvik VR access as both use and def if we use it in this way by Serguei Katkov · 11 years ago
  40. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 11 years ago
  41. 3d325c6 Fix CopyRegInfo to keep live/dirty flags of new registers. by Chao-ying Fu · 11 years ago
  42. 262b299 Fix x86 master build failure. by buzbee · 11 years ago
  43. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 11 years ago
  44. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  45. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  46. d3a2dfa Reuse promoted register temporarily by Yevgeny Rouban · 11 years ago
  47. 223efbe Merge "Add GC mode for stressing testing heap transitions." by Mathieu Chartier · 11 years ago
  48. ab5545f x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion by Serguei Katkov · 11 years ago
  49. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 11 years ago
  50. 027f7fa Merge "Trampoline and assembly fixes for ARM64" by Andreas Gampe · 11 years ago
  51. 889d079 Merge "An argument is handled incorrectly for add-int/lit8 during optimization phase" by Bill Buzbee · 11 years ago
  52. 716426f Merge "Small update to CFG printing using DOT" by Bill Buzbee · 11 years ago
  53. ee40aa4 An argument is handled incorrectly for add-int/lit8 during optimization phase by nikolay serdjuk · 11 years ago
  54. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 11 years ago
  55. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  56. 5d47447 Move saved SSA map to ScopedArenaAllocator to save memory. by Vladimir Marko · 11 years ago
  57. 8d6b12a Merge "Free Arenas from the ArenaStack before running codegen." by Vladimir Marko · 11 years ago
  58. 3b10a74 Merge "Fix method index for GDB information" by Andreas Gampe · 11 years ago
  59. 1180d77 Fix method index for GDB information by Mark Mendell · 11 years ago
  60. 53b6afc Free Arenas from the ArenaStack before running codegen. by Vladimir Marko · 11 years ago
  61. b982331 Fix and clean up intrinsic Math.abs(long). by Vladimir Marko · 11 years ago
  62. 25bc279 Small update to CFG printing using DOT by Razvan A Lupusoru · 11 years ago
  63. f2a0d91 Merge "Make all gc maps with 0 entries identical." by Vladimir Marko · 11 years ago
  64. 68eb8bd Merge "Clean up intrinsic Math.abs(float/double)." by Vladimir Marko · 11 years ago
  65. 31806a3 Make all gc maps with 0 entries identical. by Vladimir Marko · 11 years ago
  66. 25ff004 Add FINAL and OVERRIDE to calling conventions of the JNI compiler by Andreas Gampe · 11 years ago
  67. ec31d37 Clean up intrinsic Math.abs(float/double). by Vladimir Marko · 11 years ago
  68. 63a4c96 Merge "Fix GenArithOpInt to work with RA correctly" by Bill Buzbee · 11 years ago
  69. ac05eb5 Merge "ART: API changes" by Bill Buzbee · 11 years ago
  70. 66da136 Fix GenArithOpInt to work with RA correctly by Serguei Katkov · 11 years ago
  71. 91690f6 Some more ARM64 tests that are invalid at the moment by Andreas Gampe · 11 years ago
  72. 0658768 Parts of ARM64 should not be enabled, yet by Andreas Gampe · 11 years ago
  73. 6673338 Merge "Make test-art pass with heap reference poisoning enabled." by Hiroshi Yamauchi · 11 years ago
  74. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  75. 66e4c3e Merge "Optimize stack overflow handling." by Mathieu Chartier · 11 years ago
  76. 40bbb39 Fix Quick compiler "out of registers" by buzbee · 11 years ago
  77. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 11 years ago
  78. 05b15d6 Make test-art pass with heap reference poisoning enabled. by Hiroshi Yamauchi · 11 years ago
  79. 0d9c02e Merge "Run Java tests with the optimizing compiler." by Nicolas Geoffray · 11 years ago
  80. 92cf83e Run Java tests with the optimizing compiler. by Nicolas Geoffray · 11 years ago
  81. cdacac4 ART: API changes by Jean Christophe Beyler · 11 years ago
  82. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  83. 9820b7c Early inlining of simple methods. by Vladimir Marko · 12 years ago
  84. 43c8642 Fix lint error, and Makefile that could be confused with local files. by Nicolas Geoffray · 11 years ago
  85. a48850b Merge "Plug new optimizing compiler in compilation pipeline." by Nicolas Geoffray · 11 years ago
  86. 787c307 Plug new optimizing compiler in compilation pipeline. by Nicolas Geoffray · 11 years ago
  87. 0188ab7 Fix comment typo. by Ian Rogers · 11 years ago
  88. bfea9c2 Class initialization check elimination. by Vladimir Marko · 12 years ago
  89. 1d45438 Merge "Remove duplicated register load in function call to quick entry." by Bill Buzbee · 11 years ago
  90. 1c1f3cd Merge "ARM: Do not allocate temp registers in MulLong if possible." by Bill Buzbee · 11 years ago
  91. 5b27149 Use quick generic JNI calls based on compiler driver options. by Ian Rogers · 11 years ago
  92. d7f8e02 ARM: Do not allocate temp registers in MulLong if possible. by Zheng Xu · 11 years ago
  93. 9a84ad9 Remove duplicated register load in function call to quick entry. by Zheng Xu · 11 years ago
  94. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  95. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 11 years ago
  96. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  97. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 11 years ago
  98. cd4f41a Merge "Implement FINAL/OVERRIDE for clang." by Ian Rogers · 11 years ago
  99. 9758f79 Implement FINAL/OVERRIDE for clang. by Ian Rogers · 11 years ago
  100. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 11 years ago