1. 79b1bf0 Merge "Make the support code for read barriers a bit more general." by Hiroshi Yamauchi · 11 years ago
  2. e0309ad Merge "Calling convention support for cross 64/32 compilation." by Ian Rogers · 11 years ago
  3. 790a6b7 Calling convention support for cross 64/32 compilation. by Ian Rogers · 11 years ago
  4. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 11 years ago
  5. 88e0463 Merge "Revert "Revert "Optimize easy multiply and easy div remainder.""" by Ian Rogers · 11 years ago
  6. e931e21 Merge "Allow mixing of thread offsets between 32 and 64bit architectures." by Ian Rogers · 11 years ago
  7. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  8. 8464a64 Merge "art: Make calling convention immune to SIRT structure change" by Andreas Gampe · 11 years ago
  9. 382028d Merge "Fix instruction printing for filled-new-array" by Andreas Gampe · 11 years ago
  10. d0b86c7 Merge "Use ResetDef to prevent from removing necessary stores for x86 long-to-fp." by Bill Buzbee · 11 years ago
  11. 70f9ebf Merge "Disable timing sensitive tests on dist builds." by Nicolas Geoffray · 11 years ago
  12. 6c90df9 Merge "Return correct JDWP type tag for array class" by Sebastien Hertz · 11 years ago
  13. e18b027 Merge "Art script: Use PWD for android-data and cleanup after running." by Nicolas Geoffray · 11 years ago
  14. 9f3139c Merge "Add -lpthread -ldl to link executable/tests" by Andrew Hsieh · 11 years ago
  15. e4d159a Disable timing sensitive tests on dist builds. by Brian Carlstrom · 11 years ago
  16. cae10f7 Add -lpthread -ldl to link executable/tests by Andrew Hsieh · 11 years ago
  17. f0513c5 art: Make calling convention immune to SIRT structure change by Dmitry Petrochenko · 11 years ago
  18. 7aca91d Fix instruction printing for filled-new-array by Andreas Gampe · 11 years ago
  19. 81ed34e Merge "Implement implicit stack overflow checks" by Dave Allison · 11 years ago
  20. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  21. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  22. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 11 years ago
  23. cfd5acf Merge "Fix a DCHECK failure when causing GC from DDMS." by Hiroshi Yamauchi · 11 years ago
  24. 9f42a5b Merge "Mark ScopedArenaAllocator's allocations undefined for Valgrind." by Vladimir Marko · 11 years ago
  25. 01df015 Merge "Faster AssembleLIR for ARM." by Vladimir Marko · 11 years ago
  26. 8a76f1e Mark ScopedArenaAllocator's allocations undefined for Valgrind. by Vladimir Marko · 11 years ago
  27. 306f017 Faster AssembleLIR for ARM. by Vladimir Marko · 11 years ago
  28. 7414375 Merge "Add support for adding two integers in optimizing compiler." by Nicolas Geoffray · 11 years ago
  29. d8ee737 Add support for adding two integers in optimizing compiler. by Nicolas Geoffray · 11 years ago
  30. 8732bf9 Merge "Remove use of pthread_cond_timedwait_monotonic." by Narayan Kamath · 11 years ago
  31. 7f466c0 Merge "Add support for invoke-static in optimizing compiler." by Nicolas Geoffray · 11 years ago
  32. 4d8fd49 Return correct JDWP type tag for array class by Sebastien Hertz · 11 years ago
  33. 8ccc3f5 Add support for invoke-static in optimizing compiler. by Nicolas Geoffray · 11 years ago
  34. dd3c9a0 Merge "No longer restrict to -source 1.5 since it causes a warning with 1.7" by Brian Carlstrom · 11 years ago
  35. 5103ce6 No longer restrict to -source 1.5 since it causes a warning with 1.7 by Brian Carlstrom · 11 years ago
  36. 6170f55 Use ResetDef to prevent from removing necessary stores for x86 long-to-fp. by Chao-ying Fu · 11 years ago
  37. 3f96751 Merge "Fix non concurrent mark sweep ergonomics." by Mathieu Chartier · 11 years ago
  38. 5ae2c93 Fix non concurrent mark sweep ergonomics. by Mathieu Chartier · 11 years ago
  39. 11a8497 Merge "Some fixes for comments and implied conversions." by Jeff Hao · 11 years ago
  40. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 11 years ago
  41. 1cd53db Fix a DCHECK failure when causing GC from DDMS. by Hiroshi Yamauchi · 11 years ago
  42. 17b3fb8 Merge "Swap allocation stacks in pause." by Mathieu Chartier · 11 years ago
  43. e2143c0 Revert "Revert "Optimize easy multiply and easy div remainder."" by Ian Rogers · 11 years ago
  44. e759c9f Merge "Add access checks to Method and Field reflection." by Jeff Hao · 11 years ago
  45. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  46. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 11 years ago
  47. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 11 years ago
  48. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 11 years ago
  49. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  50. 2bc4246 Merge "x86_64: JNI compiler" by Andreas Gampe · 11 years ago
  51. a708e32 Merge "Properly dump register type in verifier failure messages" by Sebastien Hertz · 11 years ago
  52. 757b304 Properly dump register type in verifier failure messages by Sebastien Hertz · 11 years ago
  53. 6d65a2f Merge "Annotate Dalvik VR access as both use and def if we use it in this way" by Bill Buzbee · 11 years ago
  54. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  55. 217fe73 Annotate Dalvik VR access as both use and def if we use it in this way by Serguei Katkov · 11 years ago
  56. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 11 years ago
  57. ad174d1b Merge "Revert "Optimize easy multiply and easy div remainder."" by Brian Carlstrom · 11 years ago
  58. 5378924 Merge "Error when taking the modulo of the length of an array" by Brian Carlstrom · 11 years ago
  59. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 11 years ago
  60. b20d24d Error when taking the modulo of the length of an array by Brian Carlstrom · 11 years ago
  61. bcb782f Merge "Fix CopyRegInfo to keep live/dirty flags of new registers." by Bill Buzbee · 11 years ago
  62. 3d325c6 Fix CopyRegInfo to keep live/dirty flags of new registers. by Chao-ying Fu · 11 years ago
  63. 379bd29 Merge "Change sticky GC ergonomics to use GC throughput." by Mathieu Chartier · 11 years ago
  64. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 11 years ago
  65. 67ad224 Merge "Remove bogus DCHECK." by Ian Rogers · 11 years ago
  66. 549cc8b Remove bogus DCHECK. by Ian Rogers · 11 years ago
  67. 0fd52d5 Merge "Fix x86 master build failure." by buzbee · 11 years ago
  68. 262b299 Fix x86 master build failure. by buzbee · 11 years ago
  69. 2aa9b36 Merge "Support inlining with breakpoint" by Sebastien Hertz · 11 years ago
  70. 2b0fe85 Merge "Last patch for running tests on ARM64" by Andreas Gampe · 11 years ago
  71. a76a6d4 Support inlining with breakpoint by Sebastien Hertz · 11 years ago
  72. 41ec12c Merge "Handle Array::Memmove within the same array properly." by Ian Rogers · 11 years ago
  73. 99cb4ea Handle Array::Memmove within the same array properly. by Ian Rogers · 11 years ago
  74. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 11 years ago
  75. e62ff67 Merge "Reflection tidying." by Ian Rogers · 11 years ago
  76. 6a64e22 Merge "Optimize easy multiply and easy div remainder." by Bill Buzbee · 11 years ago
  77. 78bd9b2 Merge "Refactor deoptimization support in debugger" by Sebastien Hertz · 11 years ago
  78. 03fd6e1 Merge "Do not suspend current thread to build stacktrace from DDMS" by Sebastien Hertz · 11 years ago
  79. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 11 years ago
  80. 175cac4 Merge "Fix alloc tracker locking issue" by Sebastien Hertz · 11 years ago
  81. 84956ff Reflection tidying. by Ian Rogers · 11 years ago
  82. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 11 years ago
  83. 636583c Merge "Continuing register cleanup" by buzbee · 11 years ago
  84. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  85. 12442d3 Merge "Less redundant verification." by Mathieu Chartier · 11 years ago
  86. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  87. bc428f2 Merge "Relaxed memory barriers for x86" by Ian Rogers · 11 years ago
  88. 5e8e4fb Merge "Add valgrind support to large object map space." by Mathieu Chartier · 11 years ago
  89. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  90. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 11 years ago
  91. a9e3d2c Merge "Reuse promoted register temporarily" by Ian Rogers · 11 years ago
  92. d3a2dfa Reuse promoted register temporarily by Yevgeny Rouban · 11 years ago
  93. 89c4e28 Art script: Use PWD for android-data and cleanup after running. by Nicolas Geoffray · 11 years ago
  94. 223efbe Merge "Add GC mode for stressing testing heap transitions." by Mathieu Chartier · 11 years ago
  95. 4b4b43c Merge "x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion" by Bill Buzbee · 11 years ago
  96. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 11 years ago
  97. b98063a Fix alloc tracker locking issue by Sebastien Hertz · 11 years ago
  98. ab5545f x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion by Serguei Katkov · 11 years ago
  99. 909f133 Merge "Fix host gtests compiled with gcc" by Brian Carlstrom · 11 years ago
  100. 7f2e3da Fix host gtests compiled with gcc by Brian Carlstrom · 11 years ago