1. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  2. 53af040 ART: Remove tombstoned parameters by Andreas Gampe · 6 years ago
  3. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  4. af29031 Small documentation and stylistic changes. by Roland Levillain · 6 years ago
  5. 39b378c ART: Factor out gAborting by Andreas Gampe · 7 years ago
  6. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  7. ff9e43f signal_catcher: print errno when tombstoned_notify_completion fails. by Josh Gao · 7 years ago
  8. 691839c signal_catcher: reformat includes. by Josh Gao · 7 years ago
  9. 2cfd612 signal_catcher: Only notify tombstoned when we're using it. by Narayan Kamath · 7 years ago
  10. e0f02b7 signal_catcher: track tombstoned API changes. by Narayan Kamath · 7 years ago
  11. eb71033 ART: Use file descriptors handed out by tombstoned for traces. by Narayan Kamath · 7 years ago
  12. 3923703 SignalCatcher: Minor tweaks to log message. by Narayan Kamath · 7 years ago
  13. 84695ae ART: Support per PID stack trace files. by Narayan Kamath · 7 years ago
  14. 07ea07e Force save profiles for SIGUSR1 by Mathieu Chartier · 7 years ago
  15. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  16. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  17. dd67125 ART: Change the stack dump format to be in line with debuggerd by Andreas Gampe · 9 years ago
  18. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  19. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  20. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  21. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  22. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  23. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  24. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  25. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  26. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  27. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  28. b4fffc7 Print the command line and ABI in stack dumps like debuggerd. by Jeff Brown · 10 years ago
  29. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  30. ce4689f Run checkpoints after resuming threads in signal catcher SIGQUIT. by Mathieu Chartier · 11 years ago
  31. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  32. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  33. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/signal_catcher.cc]
  34. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  35. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  36. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  37. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  38. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  39. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  40. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  41. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  42. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  43. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  44. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  45. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  46. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  47. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  48. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  49. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
  50. abbe07d Include non-attached native threads in the SIGQUIT output. by Elliott Hughes · 12 years ago
  51. ae80b49 Include JNI details in the SIGQUIT output. by Elliott Hughes · 12 years ago
  52. 457005c Add signal handlers for host builds to imitate debuggerd. by Elliott Hughes · 12 years ago
  53. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 12 years ago
  54. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  55. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 12 years ago
  56. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  57. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  58. 831afe4 Improve the ThreadStress test to send SIGQUIT, and fix the bug that finds. by Elliott Hughes · 13 years ago
  59. 21a5bf2 Detect over-long thread suspends and time out fatally. by Elliott Hughes · 13 years ago
  60. c2f8006 Make sure that SignalCatcher says what's going on _before_ it can get stuck. by Elliott Hughes · 13 years ago
  61. cac6cc7 More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive aborts, and reporting debug/optimized builds. by Elliott Hughes · 13 years ago
  62. f28bc5b Callers of SuspendAll should be in the kRunnable state by Brian Carlstrom · 13 years ago
  63. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  64. 94ce37a Implement -Xstacktracefile. by Elliott Hughes · 13 years ago
  65. 47d237a Fix deadlock on dex_lock_ in ClassLinker::RegisterDexFile by Brian Carlstrom · 13 years ago
  66. 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
  67. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  68. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  69. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  70. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  71. 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
  72. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  73. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  74. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  75. ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 13 years ago
  76. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  77. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago