1. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  2. 9e927f5 Lower JIT thread priority by Andreas Gampe · 8 years ago
  3. 629e935 Properly delete the jit thread pool. by Nicolas Geoffray · 9 years ago
  4. 0b6e283 ART: mprotect() bottom page of ThreadPoolWorker stacks. by Vladimir Marko · 9 years ago
  5. c1a03d9 Remove unused WorkStealing thread pool by Mathieu Chartier · 9 years ago
  6. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  7. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  8. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  9. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  10. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  11. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  12. dcc5c75 Remove sleep workaround in thread pool. by Mathieu Chartier · 11 years ago
  13. 8af3d2b Temporary fix for target tests. by Mathieu Chartier · 11 years ago
  14. bcd5e9d Manually manage thread pool stacks. by Mathieu Chartier · 11 years ago
  15. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 11 years ago
  16. 2775ee4 Add more runtime options. by Mathieu Chartier · 11 years ago
  17. 720ef76 Fix non concurrent GC ergonomics. by Mathieu Chartier · 11 years ago
  18. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 11 years ago
  19. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  20. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  21. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread_pool.cc]
  22. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  23. d914eb2 Thread pool tidying. by Ian Rogers · 11 years ago
  24. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  25. 35883cc Ensure ThreadPool constructor does not return until fully initialized. by Mathieu Chartier · 12 years ago
  26. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  27. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  28. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  29. e46cd75 Fix race condition in thread pool shutdown by Mathieu Chartier · 12 years ago
  30. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago