1. d4af31a Add supported architectures to signal test. by Dave Allison · 11 years ago
  2. e22c03c Merge "ART: Set default visibility to protected" into lmp-dev by Andreas Gampe · 11 years ago
  3. 5afe466 Check for constructor first when installing tracing stubs. by Jeff Hao · 11 years ago
  4. 214f4f1 Merge "Fix JDWP event races" into lmp-dev by Sebastien Hertz · 11 years ago
  5. d8b3537 Fix JDWP event races by Sebastien Hertz · 11 years ago
  6. dfa7a6c Disable load/store elimination. DO NOT MERGE by Vladimir Marko · 11 years ago
  7. 5a001b3 Merge "AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled." into lmp-dev by Brian Carlstrom · 11 years ago
  8. 21ecab6 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 11 years ago
  9. 6724d86 Fix heap corruption and verification. by Mathieu Chartier · 11 years ago
  10. 5e8a63a Merge "ART: Do not recursively abort when visiting locks in a bad state" into lmp-dev by Andreas Gampe · 11 years ago
  11. 760172c ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 11 years ago
  12. d84f916 ART: Avoid expensive class lookup in compiler driver by Andreas Gampe · 11 years ago
  13. ebee8de Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 11 years ago
  14. 9c29001 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 11 years ago
  15. 378fe3d Merge "Make Monitor::Wait more robust to spurious Inflate failures." into lmp-dev by Ian Rogers · 11 years ago
  16. 6f22fc1 Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 11 years ago
  17. bb6eccc Merge "Use handle in one case that spans a gc-point." into lmp-dev by Mathieu Chartier · 11 years ago
  18. 8254634 Use handle in one case that spans a gc-point. by Mingyao Yang · 11 years ago
  19. 95b4c65 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 11 years ago
  20. 4bf8d11 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 11 years ago
  21. 93de427 [ART] Move to system/core native bridge library by Calin Juravle · 11 years ago
  22. 4f1d05f Merge "More efficient stack walk in exception throwing." into lmp-dev by Narayan Kamath · 11 years ago
  23. b84d7a2 Revert "Revert "ART: Fix mac build"" by Andreas Gampe · 11 years ago
  24. 03c9785 Revert "Revert "Reduce stack usage for overflow checks"" by Dave Allison · 11 years ago
  25. 2e981cb More efficient stack walk in exception throwing. by Hiroshi Yamauchi · 11 years ago
  26. b162bf5 Use homogeneous space compaction if proper flag is set. by Mathieu Chartier · 11 years ago
  27. 235e77b ART: Set default visibility to protected by Andreas Gampe · 11 years ago
  28. 63c051a Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  29. 1d77857 Merge "ART: Fix run-test in case of relative TMPDIR" into lmp-dev by Andreas Gampe · 11 years ago
  30. f8b9bbb ART: Fix run-test in case of relative TMPDIR by Andreas Gampe · 11 years ago
  31. 8371508 Add allocation rate tracking to systrace. by Mathieu Chartier · 11 years ago
  32. b0f05b9 Add implicit checks for x86_64 architecture. by Dave Allison · 11 years ago
  33. 4527f61 ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 11 years ago
  34. 13cccfa Merge "Fix crash in VirtualMachine.AllThreads JDWP command" into lmp-dev by Sebastien Hertz · 11 years ago
  35. c739de0 Merge "Avoid use of std::string where we have const char*." into lmp-dev by Ian Rogers · 11 years ago
  36. cb6b0f3 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  37. 0b6952c Merge "Revert "ART: Fix mac build"" into lmp-dev by Andreas Gampe · 11 years ago
  38. 350b03b Revert "ART: Fix mac build" by Andreas Gampe · 11 years ago
  39. 564f583 ART: Fix mac build by Andreas Gampe · 11 years ago
  40. c483a73 Merge "ART: Fix class-linker handling" into lmp-dev by Andreas Gampe · 11 years ago
  41. f8c4ed0 ART: Fix wrong command line parameter by Andreas Gampe · 11 years ago
  42. 4c37afb Get the native bridge library from the framework. by Calin Juravle · 11 years ago
  43. 20ae1d7 Clean up native bridge by Ian Rogers · 11 years ago
  44. b5d1efa ART: Fix class-linker handling by Andreas Gampe · 11 years ago
  45. 7e9cdbb Merge "ART: Tolerate shallow call stack in VMStack_getCallingClassLoader" into lmp-dev by Andreas Gampe · 11 years ago
  46. c85a899 Revert "Revert "Remove GCC atomic workarounds."" by Dan Albert · 11 years ago
  47. f0a3766 Initialize art::Atomic's value to 0. by Dan Albert · 11 years ago
  48. 61bf6a1 ART: Tolerate shallow call stack in VMStack_getCallingClassLoader by Andreas Gampe · 11 years ago
  49. e470a02 Merge "Fix intrinsic Math.abs(double) for ARM." into lmp-dev by Vladimir Marko · 11 years ago
  50. 397297f Fix intrinsic Math.abs(double) for ARM. by Vladimir Marko · 11 years ago
  51. b0bf089 Merge "Revert "Reduce stack usage for overflow checks"" into lmp-dev by Dave Allison · 11 years ago
  52. 83b1940 Revert "Reduce stack usage for overflow checks" by Dave Allison · 11 years ago
  53. a73a8b5 Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 11 years ago
  54. 0c2a6d7 Merge "ART: Fix another potential N-th visitor issue" into lmp-dev by Andreas Gampe · 11 years ago
  55. ab61295 ART: Fix another potential N-th visitor issue by Andreas Gampe · 11 years ago
  56. 5f1dcee Merge "Change FreeMemory and TotalMemory behavior." into lmp-dev by Mathieu Chartier · 11 years ago
  57. b21f133 Make method tracing deoptimize on startup. by Jeff Hao · 11 years ago
  58. b225890 Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 11 years ago
  59. a22d115 Fix crash in VirtualMachine.AllThreads JDWP command by Sebastien Hertz · 11 years ago
  60. d74824b AArch64: Fix art_quick_string_compareto. by Zheng Xu · 11 years ago
  61. 8c6c521 Revert "Rename openDexFileNative to openDexFile." by Calin Juravle · 11 years ago
  62. 1c98286 Merge "ART: Skip compiling redefined classes in apps" into lmp-dev by Andreas Gampe · 11 years ago
  63. a0b530d Fix the Mac build. by Dan Albert · 11 years ago
  64. 6a763f1 Proper fix after -Bsymbolic change. by Dan Albert · 11 years ago
  65. 0171987 ART: Skip compiling redefined classes in apps by Andreas Gampe · 11 years ago
  66. 679ec1b Merge "Workaround for test failures after Bsymbolic fix." into lmp-dev by Dan Albert · 11 years ago
  67. 55a39db Merge "ART: Turn on dex2oat watchdog on target" into lmp-dev by Andreas Gampe · 11 years ago
  68. b28a161 ART: Turn on dex2oat watchdog on target by Andreas Gampe · 11 years ago
  69. 8c18c2a ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 11 years ago
  70. 9f642e8 Merge "ART: Use TMPDIR for test directories" into lmp-dev by Andreas Gampe · 11 years ago
  71. 2d48bb7 Remove clang detected warning on tautological comparison by Brian Carlstrom · 11 years ago
  72. 2994e29 ART: Use TMPDIR for test directories by Andreas Gampe · 11 years ago
  73. 3a56e4d Merge "ART: Do not check interface being subclass for member access" into lmp-dev by Andreas Gampe · 11 years ago
  74. 81db6a7 ART: Do not check interface being subclass for member access by Andreas Gampe · 11 years ago
  75. f896965 ART: Remove test files after test by Andreas Gampe · 11 years ago
  76. 4ef12f5 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 11 years ago
  77. f70a5f4 Workaround for test failures after Bsymbolic fix. by Dan Albert · 11 years ago
  78. fa9c8ec Add arraycopy intrinsic for arm and arm64. by Zheng Xu · 11 years ago
  79. 35388e9 Check for a NULL pointer, do not call Build. by Christopher Ferris · 11 years ago
  80. 7204c04 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 11 years ago
  81. a7894cd Fix checks for kLiteral in local optimizations. by Dave Allison · 11 years ago
  82. 47ba978 Merge "Fix a SIGSEGV at background-to-foreground collector transition." into lmp-dev by Hiroshi Yamauchi · 11 years ago
  83. f0d30ed ART: Make assembler_test less chatty by Andreas Gampe · 11 years ago
  84. e0d6421 Fix a SIGSEGV at background-to-foreground collector transition. by Hiroshi Yamauchi · 11 years ago
  85. 31fa14f Merge "Use the right instruction set for checking dex-cache staleness." into lmp-dev by Narayan Kamath · 11 years ago
  86. 24e928b Use the right instruction set for checking dex-cache staleness. by Narayan Kamath · 11 years ago
  87. 4bb9327 Fix performance regression in OatFile::GetOatDexFile(). by Vladimir Marko · 11 years ago
  88. 1e6554c Reset goog/lmp-dev to goog/master by Brian Carlstrom · 11 years ago
  89. 17a1990 am 56a49adb: am 860feb0a: Merge "Add card table test." by Mathieu Chartier · 11 years ago
  90. 56a49ad am 860feb0a: Merge "Add card table test." by Mathieu Chartier · 11 years ago
  91. b25911f am 82ec2f07: am 484e2c2d: Merge "Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY."" by Brian Carlstrom · 11 years ago
  92. d1d20f4 am c75dc324: am 38449637: Merge "When performing a long jump, update SP last." by Jeff Hao · 11 years ago
  93. 45bb505 am dc6414fe: am cd0d9b5a: Merge "When performing a long jump, update SP last." into lmp-dev by Jeff Hao · 11 years ago
  94. 994a9ee am da113966: am 1d5c4953: Merge "Fix SIB for base + index addressing in x86_64 assembler." by Nicolas Geoffray · 11 years ago
  95. 45a394e am a84690e3: am 0a1143de: Merge "Add x86_64 optimized __memcmp16 implementation; fix tabs in 32-bit implementation." by Andreas Gampe · 11 years ago
  96. 3477d28 am 0b8c1530: am a1227a18: Fix byte_cas to use uintptr_t Atomic. by Mathieu Chartier · 11 years ago
  97. a073217 am 5ce0921f: am 4853f940: Merge "Fix byte_cas to use uintptr_t Atomic." by Mathieu Chartier · 11 years ago
  98. 04ca048 am 1d874ca3: am ae5092fc: Merge "Fix movw in x86_64 assembler." by Nicolas Geoffray · 11 years ago
  99. dc2af63 am c598f8f8: am 4b6d27c2: Merge "x86: Fix assembler for Pextr" by Ian Rogers · 11 years ago
  100. 0d96407 am 1622baf3: am cbb5747b: Merge "ART: Fix lock max count definition" by Ian Rogers · 11 years ago