1. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  2. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  3. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  4. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  5. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  6. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  7. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  8. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  9. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  10. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  11. 02875c5 Fix some more pedantic compiler warnings. by Ian Rogers · 10 years ago
  12. 8364248 Add D/CHECK_CONSTEXPR macros for use in constexpr context. by Vladimir Marko · 10 years ago
  13. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  14. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  15. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  16. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 10 years ago
  17. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 10 years ago
  18. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 10 years ago
  19. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  20. 43b2e0f Fix multi-line hex dumping and add unit test. by Ian Rogers · 11 years ago
  21. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 11 years ago
  22. 9b3c3cd C++11 support for ART. by Mathieu Chartier · 11 years ago
  23. 916041f Fix logging memory leak. by Sebastien Hertz · 11 years ago
  24. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  25. 3e79aad Fixing cpplint readability/constructors issues by Brian Carlstrom · 11 years ago
  26. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  27. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/base/logging.h]
  28. 74c0704 Help inline LogMessage::stream method. by Sebastien Hertz · 11 years ago
  29. c4ee12e Avoid recursion if logging lock is corrupt. by Ian Rogers · 11 years ago
  30. f08e473 Fix abort regression. by Ian Rogers · 11 years ago
  31. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago[Renamed (98%) from src/logging.h]
  32. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  33. af1b892 Prevent hang due to HandleUnexpectedSignal reentry by Brian Carlstrom · 12 years ago
  34. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 12 years ago
  35. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  36. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  37. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  38. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 12 years ago
  39. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
  40. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 12 years ago
  41. b92bcab Fix run-test on host. by TDYa127 · 12 years ago
  42. 878820f Fix the Mac build by working around a GCC 4.2 bug. by Elliott Hughes · 12 years ago
  43. bfbf0e2 Make the hex dump more generally useful (specifically in CHECKs). by Elliott Hughes · 12 years ago
  44. aa6a588 Make CHECKs with char*s do what you mean. by Elliott Hughes · 13 years ago
  45. 24782c6 Add a macro GCC_VERSION and use it to control code paths. by Shih-wei Liao · 13 years ago
  46. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  47. e091855 Provide a convenience for logging types that don't have an operator<<. by Elliott Hughes · 13 years ago
  48. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago
  49. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  50. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  51. caab8c4 Various tidy ups, add LIKELY/UNLIKELY macros. by Ian Rogers · 13 years ago
  52. 3ea7e99 Add support for the Android-specific DEBUG and VERBOSE log levels. by Elliott Hughes · 13 years ago
  53. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  54. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  55. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  56. 92b3b56 Add locking to the heap. by Elliott Hughes · 13 years ago
  57. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  58. ce8d9f5 Reset the stream state at the end of each line of logging. by Elliott Hughes · 13 years ago
  59. 710a0cb Extra tests (and a bug fix). by Elliott Hughes · 13 years ago
  60. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  61. 1f359b0 Improve CHECK_<op> logging. by Elliott Hughes · 13 years ago
  62. ffe6736 Implement Runtime::Abort and switch LOG(FATAL) over to it. by Elliott Hughes · 13 years ago
  63. eb4f614 Flesh out the logging implementation. by Elliott Hughes · 13 years ago
  64. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 13 years ago
  65. 6b6b5f0 Shorten the namespace and re-normalize include guards. by Carl Shapiro · 13 years ago
  66. a5d5cfd Add basic assembler interface and an x86 backend. by Carl Shapiro · 13 years ago
  67. 806defa Fix the include guard style. by Carl Shapiro · 13 years ago
  68. 6c21dc1 Add a minimal logging interface and implementation. by Carl Shapiro · 13 years ago