1. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  2. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  3. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  4. 0006f29 Merge "Add hash set" by Mathieu Chartier · 10 years ago
  5. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  6. d6d7c3b Mac host doesn't define ART_USE_FUTEXES. by Ian Rogers · 10 years ago
  7. 729c1cf Move include of system headers outside namesapce. by Chih-Hung Hsieh · 10 years ago
  8. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  9. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  10. 3eaa852 Don't define DISALLOW_COPY_AND_ASSIGN if already defined. by Ian Rogers · 10 years ago
  11. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  12. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  13. 5a2e4cc Fix mixed signed/unsigned arithmetic in BitVector. by Ian Rogers · 10 years ago
  14. dc8aa69 ART: Fix leak in bit_vector by Andreas Gampe · 10 years ago
  15. 51d212e Make out-of-line mutex contention dependent on ART_USE_FUTEXES. by Ian Rogers · 10 years ago
  16. e8bd8ac Merge "ART: Use static_assert in down_cast" by Andreas Gampe · 10 years ago
  17. eafdb96 ART: Use static_assert in down_cast by Andreas Gampe · 10 years ago
  18. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  19. aea6888 Merge "Tidy up logging." by Ian Rogers · 10 years ago
  20. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  21. b556761 Fix bug in UnionIfNotIn. by Nicolas Geoffray · 10 years ago
  22. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  23. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  24. 7223d44 Switch to C++11 style [[noreturn]]. by Ian Rogers · 10 years ago
  25. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  26. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  27. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  28. 9e878d5 Merge "Tidy ELF builder." by Ian Rogers · 10 years ago
  29. 0279ebb Tidy ELF builder. by Ian Rogers · 10 years ago
  30. 5869a2c Dump mutator lock for thread suspend timeout by Mathieu Chartier · 10 years ago
  31. 7e70b00 Header file clean up. by Ian Rogers · 10 years ago
  32. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  33. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  34. 02875c5 Fix some more pedantic compiler warnings. by Ian Rogers · 10 years ago
  35. 6b604a1 Fix Class::IsInSamePackage to not read beyond the end of a StringPiece. by Ian Rogers · 10 years ago
  36. cbd49ac Merge "Avoid suspending for alloc trace enabling when already suspended." by Jeff Hao · 10 years ago
  37. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  38. 58553c7 Add allocation tracking allocators to ROSAlloc by Mathieu Chartier · 10 years ago
  39. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  40. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 10 years ago
  41. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  42. 306db81 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 10 years ago
  43. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 10 years ago
  44. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  45. e77493c Make common BitVector operations inline-able. by Ian Rogers · 10 years ago
  46. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  47. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  48. 3f5838d Fix performance regression in OatFile::GetOatDexFile(). by Vladimir Marko · 10 years ago
  49. 7747c8d ART: Remove test files after test by Andreas Gampe · 10 years ago
  50. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  51. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  52. 37f3c96 Avoid direct use of QuasiAtomic by using Atomic. by Ian Rogers · 10 years ago
  53. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  54. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  55. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  56. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 10 years ago
  57. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 11 years ago
  58. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 10 years ago
  59. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  60. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  61. 825201e ART: ReadFully needs to fail when EOF by Andreas Gampe · 10 years ago
  62. 0c29909 Merge "Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. This fixes the CompilerDriverTest on MIPS. The test was failing when Transaction::Abort() acquired intern_table_lock_ and log_lock_ and subsequently performed QuasiAtomic operations." by Ian Rogers · 10 years ago
  63. 19d46b4 Fix systrace logging, total paused time, and bytes saved message. by Mathieu Chartier · 10 years ago
  64. 7de77dd Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. by Raghu Gandham · 10 years ago
  65. 3e1e549 Merge "Add D/CHECK_CONSTEXPR macros for use in constexpr context." by Vladimir Marko · 10 years ago
  66. 8364248 Add D/CHECK_CONSTEXPR macros for use in constexpr context. by Vladimir Marko · 10 years ago
  67. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  68. d1c606f Add locking around boot image generation. by Narayan Kamath · 10 years ago
  69. c2bb441 Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars." by Hans Boehm · 10 years ago
  70. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  71. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  72. 7ce6105 Merge "Verify there's no mem map gap for immune region not to break." by Hiroshi Yamauchi · 10 years ago
  73. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 10 years ago
  74. 903e390 Merge "art: -Wsystem-header warning" by Mark Salyzyn · 10 years ago
  75. 014d77a ART: BitVector not calculating number_of_bits correctly by Jean Christophe Beyler · 10 years ago
  76. 7f0a6d6 Fix x86_64 test failures. by Nicolas Geoffray · 10 years ago
  77. 06abcdf Extra debug output for a failing lock check. by Ian Rogers · 10 years ago
  78. ec23021 Merge "ART: Added print indices back to BitVector Dumper" by Ian Rogers · 10 years ago
  79. 920be0b2 Fix style issue. by Vladimir Marko · 10 years ago
  80. 520f37b ART: Added print indices back to BitVector Dumper by Jean Christophe Beyler · 10 years ago
  81. a5b8fde Rewrite BitVector index iterator. by Vladimir Marko · 10 years ago
  82. 47a4cc7 art: -Wsystem-header warning by Mark Salyzyn · 10 years ago
  83. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  84. 4996f11 Merge "Use decltype() instead of typeof()" by Dan Albert · 10 years ago
  85. 57f80fa Use decltype() instead of typeof() by Dan Albert · 10 years ago
  86. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  87. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  88. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  89. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 10 years ago
  90. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  91. 2d1ab0a Use WaitHoldingLocks in ReferenceProcessor::GetReferent. by Mathieu Chartier · 10 years ago
  92. 221b86d Merge "ART: BitVector and Optimization changes" by Vladimir Marko · 10 years ago
  93. f23a719 Merge "Build live-in, live-out and kill sets for each block." by Nicolas Geoffray · 10 years ago
  94. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago
  95. b5c9b40 ART: BitVector and Optimization changes by Jean Christophe Beyler · 10 years ago
  96. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 11 years ago
  97. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  98. 6d23877 Merge "ART: Bitvector extensions for dumping and size handling" by Vladimir Marko · 11 years ago
  99. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 11 years ago
  100. 5afa08f ART: Bitvector extensions for dumping and size handling by Jean Christophe Beyler · 11 years ago