1. 9bdec88 Check that we don't accidentally invoke compiled code when -Xint. by Hiroshi Yamauchi · 11 years ago
  2. ee736b2 Merge "Make Monitor::Wait more robust to spurious Inflate failures." by Ian Rogers · 11 years ago
  3. 43c69cc Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 11 years ago
  4. 90a51f2 Merge "Prevent stubs from being installed in java.lang.reflect.Proxy.<init>." by Jeff Hao · 11 years ago
  5. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 11 years ago
  6. 37f048b Merge "[ART] Move to system/core native bridge library" by Calin Juravle · 11 years ago
  7. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 11 years ago
  8. da316af Merge "Fix the THREAD_ offsets for MIPS." by Ian Rogers · 11 years ago
  9. ffe18b5 Fix the THREAD_ offsets for MIPS. by Raghu Gandham · 11 years ago
  10. d684cbf Merge "Implement inlined shift long for 32bit" by Ian Rogers · 11 years ago
  11. f40f890 Implement inlined shift long for 32bit by Yixin Shou · 11 years ago
  12. 6324ca4 Merge "ART: Inline implementation of min() and max() for long in x86" by Ian Rogers · 11 years ago
  13. 4ab6f50 ART: Inline implementation of min() and max() for long in x86 by nikolay serdjuk · 11 years ago
  14. e8bf3df Merge "Use homogeneous space compaction for non low memory devices." by Mathieu Chartier · 11 years ago
  15. 22e4bb0 Use homogeneous space compaction for non low memory devices. by Mathieu Chartier · 11 years ago
  16. a7a45aa Merge "Ensure alternate signal stack is minimum size." by Ian Rogers · 11 years ago
  17. 3e6ff5b Merge "Move explicit GC after we are done initalizing all classes." by Mathieu Chartier · 11 years ago
  18. c24a1e0 Ensure alternate signal stack is minimum size. by Ian Rogers · 11 years ago
  19. 04a685d Merge "Added --gcstress and --gcverify shortcut flags to run-test" by Andreas Gampe · 11 years ago
  20. ecb0112 Merge "Make OatClass and OatMethod immutable once more." by Ian Rogers · 11 years ago
  21. 97b52f8 Make OatClass and OatMethod immutable once more. by Ian Rogers · 11 years ago
  22. a7101c1 Merge "ART: Fix mac build" by Andreas Gampe · 11 years ago
  23. eb0ab9e ART: Fix mac build by Andreas Gampe · 11 years ago
  24. 078f4ea Merge "Mark ParallelGC with gcstress failing." by Nicolas Geoffray · 11 years ago
  25. 5a586cc Mark ParallelGC with gcstress failing. by Nicolas Geoffray · 11 years ago
  26. 2a51697 Merge "More efficient stack walk in exception throwing." by Hiroshi Yamauchi · 11 years ago
  27. 649278c More efficient stack walk in exception throwing. by Hiroshi Yamauchi · 11 years ago
  28. a855db4 Merge "Fix intrinsic Math.abs(double) for ARM." by Vladimir Marko · 11 years ago
  29. a5f90b6 Fix intrinsic Math.abs(double) for ARM. by Vladimir Marko · 11 years ago
  30. ba10b50 Merge "ART: Tolerate shallow call stack in VMStack_getCallingClassLoader" by Andreas Gampe · 11 years ago
  31. 718ac65 ART: Tolerate shallow call stack in VMStack_getCallingClassLoader by Andreas Gampe · 11 years ago
  32. 99c251b Merge "Revert "Revert "Remove GCC atomic workarounds.""" by Dan Albert · 11 years ago
  33. 9c1dffe Merge "Initialize art::Atomic's value to 0." by Dan Albert · 11 years ago
  34. 6a3f8d9 Initialize art::Atomic's value to 0. by Dan Albert · 11 years ago
  35. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 11 years ago
  36. 648d711 Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  37. 826f103 Merge "Use handle in one case that spans a gc-point." by Mingyao Yang · 11 years ago
  38. 38eecb0 Use handle in one case that spans a gc-point. by Mingyao Yang · 11 years ago
  39. e39a5e1 Merge "Execute an application even when dex2oat crashes." by Nicolas Geoffray · 11 years ago
  40. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 11 years ago
  41. b662521 Merge "Fix crash in VirtualMachine.AllThreads JDWP command" by Sebastien Hertz · 11 years ago
  42. 9ac5602 Fix crash in VirtualMachine.AllThreads JDWP command by Sebastien Hertz · 11 years ago
  43. 6c6c6f6 Merge "Avoid use of std::string where we have const char*." by Ian Rogers · 11 years ago
  44. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  45. 0cde7da Merge "ART: Fix run-test in case of relative TMPDIR" by Andreas Gampe · 11 years ago
  46. 3a12cfe ART: Fix run-test in case of relative TMPDIR by Andreas Gampe · 11 years ago
  47. c38752d Merge "ART: Don't leave rex_ & length_ uninitialized" by Andreas Gampe · 11 years ago
  48. 181211d ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 11 years ago
  49. 1b3e5b6 Merge "Implement GenInlinedReverseBits" by Ian Rogers · 11 years ago
  50. 8c914c0 Implement GenInlinedReverseBits by Yixin Shou · 11 years ago
  51. 33e70ef Merge "Fix art build script" by Ian Rogers · 11 years ago
  52. 76ab347 Fix art build script by Junmo Park · 11 years ago
  53. 290bf82 Merge "Prevent merge conflicts." by Mathieu Chartier · 11 years ago
  54. c30a725 Prevent merge conflicts. by Mathieu Chartier · 11 years ago
  55. e7873ec Added --gcstress and --gcverify shortcut flags to run-test by Alex Light · 11 years ago
  56. 3842ad7 Merge "Fix bugs in the x86 and arm versions of generic JNI." by Nicolas Geoffray · 11 years ago
  57. 54accbc Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 11 years ago
  58. 7469b6c Merge "The image for writing needn't be in low 4GB." by Ian Rogers · 11 years ago
  59. 3cd86d6 The image for writing needn't be in low 4GB. by Ian Rogers · 11 years ago
  60. 0e08405 Merge "ART: Fix another potential N-th visitor issue" by Andreas Gampe · 11 years ago
  61. 0d334ce ART: Fix another potential N-th visitor issue by Andreas Gampe · 11 years ago
  62. 70acd53 Merge "ART: Fix mac build" by Andreas Gampe · 11 years ago
  63. 7b1bf42 ART: Fix mac build by Andreas Gampe · 11 years ago
  64. 1805252 Merge "ART: Fix class-linker handling" by Andreas Gampe · 11 years ago
  65. eff0f5d ART: Fix class-linker handling by Andreas Gampe · 11 years ago
  66. aab0f86 Revert "Revert "Remove GCC atomic workarounds."" by Dan Albert · 11 years ago
  67. 093ef21 Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 11 years ago
  68. 6638624 Merge "Make method tracing deoptimize on startup." by Jeff Hao · 11 years ago
  69. bc678bb Make method tracing deoptimize on startup. by Jeff Hao · 11 years ago
  70. 6814d7b Merge "Revert "Remove GCC atomic workarounds."" by Jeff Hao · 11 years ago
  71. 626a246 Revert "Remove GCC atomic workarounds." by Jeff Hao · 11 years ago
  72. ce22318 Merge "Add tests for getDeclaredConstructor" by Mathieu Chartier · 11 years ago
  73. fba8371 Merge "Fix more of the Mac build." by Dave Allison · 11 years ago
  74. 85fa796 Fix more of the Mac build. by Dan Albert · 11 years ago
  75. 3792f6f Merge "AArch64: Fix art_quick_string_compareto." by Andreas Gampe · 11 years ago
  76. 62ddb32 AArch64: Fix art_quick_string_compareto. by Zheng Xu · 11 years ago
  77. c2798e9 Merge "Change FreeMemory and TotalMemory behavior." by Mathieu Chartier · 11 years ago
  78. dd162fb Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 11 years ago
  79. 1cabb1c Merge "Fix missing operation in CombineBlocks" by Vladimir Marko · 11 years ago
  80. f1770fd Fix missing operation in CombineBlocks by Junmo Park · 11 years ago
  81. e95df5f Merge "Fix missing operation in SplitBlock" by Vladimir Marko · 11 years ago
  82. a29ffd5 Remove GCC atomic workarounds. by Ian Rogers · 11 years ago
  83. 6e1fa76 Merge "Add gcstress top-level make rule, eg test-art-host-run-test-gcstress." by Nicolas Geoffray · 11 years ago
  84. 2cfa5f1 Add gcstress top-level make rule, eg test-art-host-run-test-gcstress. by Nicolas Geoffray · 11 years ago
  85. 0de6e0d Merge "Remove GCC atomic workarounds." by Ian Rogers · 11 years ago
  86. 90223cc Fix missing operation in SplitBlock by Junmo Park · 11 years ago
  87. 02a6317 Merge "Fix the Mac build." by Dan Albert · 11 years ago
  88. 90c5879 Fix the Mac build. by Dan Albert · 11 years ago
  89. 5607c8e Merge "Remove clang detected warning on tautological comparison" by Brian Carlstrom · 11 years ago
  90. c991107 Remove clang detected warning on tautological comparison by Brian Carlstrom · 11 years ago
  91. 7493a5b Merge "ART: Do not check interface being subclass for member access" by Andreas Gampe · 11 years ago
  92. 13f8a16 ART: Do not check interface being subclass for member access by Andreas Gampe · 11 years ago
  93. f0d5427 Merge "ART: Turn on dex2oat watchdog on target" by Andreas Gampe · 11 years ago
  94. c5ec29d Merge "Check pause histogram sample size." by Mathieu Chartier · 11 years ago
  95. cab2647 Merge "Proper fix after -Bsymbolic change." by Dan Albert · 11 years ago
  96. 58bea4a Proper fix after -Bsymbolic change. by Dan Albert · 11 years ago
  97. 376fc3c Check pause histogram sample size. by Mathieu Chartier · 11 years ago
  98. 3ed4c54 Add tests for getDeclaredConstructor by Mathieu Chartier · 11 years ago
  99. e74fcc4 Merge "ART: Fix two small DumpLIRInsn issues for x86_64 port." by Ian Rogers · 11 years ago
  100. e70f179 ART: Fix two small DumpLIRInsn issues for x86_64 port. by Haitao Feng · 11 years ago