1. 73dda0b Revert "Remove non-live vregs from GC map on return." by Ian Rogers · 11 years ago
  2. c0d120a Remove non-live vregs from GC map on return. by Ian Rogers · 11 years ago
  3. db06306 Continued refactoring of strings & headers. by Dragos Sbirlea · 11 years ago
  4. 81f79a6 Refactored string to int conversion. by Dragos Sbirlea · 11 years ago
  5. 35275ec Merge "Make Sea IR objects un-copyable." into dalvik-dev by Ian Rogers · 11 years ago
  6. a86acf7 Make Sea IR objects un-copyable. by Dragos Sbirlea · 11 years ago
  7. 7041676 Merge "Tidy ws and document verifier instruction flags." into dalvik-dev by Ian Rogers · 11 years ago
  8. 6d376ae Tidy ws and document verifier instruction flags. by Ian Rogers · 11 years ago
  9. 8a7bc17 am 55c0ac85: Merge "Enable darwin target build for art." by Brian Carlstrom · 11 years ago
  10. 55c0ac8 Merge "Enable darwin target build for art." by Brian Carlstrom · 11 years ago
  11. 3489af2 am 63a54345: Add option for changing number of GC threads. by Mathieu Chartier · 11 years ago
  12. 63a5434 Add option for changing number of GC threads. by Mathieu Chartier · 11 years ago
  13. 19e776c Enable darwin target build for art. by Brian Carlstrom · 11 years ago
  14. a3d6b8c Merge "Added code generation framework." into dalvik-dev by Ian Rogers · 11 years ago
  15. 7fcba11 Restore conditional oat file copying used by build system. by Brian Carlstrom · 11 years ago
  16. 0e260a3 Added code generation framework. by Dragos Sbirlea · 12 years ago
  17. 669af5f am 4560248d: Move TimingLogger creation to dex2oat by Brian Carlstrom · 11 years ago
  18. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 11 years ago
  19. 49ed574 am 75b13a9c: Merge "Remove CompilerDriver::IsDebuggingSupported" by Brian Carlstrom · 11 years ago
  20. 75b13a9 Merge "Remove CompilerDriver::IsDebuggingSupported" by Brian Carlstrom · 11 years ago
  21. 0177fe2 Remove CompilerDriver::IsDebuggingSupported by Brian Carlstrom · 11 years ago
  22. 2b1de65 am 479f83c1: Dex compiler: re-enable method pattern matching by buzbee · 11 years ago
  23. 3b074e6 readdir is safer than readdir_r. by Elliott Hughes · 11 years ago
  24. a6468f6 Fix dalvik-dev branch cpplint issues by Brian Carlstrom · 11 years ago
  25. be45988 am 6eb52882: Conditionally define non-Android pthread structures by Brian Carlstrom · 11 years ago
  26. d35311b am f5293527: Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 11 years ago
  27. d0e4e9e am 05eecea7: Enable running cpplint.py on art C++ files when using mm and mmm by Brian Carlstrom · 11 years ago
  28. 9e7723b am fb6996fe: Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 11 years ago
  29. c06d623 am 3e79aadc: Fixing cpplint readability/constructors issues by Brian Carlstrom · 11 years ago
  30. ebd6638 am 4274889d: Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  31. ac43ae5 am 2d88862f: Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  32. f1694e1 am 751d4ed4: Fixing cpplint legal/copyright issues by Brian Carlstrom · 11 years ago
  33. 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  34. 5775391 am 6f485c62: Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  35. d0b4959 am 9b7085a4: Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  36. fbf49d2 resolved conflicts for merge of 50af9793 to dalvik-dev by Brian Carlstrom · 11 years ago
  37. 479f83c Dex compiler: re-enable method pattern matching by buzbee · 11 years ago
  38. bbf8a09 resolved conflicts for merge of 3da08f4d to dalvik-dev by Mathieu Chartier · 11 years ago
  39. 6eb5288 Conditionally define non-Android pthread structures by Brian Carlstrom · 11 years ago
  40. f529352 Move JDWP to std::vector<iovec> to remove runtime/arrays warning by Brian Carlstrom · 11 years ago
  41. 05eecea Enable running cpplint.py on art C++ files when using mm and mmm by Brian Carlstrom · 11 years ago
  42. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 11 years ago
  43. 3e79aad Fixing cpplint readability/constructors issues by Brian Carlstrom · 11 years ago
  44. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  45. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  46. 751d4ed Fixing cpplint legal/copyright issues by Brian Carlstrom · 11 years ago
  47. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  48. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  49. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  50. 50af979 Merge "Fix cpplint whitespace/operators issues" by Brian Carlstrom · 11 years ago
  51. 1359a18 Merge "Fixing gtest failure due to VerifyClassUsingOatFile change" into dalvik-dev by Anwar Ghuloum · 11 years ago
  52. ad256bb Fixing gtest failure due to VerifyClassUsingOatFile change by Anwar Ghuloum · 11 years ago
  53. 3da08f4 Merge "Add interface for updating the heap's process state" by Mathieu Chartier · 11 years ago
  54. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 11 years ago
  55. e340988 am 1895ea38: Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  56. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  57. 8235331 Add interface for updating the heap's process state by Mathieu Chartier · 11 years ago
  58. 60468f9 Merge "Fix oatdump to work after selinux OatFile installd change" into dalvik-dev by Brian Carlstrom · 11 years ago
  59. 0ab5ef3 am 3e3d591f: Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  60. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  61. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  62. 6c87180 Fix oatdump to work after selinux OatFile installd change by Brian Carlstrom · 11 years ago
  63. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  64. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  65. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  66. 073deb8 am f69863b3: Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  67. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  68. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  69. 397f477 am b1eba213: Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  70. 98c19d2 am 2ce745c0: Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  71. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  72. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  73. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  74. 1761e7b Merge "Fix VerifyClassUsingOatFile to check preverified image classes" into dalvik-dev by Anwar Ghuloum · 11 years ago
  75. 044d283 Fix VerifyClassUsingOatFile to check preverified image classes by Anwar Ghuloum · 11 years ago
  76. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  77. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  78. 29cab20 Merge "Fixes to instrumentation for debug build and interpreter." into dalvik-dev by Jeff Hao · 11 years ago
  79. 65d15d9 Fixes to instrumentation for debug build and interpreter. by Jeff Hao · 11 years ago
  80. 5081c0f am 56d947fb: Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  81. f3f7830 Merge "Remove declaration of undefined method." into dalvik-dev by Ian Rogers · 11 years ago
  82. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  83. 8784462 Remove declaration of undefined method. by Ian Rogers · 11 years ago
  84. 7405448 am 6d69f592: Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 11 years ago
  85. 6d69f59 Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 11 years ago
  86. 61ecc58 am 17bfe263: Use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES so we only relink the tests on libart changes but do not recompile them. by Brian Carlstrom · 11 years ago
  87. 17bfe26 Use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES so we only relink the tests on libart changes but do not recompile them. by Brian Carlstrom · 11 years ago
  88. cf6aba6 am 0cb7853d: Fix typo in makefile by Brian Carlstrom · 11 years ago
  89. 0cb7853 Fix typo in makefile by Brian Carlstrom · 11 years ago
  90. 82f9f02 am c0ee6506: Fix LOCAL_ADDITIONAL_DEPENDENCIES in Android.oat.mk by Brian Carlstrom · 11 years ago
  91. c0ee650 Fix LOCAL_ADDITIONAL_DEPENDENCIES in Android.oat.mk by Brian Carlstrom · 11 years ago
  92. d6a23bd Don't manually mess with sigaltstack on Android any more. by Elliott Hughes · 11 years ago
  93. 1754938 Remove an assertion that JDWP packets are small. by Elliott Hughes · 11 years ago
  94. 543959c Support check-cast elision in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  95. 4b95e8f Refactor atomic integer. by Mathieu Chartier · 11 years ago
  96. 57a77c8 Merge "Remove stale comments and kDebugLocking check" into dalvik-dev by Mathieu Chartier · 11 years ago
  97. add037d Fix jdwp to not hold start lock while waiting on attach lock. by Jeff Hao · 11 years ago
  98. 4fcb8d3 Remove stale comments and kDebugLocking check by Mathieu Chartier · 11 years ago
  99. 875ebec am 3795f251: Use non-PHONY dependency to avoid rebuilding art gtests repeatedly. by Brian Carlstrom · 11 years ago
  100. 3795f25 Use non-PHONY dependency to avoid rebuilding art gtests repeatedly. by Brian Carlstrom · 11 years ago