1. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 10 years ago
  2. 336b0b1 Merge "base: Fix an infinite loop in HashSet::Insert" by Igor Murashkin · 10 years ago
  3. 3552d96 base: Fix an infinite loop in HashSet::Insert by Igor Murashkin · 10 years ago
  4. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  5. 42361f2 Merge "JDWP: asynchronous invoke command handling" by Sebastien Hertz · 10 years ago
  6. d39645e Move image intern table into image by Mathieu Chartier · 10 years ago
  7. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 10 years ago
  8. b5de3bb Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 10 years ago
  9. f10a25f ART: Fast copy stack mask by David Brazdil · 10 years ago
  10. d84b438 Revert "ART: Fast copy stack mask" by David Brazdil · 10 years ago
  11. 6b10c9b ART: Fast copy stack mask by David Brazdil · 10 years ago
  12. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  13. eabafce Merge "Fix alloc-dealloc-mismatch (new[] vs delete) in tests." by Evgenii Stepanov · 10 years ago
  14. 72133ad Fix alloc-dealloc-mismatch (new[] vs delete) in tests. by Evgenii Stepanov · 10 years ago
  15. ce39200 Fix mac build: include <sys/time.h> in time_utils.cc . by Vladimir Marko · 10 years ago
  16. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  17. be91033 Merge "ART: Add verbose:deopt logging" by Andreas Gampe · 10 years ago
  18. f3d1f94 ART: Add verbose:deopt logging by Andreas Gampe · 10 years ago
  19. 6a887d6 Stop wrapping close(2) with TEMP_FAILURE_RETRY in art. by Elliott Hughes · 10 years ago
  20. baaf287 Merge "Silence unused result warnings in art." by Elliott Hughes · 10 years ago
  21. 06f08e4 Silence unused result warnings in art. by Elliott Hughes · 10 years ago
  22. 83d46ef Quick: Fix DCE to mark wide register overlaps correctly. by Vladimir Marko · 10 years ago
  23. e34a42c ART: Fix Trace types, check minimum buf size by Andreas Gampe · 10 years ago
  24. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  25. 7d27537 ART: Update loop info of all nested loops when inlining by David Brazdil · 10 years ago
  26. ad4450e Opt compiler: Implement parallel move resolver without using swap. by Zheng Xu · 10 years ago
  27. a1c9f01 getRuntimeStat() support (ART). by Hiroshi Yamauchi · 10 years ago
  28. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  29. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  30. a2d40be Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 10 years ago
  31. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  32. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  33. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 10 years ago
  34. a552e1c Use unique location catalogs to encode Dex register maps. by Roland Levillain · 10 years ago
  35. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  36. 47f867a Clean up hash set by Mathieu Chartier · 10 years ago
  37. 850cd16 ART: Fix build for counting arena allocations. by Vladimir Marko · 10 years ago
  38. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 10 years ago
  39. 2435a43 ART: Add entries_ lock for race condition by bowen_lai · 10 years ago
  40. c6201fa Add way to select arena type at runtime by Mathieu Chartier · 10 years ago
  41. 072e48e Merge "Create OatFileAssistant class for assisting with oat files." by Richard Uhler · 10 years ago
  42. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  43. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 10 years ago
  44. 627f917 Include what we use. by Dan Albert · 10 years ago
  45. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 10 years ago
  46. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  47. 42f8c1c Merge "ART: Fix "unused parameters"" by Andreas Gampe · 10 years ago
  48. c801f0d ART: Fix "unused parameters" by Andreas Gampe · 10 years ago
  49. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  50. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  51. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  52. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 10 years ago
  53. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  54. 2798da1 art: Fix bug in VariantMap::Set by Igor Murashkin · 10 years ago
  55. 1bb6cb0 Merge "art: Refactor RuntimeOptions/ParsedOptions" by Igor Murashkin · 10 years ago
  56. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  57. 1675f2c Disable clang optimization to boot up on arm64. by Chih-Hung Hsieh · 10 years ago
  58. 4c10110 Print lock level in ExclusiveUnlock by Mathieu Chartier · 10 years ago
  59. 0e92f4f ART: More Quick cleanup by Andreas Gampe · 10 years ago
  60. d7fa69c Merge "ART: On shutdown, only warn on mutex contention" by Andreas Gampe · 10 years ago
  61. 8f1fa10 ART: On shutdown, only warn on mutex contention by Andreas Gampe · 10 years ago
  62. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  63. 0407196 Fix BitVector::IndexIterator::operator*() to return uint32_t. by Vladimir Marko · 10 years ago
  64. d16d76a Merge "Fix comment referring to nonexistent ElementDeleter" by Richard Uhler · 10 years ago
  65. 5306f5d Merge "Fix false alarm on thread suspend timeout" by Mathieu Chartier · 10 years ago
  66. 3c43f8d Fix comment referring to nonexistent ElementDeleter by Richard Uhler · 10 years ago
  67. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  68. 071e48e Fix false alarm on thread suspend timeout by tony.ys_liu · 10 years ago
  69. ed95754 ART: Print INTERNAL_FATAL Log messages immediately by Andreas Gampe · 10 years ago
  70. b8f2f63 Implement LogLineLowStack() properly. by Vladimir Marko · 10 years ago
  71. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  72. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  73. e9231c0 Merge "Add a new imgdiag tool to diff boot.art/core.art against a process" by Igor Murashkin · 10 years ago
  74. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago
  75. eb0a179 Add more logging to Mutex::ExclusiveUnlock by Mathieu Chartier · 10 years ago
  76. 8683038 ART: Do not inline elf writer debug symbols by Andreas Gampe · 10 years ago
  77. cef50f0 Stop daemon threads in runtime shutdown by Mathieu Chartier · 10 years ago
  78. 55e681a Merge "Revert "Tidy gAborting."" by Nicolas Geoffray · 10 years ago
  79. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  80. d02bd69 Merge "ART: Fix typo" by Andreas Gampe · 10 years ago
  81. 0a7993e ART: Fix typo by Andreas Gampe · 10 years ago
  82. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  83. 14317f0 Remove unused headers. by Ian Rogers · 10 years ago
  84. 90675a7 ART: Avoid recursive abort by Andreas Gampe · 10 years ago
  85. e8b547d Avoid some recursive aborting. by Ian Rogers · 10 years ago
  86. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  87. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  88. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  89. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  90. 0006f29 Merge "Add hash set" by Mathieu Chartier · 10 years ago
  91. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  92. d6d7c3b Mac host doesn't define ART_USE_FUTEXES. by Ian Rogers · 10 years ago
  93. 729c1cf Move include of system headers outside namesapce. by Chih-Hung Hsieh · 10 years ago
  94. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  95. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  96. 3eaa852 Don't define DISALLOW_COPY_AND_ASSIGN if already defined. by Ian Rogers · 10 years ago
  97. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  98. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  99. 5a2e4cc Fix mixed signed/unsigned arithmetic in BitVector. by Ian Rogers · 10 years ago
  100. dc8aa69 ART: Fix leak in bit_vector by Andreas Gampe · 10 years ago