1. 73aa0b0 Merge "Fix GC memory overhead accounting." into lmp-dev by Mathieu Chartier · 11 years ago
  2. 83a2192 Merge "Add fallback for non moving space being full." into lmp-dev by Mathieu Chartier · 11 years ago
  3. 4c5a469 Add fallback for non moving space being full. by Mathieu Chartier · 11 years ago
  4. 1e4fbd8 Merge "Using the correct time for wait_start_ms when lock contention logging is enabled" into lmp-dev by Ian Rogers · 11 years ago
  5. b894a19 Using the correct time for wait_start_ms when lock contention logging is enabled by Xin Guan · 11 years ago
  6. 2e290fb Fix GC memory overhead accounting. by Mathieu Chartier · 11 years ago
  7. 1f8ea04 Merge "ART: Allow uninitialized runtime in oat code" into lmp-dev by Andreas Gampe · 11 years ago
  8. fd684f6 Merge "Always setup the native bridge library" into lmp-dev by Calin Juravle · 11 years ago
  9. 84a9ba1 Merge "Fix testing wrong variable for non zygote." into lmp-dev by Mathieu Chartier · 11 years ago
  10. a12c2a9 Fix testing wrong variable for non zygote. by Mathieu Chartier · 11 years ago
  11. ccdd4a5 Always setup the native bridge library by Calin Juravle · 11 years ago
  12. b9eb15b ART: Allow uninitialized runtime in oat code by Andreas Gampe · 11 years ago
  13. e246f33 Fixed wrong field usage in Instrumentation::RemoveListener by Daniel Mihalyi · 11 years ago
  14. 96add97 Optimized instrumentation listener handling by Daniel Mihalyi · 11 years ago
  15. 39c2a37 Merge "Fix fugu build" into lmp-dev by Dave Allison · 11 years ago
  16. b9d6a55 Fix fugu build by Dave Allison · 11 years ago
  17. 574758e Merge "Make a couple of map checks debug only." into lmp-dev by Brian Carlstrom · 11 years ago
  18. bddaea2 Make a couple of map checks debug only. by Narayan Kamath · 11 years ago
  19. b9c3888 Remove profiler log line by Dave Allison · 11 years ago
  20. 9beaac3 Merge "Check pending exception result in AllocObjectWithAllocator." into lmp-dev by Mathieu Chartier · 11 years ago
  21. 03324d0 Merge "Fix fault handler to unregister on shutdown" into lmp-dev by Dave Allison · 11 years ago
  22. 45c3ea1 Merge "Add supported architectures to signal test." into lmp-dev by Dave Allison · 11 years ago
  23. 27f5ae8 Check pending exception result in AllocObjectWithAllocator. by Mathieu Chartier · 11 years ago
  24. e8b9afc Fix fault handler to unregister on shutdown by Dave Allison · 11 years ago
  25. d4af31a Add supported architectures to signal test. by Dave Allison · 11 years ago
  26. 167350d Add null check to CheckVirtualMethod by Mathieu Chartier · 11 years ago
  27. c6a6259 Merge "Quick compiler: fix Arm64 inline locking code" into lmp-dev by buzbee · 11 years ago
  28. ebc56bd Quick compiler: fix Arm64 inline locking code by buzbee · 11 years ago
  29. e22c03c Merge "ART: Set default visibility to protected" into lmp-dev by Andreas Gampe · 11 years ago
  30. 5afe466 Check for constructor first when installing tracing stubs. by Jeff Hao · 11 years ago
  31. c7fa9e3 Merge "Use homogeneous space compact by default if not low memory." into lmp-dev by Mathieu Chartier · 11 years ago
  32. a33a7fa Use homogeneous space compact by default if not low memory. by Mathieu Chartier · 11 years ago
  33. d6ee503 Merge "Make apps able to run with a failing patchoat" into lmp-dev by Brian Carlstrom · 11 years ago
  34. 0a112bb Make apps able to run with a failing patchoat by Alex Light · 11 years ago
  35. 20e4afe Merge "Workaround problem reading main stack on intel devices." into lmp-dev by Dave Allison · 11 years ago
  36. 38bd1e1 ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test by Andreas Gampe · 11 years ago
  37. d970bac Workaround problem reading main stack on intel devices. by Dave Allison · 11 years ago
  38. 16dd4df Merge "ART: Relax GetInstructionSetFromString" into lmp-dev by Andreas Gampe · 11 years ago
  39. aabbb20 ART: Relax GetInstructionSetFromString by Andreas Gampe · 11 years ago
  40. dfa7a6c Disable load/store elimination. DO NOT MERGE by Vladimir Marko · 11 years ago
  41. a846c1a Merge "X86: Fix alias info in GenInlinedIndexOf()." into lmp-dev by Vladimir Marko · 11 years ago
  42. b5874a4 X86: Fix alias info in GenInlinedIndexOf(). by Vladimir Marko · 11 years ago
  43. 214f4f1 Merge "Fix JDWP event races" into lmp-dev by Sebastien Hertz · 11 years ago
  44. d8b3537 Fix JDWP event races by Sebastien Hertz · 11 years ago
  45. 5a001b3 Merge "AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled." into lmp-dev by Brian Carlstrom · 11 years ago
  46. 21ecab6 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 11 years ago
  47. 6724d86 Fix heap corruption and verification. by Mathieu Chartier · 11 years ago
  48. 5e8a63a Merge "ART: Do not recursively abort when visiting locks in a bad state" into lmp-dev by Andreas Gampe · 11 years ago
  49. 760172c ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 11 years ago
  50. d84f916 ART: Avoid expensive class lookup in compiler driver by Andreas Gampe · 11 years ago
  51. ebee8de Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 11 years ago
  52. 9c29001 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 11 years ago
  53. 93de427 [ART] Move to system/core native bridge library by Calin Juravle · 11 years ago
  54. 378fe3d Merge "Make Monitor::Wait more robust to spurious Inflate failures." into lmp-dev by Ian Rogers · 11 years ago
  55. 6f22fc1 Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 11 years ago
  56. 4f1d05f Merge "More efficient stack walk in exception throwing." into lmp-dev by Narayan Kamath · 11 years ago
  57. bb6eccc Merge "Use handle in one case that spans a gc-point." into lmp-dev by Mathieu Chartier · 11 years ago
  58. 8254634 Use handle in one case that spans a gc-point. by Mingyao Yang · 11 years ago
  59. 95b4c65 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 11 years ago
  60. 4bf8d11 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 11 years ago
  61. b84d7a2 Revert "Revert "ART: Fix mac build"" by Andreas Gampe · 11 years ago
  62. 03c9785 Revert "Revert "Reduce stack usage for overflow checks"" by Dave Allison · 11 years ago
  63. 2e981cb More efficient stack walk in exception throwing. by Hiroshi Yamauchi · 11 years ago
  64. b162bf5 Use homogeneous space compaction if proper flag is set. by Mathieu Chartier · 11 years ago
  65. 235e77b ART: Set default visibility to protected by Andreas Gampe · 11 years ago
  66. 63c051a Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  67. 1d77857 Merge "ART: Fix run-test in case of relative TMPDIR" into lmp-dev by Andreas Gampe · 11 years ago
  68. f8b9bbb ART: Fix run-test in case of relative TMPDIR by Andreas Gampe · 11 years ago
  69. 8371508 Add allocation rate tracking to systrace. by Mathieu Chartier · 11 years ago
  70. b0f05b9 Add implicit checks for x86_64 architecture. by Dave Allison · 11 years ago
  71. 4527f61 ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 11 years ago
  72. 13cccfa Merge "Fix crash in VirtualMachine.AllThreads JDWP command" into lmp-dev by Sebastien Hertz · 11 years ago
  73. c739de0 Merge "Avoid use of std::string where we have const char*." into lmp-dev by Ian Rogers · 11 years ago
  74. cb6b0f3 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  75. 0b6952c Merge "Revert "ART: Fix mac build"" into lmp-dev by Andreas Gampe · 11 years ago
  76. 350b03b Revert "ART: Fix mac build" by Andreas Gampe · 11 years ago
  77. 564f583 ART: Fix mac build by Andreas Gampe · 11 years ago
  78. c483a73 Merge "ART: Fix class-linker handling" into lmp-dev by Andreas Gampe · 11 years ago
  79. f8c4ed0 ART: Fix wrong command line parameter by Andreas Gampe · 11 years ago
  80. 4c37afb Get the native bridge library from the framework. by Calin Juravle · 11 years ago
  81. 20ae1d7 Clean up native bridge by Ian Rogers · 11 years ago
  82. b5d1efa ART: Fix class-linker handling by Andreas Gampe · 11 years ago
  83. 7e9cdbb Merge "ART: Tolerate shallow call stack in VMStack_getCallingClassLoader" into lmp-dev by Andreas Gampe · 11 years ago
  84. c85a899 Revert "Revert "Remove GCC atomic workarounds."" by Dan Albert · 11 years ago
  85. f0a3766 Initialize art::Atomic's value to 0. by Dan Albert · 11 years ago
  86. 61bf6a1 ART: Tolerate shallow call stack in VMStack_getCallingClassLoader by Andreas Gampe · 11 years ago
  87. e470a02 Merge "Fix intrinsic Math.abs(double) for ARM." into lmp-dev by Vladimir Marko · 11 years ago
  88. 397297f Fix intrinsic Math.abs(double) for ARM. by Vladimir Marko · 11 years ago
  89. b0bf089 Merge "Revert "Reduce stack usage for overflow checks"" into lmp-dev by Dave Allison · 11 years ago
  90. 83b1940 Revert "Reduce stack usage for overflow checks" by Dave Allison · 11 years ago
  91. a73a8b5 Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 11 years ago
  92. 0c2a6d7 Merge "ART: Fix another potential N-th visitor issue" into lmp-dev by Andreas Gampe · 11 years ago
  93. ab61295 ART: Fix another potential N-th visitor issue by Andreas Gampe · 11 years ago
  94. 5f1dcee Merge "Change FreeMemory and TotalMemory behavior." into lmp-dev by Mathieu Chartier · 11 years ago
  95. b21f133 Make method tracing deoptimize on startup. by Jeff Hao · 11 years ago
  96. b225890 Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 11 years ago
  97. a22d115 Fix crash in VirtualMachine.AllThreads JDWP command by Sebastien Hertz · 11 years ago
  98. d74824b AArch64: Fix art_quick_string_compareto. by Zheng Xu · 11 years ago
  99. 8c6c521 Revert "Rename openDexFileNative to openDexFile." by Calin Juravle · 11 years ago
  100. 1c98286 Merge "ART: Skip compiling redefined classes in apps" into lmp-dev by Andreas Gampe · 11 years ago