1. 38cc203 am 0b6952ca: Merge "Revert "ART: Fix mac build"" into lmp-dev by Andreas Gampe · 11 years ago
  2. 16bf1ae am e470a027: Merge "Fix intrinsic Math.abs(double) for ARM." into lmp-dev by Vladimir Marko · 11 years ago
  3. 10fe7dc am b0bf089c: Merge "Revert "Reduce stack usage for overflow checks"" into lmp-dev by Dave Allison · 11 years ago
  4. 31ddbf0 am a73a8b55: Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 11 years ago
  5. a73a8b5 Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 11 years ago
  6. f3f4742 am 0c2a6d76: Merge "ART: Fix another potential N-th visitor issue" into lmp-dev by Andreas Gampe · 11 years ago
  7. b0bf089 Merge "Revert "Reduce stack usage for overflow checks"" into lmp-dev by Dave Allison · 11 years ago
  8. 83b1940 Revert "Reduce stack usage for overflow checks" by Dave Allison · 11 years ago
  9. 0c2a6d7 Merge "ART: Fix another potential N-th visitor issue" into lmp-dev by Andreas Gampe · 11 years ago
  10. 22ebd85 am 564f5830: ART: Fix mac build by Andreas Gampe · 11 years ago
  11. 564f583 ART: Fix mac build by Andreas Gampe · 11 years ago
  12. 50acbfe am c483a73c: Merge "ART: Fix class-linker handling" into lmp-dev by Andreas Gampe · 11 years ago
  13. 479b244 am f8c4ed08: ART: Fix wrong command line parameter by Andreas Gampe · 11 years ago
  14. 58a2d44 am 4c37afb7: Get the native bridge library from the framework. by Calin Juravle · 11 years ago
  15. b03bd88 am 20ae1d77: Clean up native bridge by Ian Rogers · 11 years ago
  16. f8c4ed0 ART: Fix wrong command line parameter by Andreas Gampe · 11 years ago
  17. 4c37afb Get the native bridge library from the framework. by Calin Juravle · 11 years ago
  18. 20ae1d7 Clean up native bridge by Ian Rogers · 11 years ago
  19. ab61295 ART: Fix another potential N-th visitor issue by Andreas Gampe · 11 years ago
  20. dbe5f5c am 7e9cdbbc: Merge "ART: Tolerate shallow call stack in VMStack_getCallingClassLoader" into lmp-dev by Andreas Gampe · 11 years ago
  21. b6c7f62 am c85a899b: Revert "Revert "Remove GCC atomic workarounds."" by Dan Albert · 11 years ago
  22. b5f27b8 am f0a37663: Initialize art::Atomic\'s value to 0. by Dan Albert · 11 years ago
  23. c85a899 Revert "Revert "Remove GCC atomic workarounds."" by Dan Albert · 11 years ago
  24. f0a3766 Initialize art::Atomic's value to 0. by Dan Albert · 11 years ago
  25. ba5137b am 63c051a5: Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  26. 63c051a Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  27. 5750454 am c739de01: Merge "Avoid use of std::string where we have const char*." into lmp-dev by Ian Rogers · 11 years ago
  28. eeedc3f am 83715081: Add allocation rate tracking to systrace. by Mathieu Chartier · 11 years ago
  29. 8371508 Add allocation rate tracking to systrace. by Mathieu Chartier · 11 years ago
  30. 9ad4c8f am b0f05b96: Add implicit checks for x86_64 architecture. by Dave Allison · 11 years ago
  31. c483a73 Merge "ART: Fix class-linker handling" into lmp-dev by Andreas Gampe · 11 years ago
  32. b5d1efa ART: Fix class-linker handling by Andreas Gampe · 11 years ago
  33. 7e9cdbb Merge "ART: Tolerate shallow call stack in VMStack_getCallingClassLoader" into lmp-dev by Andreas Gampe · 11 years ago
  34. 61bf6a1 ART: Tolerate shallow call stack in VMStack_getCallingClassLoader by Andreas Gampe · 11 years ago
  35. b0f05b9 Add implicit checks for x86_64 architecture. by Dave Allison · 11 years ago
  36. 697f4c6 am 4527f61c: ART: Don\'t leave rex_ & length_ uninitialized by Andreas Gampe · 11 years ago
  37. 4527f61 ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 11 years ago
  38. 0d0bbb5 am 13cccfa3: Merge "Fix crash in VirtualMachine.AllThreads JDWP command" into lmp-dev by Sebastien Hertz · 11 years ago
  39. e470a02 Merge "Fix intrinsic Math.abs(double) for ARM." into lmp-dev by Vladimir Marko · 11 years ago
  40. 397297f Fix intrinsic Math.abs(double) for ARM. by Vladimir Marko · 11 years ago
  41. 13cccfa Merge "Fix crash in VirtualMachine.AllThreads JDWP command" into lmp-dev by Sebastien Hertz · 11 years ago
  42. 0b6952c Merge "Revert "ART: Fix mac build"" into lmp-dev by Andreas Gampe · 11 years ago
  43. 350b03b Revert "ART: Fix mac build" by Andreas Gampe · 11 years ago
  44. c739de0 Merge "Avoid use of std::string where we have const char*." into lmp-dev by Ian Rogers · 11 years ago
  45. cb6b0f3 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  46. f7216c6 am 5f1dcee2: Merge "Change FreeMemory and TotalMemory behavior." into lmp-dev by Mathieu Chartier · 11 years ago
  47. d17554a am b21f1336: Make method tracing deoptimize on startup. by Jeff Hao · 11 years ago
  48. b21f133 Make method tracing deoptimize on startup. by Jeff Hao · 11 years ago
  49. 5f1dcee Merge "Change FreeMemory and TotalMemory behavior." into lmp-dev by Mathieu Chartier · 11 years ago
  50. b225890 Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 11 years ago
  51. a22d115 Fix crash in VirtualMachine.AllThreads JDWP command by Sebastien Hertz · 11 years ago
  52. 775f2b8 am d74824bd: AArch64: Fix art_quick_string_compareto. by Zheng Xu · 11 years ago
  53. d74824b AArch64: Fix art_quick_string_compareto. by Zheng Xu · 11 years ago
  54. 313ec27 am 8c6c5211: Revert "Rename openDexFileNative to openDexFile." by Calin Juravle · 11 years ago
  55. 8c6c521 Revert "Rename openDexFileNative to openDexFile." by Calin Juravle · 11 years ago
  56. fffca74 am 1c98286d: Merge "ART: Skip compiling redefined classes in apps" into lmp-dev by Andreas Gampe · 11 years ago
  57. 1c98286 Merge "ART: Skip compiling redefined classes in apps" into lmp-dev by Andreas Gampe · 11 years ago
  58. 783c719 am a0b530dd: Fix the Mac build. by Dan Albert · 11 years ago
  59. a47cd53 am 6a763f14: Proper fix after -Bsymbolic change. by Dan Albert · 11 years ago
  60. a0b530d Fix the Mac build. by Dan Albert · 11 years ago
  61. 6a763f1 Proper fix after -Bsymbolic change. by Dan Albert · 11 years ago
  62. eb82375 am 679ec1bf: Merge "Workaround for test failures after Bsymbolic fix." into lmp-dev by Dan Albert · 11 years ago
  63. 88ecfc0 am 55a39dbf: Merge "ART: Turn on dex2oat watchdog on target" into lmp-dev by Andreas Gampe · 11 years ago
  64. 7e830b4 am 8c18c2aa: ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 11 years ago
  65. 8c18c2a ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 11 years ago
  66. 9b03b4a am 9f642e83: Merge "ART: Use TMPDIR for test directories" into lmp-dev by Andreas Gampe · 11 years ago
  67. e6296e7 am 2d48bb71: Remove clang detected warning on tautological comparison by Brian Carlstrom · 11 years ago
  68. 2d48bb7 Remove clang detected warning on tautological comparison by Brian Carlstrom · 11 years ago
  69. 77df9f0 am 3a56e4d0: Merge "ART: Do not check interface being subclass for member access" into lmp-dev by Andreas Gampe · 11 years ago
  70. b012d48 am f8969650: ART: Remove test files after test by Andreas Gampe · 11 years ago
  71. 0171987 ART: Skip compiling redefined classes in apps by Andreas Gampe · 11 years ago
  72. f896965 ART: Remove test files after test by Andreas Gampe · 11 years ago
  73. 55a39db Merge "ART: Turn on dex2oat watchdog on target" into lmp-dev by Andreas Gampe · 11 years ago
  74. b28a161 ART: Turn on dex2oat watchdog on target by Andreas Gampe · 11 years ago
  75. 3a56e4d Merge "ART: Do not check interface being subclass for member access" into lmp-dev by Andreas Gampe · 11 years ago
  76. 81db6a7 ART: Do not check interface being subclass for member access by Andreas Gampe · 11 years ago
  77. 679ec1b Merge "Workaround for test failures after Bsymbolic fix." into lmp-dev by Dan Albert · 11 years ago
  78. 9f642e8 Merge "ART: Use TMPDIR for test directories" into lmp-dev by Andreas Gampe · 11 years ago
  79. 2994e29 ART: Use TMPDIR for test directories by Andreas Gampe · 11 years ago
  80. 5a550c4 am 4ef12f5b: ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 11 years ago
  81. 4ef12f5 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 11 years ago
  82. a48da12 am 47ba978e: Merge "Fix a SIGSEGV at background-to-foreground collector transition." into lmp-dev by Hiroshi Yamauchi · 11 years ago
  83. f93b240 am f0d30ed8: ART: Make assembler_test less chatty by Andreas Gampe · 11 years ago
  84. f0d30ed ART: Make assembler_test less chatty by Andreas Gampe · 11 years ago
  85. 80385c0 am 31fa14fd: Merge "Use the right instruction set for checking dex-cache staleness." into lmp-dev by Narayan Kamath · 11 years ago
  86. f70a5f4 Workaround for test failures after Bsymbolic fix. by Dan Albert · 11 years ago
  87. 94bface am 4bb93277: Fix performance regression in OatFile::GetOatDexFile(). by Vladimir Marko · 11 years ago
  88. 4bb9327 Fix performance regression in OatFile::GetOatDexFile(). by Vladimir Marko · 11 years ago
  89. 8dd925c am fa9c8ec3: Add arraycopy intrinsic for arm and arm64. by Zheng Xu · 11 years ago
  90. fa9c8ec Add arraycopy intrinsic for arm and arm64. by Zheng Xu · 11 years ago
  91. bb60897 am 35388e93: Check for a NULL pointer, do not call Build. by Christopher Ferris · 11 years ago
  92. 35388e9 Check for a NULL pointer, do not call Build. by Christopher Ferris · 11 years ago
  93. 31fa14f Merge "Use the right instruction set for checking dex-cache staleness." into lmp-dev by Narayan Kamath · 11 years ago
  94. 24e928b Use the right instruction set for checking dex-cache staleness. by Narayan Kamath · 11 years ago
  95. 3211e97 am 7204c04d: AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 11 years ago
  96. f978a12 am a7894cdb: Fix checks for kLiteral in local optimizations. by Dave Allison · 11 years ago
  97. 7204c04 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 11 years ago
  98. a7894cd Fix checks for kLiteral in local optimizations. by Dave Allison · 11 years ago
  99. 47ba978 Merge "Fix a SIGSEGV at background-to-foreground collector transition." into lmp-dev by Hiroshi Yamauchi · 11 years ago
  100. e0d6421 Fix a SIGSEGV at background-to-foreground collector transition. by Hiroshi Yamauchi · 11 years ago