1. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 11 years ago
  2. 3e79aad Fixing cpplint readability/constructors issues by Brian Carlstrom · 11 years ago
  3. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  4. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  5. 751d4ed Fixing cpplint legal/copyright issues by Brian Carlstrom · 11 years ago
  6. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  7. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  8. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  9. 50af979 Merge "Fix cpplint whitespace/operators issues" by Brian Carlstrom · 11 years ago
  10. 3da08f4 Merge "Add interface for updating the heap's process state" by Mathieu Chartier · 11 years ago
  11. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 11 years ago
  12. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  13. 8235331 Add interface for updating the heap's process state by Mathieu Chartier · 11 years ago
  14. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  15. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  16. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  17. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  18. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  19. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  20. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  21. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  22. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  23. 6d69f59 Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 11 years ago
  24. 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
  25. 0cb7853 Fix typo in makefile by Brian Carlstrom · 11 years ago
  26. c0ee650 Fix LOCAL_ADDITIONAL_DEPENDENCIES in Android.oat.mk by Brian Carlstrom · 11 years ago
  27. 3795f25 Use non-PHONY dependency to avoid rebuilding art gtests repeatedly. by Brian Carlstrom · 11 years ago
  28. 4478eb0 Include dex2oatd along with libart and libartd-compiler by Brian Carlstrom · 11 years ago
  29. 87de59d Merge "Do not mark pages executable unnecessarily to play nice with selinux" by Brian Carlstrom · 11 years ago
  30. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 11 years ago
  31. e68fb3c Mark libbcinfo as a SHARED_LIBRARY dependency. by Stephen Hines · 11 years ago
  32. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago
  33. 5cd9e3b Revert "Always enable lock level checks." DO NOT MERGE by Brian Carlstrom · 11 years ago
  34. 098249e Merge remote-tracking branch 'goog/dalvik-dev' into merge-art-to-master by Brian Carlstrom · 11 years ago
  35. dab6f91 Merge "Fixes for portable build" into dalvik-dev by Brian Carlstrom · 11 years ago
  36. 3693c08 Fixes for portable build by Brian Carlstrom · 11 years ago
  37. 3d92d52 Add HAVE_ANDROID_OS check around cutils/properties.h include by Brian Carlstrom · 11 years ago
  38. 1581766 resolved conflicts for merge of 51c2467e to dalvik-dev by Brian Carlstrom · 11 years ago
  39. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  40. 3d76933 Merge "Let dalvikvm default based on persist.sys.dalvik.vm.lib" into dalvik-dev by Brian Carlstrom · 11 years ago
  41. b1a5879 Port 1778d17feda232e5f794ba1ebdf400a600a17fd8 to art. by Elliott Hughes · 11 years ago
  42. 934313b Let dalvikvm default based on persist.sys.dalvik.vm.lib by Brian Carlstrom · 11 years ago
  43. d3d41ba Merge "Adds missing dataflow flag for invoke-interface." into dalvik-dev by Sebastien Hertz · 11 years ago
  44. 46e811b Fix DDMS allocation tracker. by Mathieu Chartier · 11 years ago
  45. 67ce9b0 Adds missing dataflow flag for invoke-interface. by Sebastien Hertz · 11 years ago
  46. 534f2b6 Fix GetDirectBufferrAddress to use GetLongField. by Jeff Hao · 11 years ago
  47. 5ece451 Merge "Fix debug build assertion failing on boot." into dalvik-dev by Jeff Hao · 11 years ago
  48. cf90940 Fix debug build assertion failing on boot. by Jeff Hao · 11 years ago
  49. 44d854d am 27c590ed: (-s ours) Revert "Always enable lock level checks." DO NOT MERGE by Brian Carlstrom · 11 years ago
  50. 27c590e Revert "Always enable lock level checks." DO NOT MERGE by Brian Carlstrom · 11 years ago
  51. ebc5402 am 4922e9d4: Use /system/framework/framework.jar:preloaded-classes for on device dex2oat by Brian Carlstrom · 11 years ago
  52. 28e923f am c6444052: Update class_initializer_black_list for master by Brian Carlstrom · 11 years ago
  53. 9408dda am 2c3caadb: Merge remote-tracking branch \'goog/dalvik-dev\' into merge-art-to-master by Brian Carlstrom · 11 years ago
  54. 4922e9d Use /system/framework/framework.jar:preloaded-classes for on device dex2oat by Brian Carlstrom · 11 years ago
  55. c644405 Update class_initializer_black_list for master by Brian Carlstrom · 11 years ago
  56. 2c3caad Merge remote-tracking branch 'goog/dalvik-dev' into merge-art-to-master by Brian Carlstrom · 11 years ago
  57. e0e4340 Merge "Fix -Xint mode." into dalvik-dev by Jeff Hao · 11 years ago
  58. 56adf60 Adds ThrowAbstractMethodError to common throws. by Sebastien Hertz · 11 years ago
  59. 7d658cf Fix -Xint mode. by Sebastien Hertz · 11 years ago
  60. 3dd9f76 Interpret methods invoked via JNI in interpreter only mode. by Jeff Hao · 11 years ago
  61. 9dacec7 Merge "Fix GetQuickCodeFor to return actual code pointer if it exists." into dalvik-dev by Jeff Hao · 11 years ago
  62. bdd0fb9 Improve sticky GC ergonomics by Mathieu Chartier · 11 years ago
  63. f3e861d Fix GetQuickCodeFor to return actual code pointer if it exists. by Jeff Hao · 11 years ago
  64. 5f10000 Merge "Preparing SSA support for SEA IR: reaching definitions." into dalvik-dev by Anwar Ghuloum · 11 years ago
  65. d25de7a Preparing SSA support for SEA IR: reaching definitions. by Dragos Sbirlea · 11 years ago
  66. 50425ad Merge "Add marks for instrumentation frames that get interpreted." into dalvik-dev by Jeff Hao · 11 years ago
  67. 8a85399 Merge "Constructor barrier support in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 11 years ago
  68. 190dec7 Merge "Fix DDMS lock ordering error." into dalvik-dev by Mathieu Chartier · 11 years ago
  69. 73cca6f Fix DDMS lock ordering error. by Mathieu Chartier · 11 years ago
  70. 2010a60 Disable -Xjnigreflimit: in art too. by Elliott Hughes · 11 years ago
  71. 9a916d3 Add marks for instrumentation frames that get interpreted. by Jeff Hao · 11 years ago
  72. 0b4e3ef Add StandardCharsets to the class_initializer_black_list by Brian Carlstrom · 11 years ago
  73. 3e089ee Merge "add dalvik.system.VMRuntime.vmLibrary implementation for ART" into dalvik-dev by Anwar Ghuloum · 11 years ago
  74. c1cea9c Merge "Cleanup quick support in verifier." into dalvik-dev by Sebastien Hertz · 11 years ago
  75. cc10e0e Constructor barrier support in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  76. 2cb33b8 Improve SPARSE_SWITCH handling in interpreter. by Sebastien Hertz · 11 years ago
  77. dfe1935 Merge "Avoid duplicated code for FILLED_NEW_ARRAY." into dalvik-dev by Sebastien Hertz · 11 years ago
  78. 24bbb10 Avoid duplicated code for FILLED_NEW_ARRAY. by Sebastien Hertz · 11 years ago
  79. 4ec2c8e Merge "Minor interpreter cleanup." into dalvik-dev by Sebastien Hertz · 11 years ago
  80. 60c70c7 Merge "Make Array's throw routines void." into dalvik-dev by Sebastien Hertz · 11 years ago
  81. cef450c add dalvik.system.VMRuntime.vmLibrary implementation for ART by Brian Carlstrom · 11 years ago
  82. 13e2d1f Minor interpreter cleanup. by Sebastien Hertz · 11 years ago
  83. 55163b8 Merge "Adding systrace logging to GC" into dalvik-dev by Mathieu Chartier · 11 years ago
  84. 752a0e6 Adding systrace logging to GC by Mathieu Chartier · 11 years ago
  85. 9897be9 Make Array's throw routines void. by Sebastien Hertz · 11 years ago
  86. 48fcf64 Merge "Remove unused Thread parameter from ThrowArithmeticExceptionDivideByZero." into dalvik-dev by Sebastien Hertz · 11 years ago
  87. e53ebbc Merge changes I3b33358e,I7467ee05 into dalvik-dev by Anwar Ghuloum · 11 years ago
  88. eac1880 am 75fe90cd: Improve exception detail with JNI_OnLoad issues by Brian Carlstrom · 11 years ago
  89. 75fe90c Improve exception detail with JNI_OnLoad issues by Brian Carlstrom · 11 years ago
  90. 39f9927 Added wrapper functions for register acccess in Instruction. by Dragos Sbirlea · 11 years ago
  91. 921d7ae Merge "Change alloc space lock level" into dalvik-dev by Mathieu Chartier · 11 years ago
  92. 5103322 Change alloc space lock level by Mathieu Chartier · 11 years ago
  93. 0a3b863 Remove unused Thread parameter from ThrowArithmeticExceptionDivideByZero. by Sebastien Hertz · 11 years ago
  94. c15853b Cleanup quick support in verifier. by Sebastien Hertz · 11 years ago
  95. d325151 am f3b3bf13: Make art use core-libart explicitly (part 2) by Brian Carlstrom · 11 years ago
  96. f3b3bf1 Make art use core-libart explicitly (part 2) by Brian Carlstrom · 11 years ago
  97. eae0550 Make art use core-libart explicitly (part 2) by Brian Carlstrom · 11 years ago
  98. 9c7ca42 am 3b010aa8: Make art use core-libart explicitly by Brian Carlstrom · 11 years ago
  99. 3b010aa Make art use core-libart explicitly by Brian Carlstrom · 11 years ago
  100. 78b3888 am fb67b724: Make art adapt to BOOTCLASSPATH containing dalvik core.jar by Brian Carlstrom · 11 years ago