1. 43b2e0f Fix multi-line hex dumping and add unit test. by Ian Rogers · 11 years ago
  2. 3cab422 Move __STDC_FORMAT_MACROS to a cflag. by Ian Rogers · 11 years ago
  3. 919743e Merge "64bit cleanliness requires PRI*64 macros for stdint types." by Ian Rogers · 11 years ago
  4. b400da0 Fix 64bit issues in logging code. by Ian Rogers · 11 years ago
  5. 220228e 64bit cleanliness requires PRI*64 macros for stdint types. by Ian Rogers · 11 years ago
  6. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  7. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  8. 19031d5 Merge "Define missing static constexpr variables" by Mathieu Chartier · 11 years ago
  9. 45c1165 Define missing static constexpr variables by Mark Mendell · 11 years ago
  10. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  11. af82e0c Merge "[MIPS] Enable futex support" by Elliott Hughes · 11 years ago
  12. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  13. b2f9936 Add histogram for GC pause times. by Mathieu Chartier · 11 years ago
  14. 3e669db Fix histogram test. by Mathieu Chartier · 11 years ago
  15. 19b0a91 Improve histogram and timing logger dumping. by Mathieu Chartier · 11 years ago
  16. 500793f LEB128 tests and performance measurements. by Ian Rogers · 11 years ago
  17. c014178 [MIPS] Enable futex support by Chris Dearman · 11 years ago
  18. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  19. 1e363f9 Use a UniquePtr to clean up global logging std::string*s. by Ian Rogers · 11 years ago
  20. 34e8293 Fix remaining mips build issues. by Mathieu Chartier · 11 years ago
  21. 46bc778 Fix portable + mips build. by Mathieu Chartier · 11 years ago
  22. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  23. 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
  24. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  25. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 12 years ago
  26. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  27. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  28. 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 12 years ago
  29. 08f2e7b Disable lock contention logging by default. by Jeff Hao · 12 years ago
  30. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 12 years ago
  31. 4aa48fc Enable contention logging by default. by Ian Rogers · 12 years ago
  32. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 12 years ago
  33. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 12 years ago
  34. 2e250c8 Revert "Always enable lock level checks." by Brian Carlstrom · 12 years ago
  35. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 12 years ago
  36. 9b3c3cd C++11 support for ART. by Mathieu Chartier · 12 years ago
  37. 7b67bee Merge "Add a systrace support for lock contention logging." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  38. b373308 Add a systrace support for lock contention logging. by Hiroshi Yamauchi · 12 years ago
  39. 67f9941 Yet more timing logger cleanup by Anwar Ghuloum · 12 years ago
  40. 4baa808 Merge "Timing logger clean-up" into dalvik-dev by Anwar Ghuloum · 12 years ago
  41. 36f179f Merge "Polish the lock contention logging." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  42. 4654322 Timing logger clean-up by Anwar Ghuloum · 12 years ago
  43. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 12 years ago
  44. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 12 years ago
  45. 1afde13 Polish the lock contention logging. by Hiroshi Yamauchi · 12 years ago
  46. b0f8719 Removed unused friend classes for tests. by Dragos Sbirlea · 12 years ago
  47. f91bdf9 am e0a53e99: Add low memory mode option to ART. by Mathieu Chartier · 12 years ago
  48. e7711c5 Merge "Fix logging memory leak." into dalvik-dev by Sebastien Hertz · 12 years ago
  49. 916041f Fix logging memory leak. by Sebastien Hertz · 12 years ago
  50. e0a53e9 Add low memory mode option to ART. by Mathieu Chartier · 12 years ago
  51. 702a85b Fix typo in mutex.h file. by Sebastien Hertz · 12 years ago
  52. e5426c9 Fix histogram memory issues. by Mathieu Chartier · 12 years ago
  53. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 12 years ago
  54. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  55. fd840e7 am 0de7985b: Consistently handle EINTR on FUTEX_WAIT by Brian Carlstrom · 12 years ago
  56. 0de7985 Consistently handle EINTR on FUTEX_WAIT by Brian Carlstrom · 12 years ago
  57. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 12 years ago
  58. 23d5cff Revert "Always enable lock level checks." DO NOT MERGE by Brian Carlstrom · 12 years ago
  59. be45988 am 6eb52882: Conditionally define non-Android pthread structures by Brian Carlstrom · 12 years ago
  60. 9e7723b am fb6996fe: Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 12 years ago
  61. c06d623 am 3e79aadc: Fixing cpplint readability/constructors issues by Brian Carlstrom · 12 years ago
  62. ac43ae5 am 2d88862f: Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  63. 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  64. 6eb5288 Conditionally define non-Android pthread structures by Brian Carlstrom · 12 years ago
  65. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 12 years ago
  66. 3e79aad Fixing cpplint readability/constructors issues by Brian Carlstrom · 12 years ago
  67. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  68. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  69. 0ab5ef3 am 3e3d591f: Fix cpplint build/namespaces issues by Brian Carlstrom · 12 years ago
  70. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 12 years ago
  71. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 12 years ago
  72. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  73. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  74. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  75. 073deb8 am f69863b3: Fix cpplint whitespace/newline issues by Brian Carlstrom · 12 years ago
  76. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 12 years ago
  77. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  78. 397f477 am b1eba213: Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  79. 98c19d2 am 2ce745c0: Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  80. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  81. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  82. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  83. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  84. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  85. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 12 years ago
  86. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago