1. ebab3bb Merge "Compile time performance improvements focusing on interpret-only." by Ian Rogers · 11 years ago
  2. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  3. c33fe9a Merge "Fix and re-enable FreeList large object space for 64 bit" by Mathieu Chartier · 11 years ago
  4. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 11 years ago
  5. aa18555 Merge "Quick compiler (arm64) Fix inline Math.round()" by buzbee · 11 years ago
  6. 98cb689 Quick compiler (arm64) Fix inline Math.round() by buzbee · 11 years ago
  7. f79ba17 Merge "Add a test for our NPE checks." by Nicolas Geoffray · 11 years ago
  8. 5f16c88 Add a test for our NPE checks. by Nicolas Geoffray · 11 years ago
  9. 663c0bf Merge "x86 fault handler does not know about movb" by Nicolas Geoffray · 11 years ago
  10. 6fc3369 Merge "Add fast path to VMClassLoader.findLoadedClass" by Mathieu Chartier · 11 years ago
  11. ab0ed82 Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 11 years ago
  12. 3fec771 Merge "ART: Fix preverified setting in VerifyClass" by Andreas Gampe · 11 years ago
  13. bb0c7f6 ART: Fix preverified setting in VerifyClass by Andreas Gampe · 11 years ago
  14. 59dae45 Merge "Delete pin table" by Mathieu Chartier · 11 years ago
  15. 2e15893 Delete pin table by Mathieu Chartier · 11 years ago
  16. 02308cf Merge "Print the command line and ABI in stack dumps like debuggerd." by Brian Carlstrom · 11 years ago
  17. b4fffc7 Print the command line and ABI in stack dumps like debuggerd. by Jeff Brown · 11 years ago
  18. 77f46bb Merge "Add DumpClass context on CacheField and CacheMethod failures" by Brian Carlstrom · 11 years ago
  19. 3c821c6 Add DumpClass context on CacheField and CacheMethod failures by Brian Carlstrom · 11 years ago
  20. a68b478 Merge changes I57f70381,I9f225825 by Brian Carlstrom · 11 years ago
  21. d30315e Merge "Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow" by Brian Carlstrom · 11 years ago
  22. f397866 Fix cpplint issue. by Brian Carlstrom · 11 years ago
  23. 3437531 Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow by Brian Carlstrom · 11 years ago
  24. b30e0c6 Fix crash when connected to DDMS by Sebastien Hertz · 11 years ago
  25. 967e1a5 Merge "Add some comments for retired class." by Mingyao Yang · 11 years ago
  26. 4a4dafe Merge "ART: Correctly make methods preverified" by Andreas Gampe · 11 years ago
  27. 4849859 ART: Correctly make methods preverified by Andreas Gampe · 11 years ago
  28. 33c1693 Merge "Fix builds on archs the compiler does not support." by Nicolas Geoffray · 11 years ago
  29. a1c22c1 Fix builds on archs the compiler does not support. by Nicolas Geoffray · 11 years ago
  30. 0b35b97 Merge "Fix valgrind errors." by Nicolas Geoffray · 11 years ago
  31. 776995c Merge "Fix deadlock in VirtualMachine.AllThreads" by Sebastien Hertz · 11 years ago
  32. 070f732 Fix deadlock in VirtualMachine.AllThreads by Sebastien Hertz · 11 years ago
  33. bb2e4d7 Merge "Don't hold any lock when visiting classes from JDWP" by Sebastien Hertz · 11 years ago
  34. 4537c41 Don't hold any lock when visiting classes from JDWP by Sebastien Hertz · 11 years ago
  35. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 11 years ago
  36. c7f6b86 Merge "Fix bug in register allocator." by Nicolas Geoffray · 11 years ago
  37. e2d596e x86 fault handler does not know about movb by Serguei Katkov · 11 years ago
  38. b9620f3 Merge "ART: Fix things for valgrind" by Andreas Gampe · 11 years ago
  39. 575a564 Merge "Revert "Disable Clang internal assembler."" by Stephen Hines · 11 years ago
  40. 1ee99e3 Revert "Disable Clang internal assembler." by Stephen Hines · 11 years ago
  41. 928f72b ART: Fix things for valgrind by Andreas Gampe · 11 years ago
  42. 6c8f8f6 Merge "Re-add read barrier to roots in the verifier." by Ian Rogers · 11 years ago
  43. a87a795 Merge "Revert "Add read barriers for the roots in the verifier."" by Ian Rogers · 11 years ago
  44. 5441091 Re-add read barrier to roots in the verifier. by Ian Rogers · 11 years ago
  45. be428b4 Merge "ART: Fix variable formatting and CodeLayout's multiple visits" by Bill Buzbee · 11 years ago
  46. 958d78e Merge "Remove reference_static_offsets used for iterating through class static fields." by Mingyao Yang · 11 years ago
  47. d8f69b0 Revert "Add read barriers for the roots in the verifier." by Ian Rogers · 11 years ago
  48. 46f0e97 Add some comments for retired class. by Mingyao Yang · 11 years ago
  49. 73f7d79 Merge "Fix kThumb2Vldrd definition to set correct flag." by Bill Buzbee · 11 years ago
  50. faff0f0 Remove reference_static_offsets used for iterating through class static fields. by Mingyao Yang · 11 years ago
  51. 75bcc37 ART: Fix variable formatting and CodeLayout's multiple visits by Jean Christophe Beyler · 11 years ago
  52. 2adccb6 Merge "Ensure class is linked before resolution" by Mathieu Chartier · 11 years ago
  53. 1a465ca Ensure class is linked before resolution by Sebastien Hertz · 11 years ago
  54. 833ec8f Merge "Add proper cfi directives." by Christopher Ferris · 11 years ago
  55. 194321c Add proper cfi directives. by Christopher Ferris · 11 years ago
  56. 6a64c6c Merge "Fix misuse of ArenaAllocator." by Nicolas Geoffray · 11 years ago
  57. 44ff470 Merge "Address read barrier issue with cl/106467" by Hiroshi Yamauchi · 11 years ago
  58. 55454c5 Merge "Disable Clang internal assembler." by Chih-Hung Hsieh · 11 years ago
  59. cf71e0b Merge "Improve dex location canonicalization-related performance." by Vladimir Marko · 11 years ago
  60. aa4497d Improve dex location canonicalization-related performance. by Vladimir Marko · 11 years ago
  61. 2a877f3 Fix bug in register allocator. by Nicolas Geoffray · 11 years ago
  62. e6c96d1 Fix misuse of ArenaAllocator. by Nicolas Geoffray · 11 years ago
  63. 6724a95 Merge "Increase dex2oat timeouts for debug builds" by Mathieu Chartier · 11 years ago
  64. 13b9f43 Increase dex2oat timeouts for debug builds by Mathieu Chartier · 11 years ago
  65. b5477f0 Fix kThumb2Vldrd definition to set correct flag. by Junmo Park · 11 years ago
  66. e1a851c Merge "Change Reference.get() intrinsic to Reference.getReferent()." by Mathieu Chartier · 11 years ago
  67. 8a74117 Address read barrier issue with cl/106467 by Hiroshi Yamauchi · 11 years ago
  68. 05382d2 Merge "Remove art-* targets in favor of build-art-* targets." by Brian Carlstrom · 11 years ago
  69. d619cab Disable Clang internal assembler. by Chih-Hung Hsieh · 11 years ago
  70. cd48f2d Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 11 years ago
  71. 87bb26f Remove art-* targets in favor of build-art-* targets. by Brian Carlstrom · 11 years ago
  72. dab9ed5 Merge "Change 099-vmdebug test to use File.createTempFile." by Jeff Hao · 11 years ago
  73. 8cf89c4 Change 099-vmdebug test to use File.createTempFile. by Jeff Hao · 11 years ago
  74. 7c2c52b Merge "Disable tracing if enabled by default for new tracing test." by Jeff Hao · 11 years ago
  75. cbe15be Disable tracing if enabled by default for new tracing test. by Jeff Hao · 11 years ago
  76. 52b7528 Merge "Change when sampling thread is reset during shutdown to prevent races." by Jeff Hao · 11 years ago
  77. d063d91 Change when sampling thread is reset during shutdown to prevent races. by Jeff Hao · 11 years ago
  78. 5bc47eb Merge "x86: evaluation destination should be after load of source in RA" by Bill Buzbee · 11 years ago
  79. 6be5a28 Merge "Small error reporting fix in class linker." by Vladimir Marko · 11 years ago
  80. 42bc2f1 Merge "ART: Better error reporting on broken oat file" by Andreas Gampe · 11 years ago
  81. c48b206 ART: Better error reporting on broken oat file by Andreas Gampe · 11 years ago
  82. cf254a2 Merge "Fix monitor visit for class initializer" by Sebastien Hertz · 11 years ago
  83. c7376ca Fix monitor visit for class initializer by Sebastien Hertz · 11 years ago
  84. a464466 x86: evaluation destination should be after load of source in RA by Serguei Katkov · 11 years ago
  85. 3851008 Merge "ART: Fix unchecked register index validity" by Andreas Gampe · 11 years ago
  86. 376fa68 ART: Fix unchecked register index validity by Andreas Gampe · 11 years ago
  87. 9102fff Merge "Fix darwin run-test problems" by Brian Carlstrom · 11 years ago
  88. c580e04 Fix darwin run-test problems by Brian Carlstrom · 11 years ago
  89. 9204ed5 Merge "Add fast path for FindClass using the type dex file." by Mathieu Chartier · 11 years ago
  90. c13b42a Merge "Ignore heap trim requests if we are the zygote" by Mathieu Chartier · 11 years ago
  91. 0d42a17 Merge "Revert "Fix heap trimmer daemon sleeping."" by Mathieu Chartier · 11 years ago
  92. 6bcae8f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 11 years ago
  93. 30cbbee Ignore heap trim requests if we are the zygote by Mathieu Chartier · 11 years ago
  94. b272855 Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 11 years ago
  95. 6aca61a Merge "Add test for hashCode and System.identityHashCode." by Mathieu Chartier · 11 years ago
  96. bccf123 Add test for hashCode and System.identityHashCode. by Mathieu Chartier · 11 years ago
  97. 6148d53 Merge "Delete double finalization hack." by Mathieu Chartier · 11 years ago
  98. 9b2b927 Merge "Add CallNonvirtual test" by Brian Carlstrom · 11 years ago
  99. 58e5e5d Add CallNonvirtual test by Brian Carlstrom · 11 years ago
  100. 30c2e1b Small error reporting fix in class linker. by Vladimir Marko · 11 years ago