1. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 9 years ago
  2. 1a4d013 Merge "Temporarily suppress TimeZoneTest.testAllDisplayNames." by Narayan Kamath · 9 years ago
  3. f874d59 Temporarily suppress TimeZoneTest.testAllDisplayNames. by Narayan Kamath · 9 years ago
  4. 5953351 Merge "ART: Print out hex for NewStringUTF failure" by Andreas Gampe · 9 years ago
  5. a5ae3c3 Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 9 years ago
  6. 6df1d46 Merge "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 9 years ago
  7. 431403a Merge "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 9 years ago
  8. e344a80 Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 9 years ago
  9. b734808 Revert "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 9 years ago
  10. 48215e2 Merge "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 9 years ago
  11. 5716a1f Merge "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 9 years ago
  12. 9af8d8d Merge "Added repe_cmpsw instruction to x86, x86_64 assemblers" by Roland Levillain · 9 years ago
  13. be2aa44 ART: Relax IsInstantiable check by Andreas Gampe · 9 years ago
  14. ef4afe9 ART: Print out hex for NewStringUTF failure by Andreas Gampe · 9 years ago
  15. 73961d9 Merge "Add remembered set functionality for native roots" by Mathieu Chartier · 9 years ago
  16. 3908912 Add remembered set functionality for native roots by Mathieu Chartier · 9 years ago
  17. 6e67b57 Merge "Bugfix: Java char is 16 bits, can not be treated as boolean." by Mathieu Chartier · 9 years ago
  18. 3152c82 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 9 years ago
  19. 71311f8 Added repe_cmpsw instruction to x86, x86_64 assemblers by agicsaki · 9 years ago
  20. 41bad0e Merge "HDeoptimize should hold values live in env." by Mingyao Yang · 9 years ago
  21. 80caa14 Revert "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 9 years ago
  22. 00e3b38 Revert "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 9 years ago
  23. 718493c HDeoptimize should hold values live in env. by Mingyao Yang · 9 years ago
  24. 9578d10 Merge "Add checker ability to 525-arrays-and-fields tests." by Aart Bik · 9 years ago
  25. 35dfc98 Merge "Exercise constant folding of int & long mul, div and rem." by Roland Levillain · 9 years ago
  26. 87bada6 Merge "Cosmetic changes in ART run-tests." by Roland Levillain · 9 years ago
  27. ee1e898 Merge "Fix & add Checker assertions in 442-checker-constant-folding." by Roland Levillain · 9 years ago
  28. f7746ad Exercise constant folding of int & long mul, div and rem. by Roland Levillain · 9 years ago
  29. 6a92a03 Cosmetic changes in ART run-tests. by Roland Levillain · 9 years ago
  30. b65eb50 Fix & add Checker assertions in 442-checker-constant-folding. by Roland Levillain · 9 years ago
  31. 0fae2f5 Merge "Enable art host static builds only for checkbuilds." by Calin Juravle · 9 years ago
  32. 939e702 Merge "ART: Abbreviate interpreter-access-checks" by Andreas Gampe · 9 years ago
  33. 825570c ART: Abbreviate interpreter-access-checks by Andreas Gampe · 9 years ago
  34. 0c7c55c Register signal handler to kernel if not claimed by jgu21 · 9 years ago
  35. a09d5df Merge "Fix gcstress tests" by Mathieu Chartier · 9 years ago
  36. c621106 Fix gcstress tests by Mathieu Chartier · 9 years ago
  37. 34e1ed2 Merge "ART: Make warnings into errors in InitZygote" by Andreas Gampe · 9 years ago
  38. 695a273 ART: Make warnings into errors in InitZygote by Andreas Gampe · 9 years ago
  39. e3ab2a7 Merge "ART: Change the stack dump format to be in line with debuggerd" by Andreas Gampe · 9 years ago
  40. dd67125 ART: Change the stack dump format to be in line with debuggerd by Andreas Gampe · 9 years ago
  41. 8f3402e Merge "Revert "runtest: Have gcstress tests skip 955-lambda-smali"" by Igor Murashkin · 9 years ago
  42. 222223a Revert "runtest: Have gcstress tests skip 955-lambda-smali" by Igor Murashkin · 9 years ago
  43. 0fc01dd Merge "Visit class native roots from VisitReferences" by Mathieu Chartier · 9 years ago
  44. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  45. 6738ed9 Add checker ability to 525-arrays-and-fields tests. by Aart Bik · 9 years ago
  46. 676ff8e Enable art host static builds only for checkbuilds. by Calin Juravle · 9 years ago
  47. 2a7ea34 Merge "Add some more uninterruptible annotations" by Mathieu Chartier · 9 years ago
  48. ed8990a Add some more uninterruptible annotations by Mathieu Chartier · 9 years ago
  49. 20cd654 Merge "Fix alignments in quick_entrypoints_x86_64.S" by Mathieu Chartier · 9 years ago
  50. 71cef23 Fix alignments in quick_entrypoints_x86_64.S by Man Cao · 9 years ago
  51. f7efc9e Merge "ART: Fix Quick/Optimizing suspend check assumption mismatch." by Vladimir Marko · 9 years ago
  52. bea4eb4 Merge "Disable Checker for tests that don't invoke the compiler." by David Brazdil · 9 years ago
  53. d29e848 ART: Fix Quick/Optimizing suspend check assumption mismatch. by Vladimir Marko · 9 years ago
  54. 80fb394 Disable Checker for tests that don't invoke the compiler. by David Brazdil · 9 years ago
  55. bd76db3 Merge "Fix and extend the documentation of art::Thread's fields offsets." by Roland Levillain · 9 years ago
  56. 195fa34 Merge "ART: Fix missing role definition" by Andreas Gampe · 9 years ago
  57. 5bdb655 ART: Fix missing role definition by Andreas Gampe · 9 years ago
  58. d59f0b1 Merge "Fix hash set memory leaks" by Mathieu Chartier · 9 years ago
  59. 88b6b05 Fix hash set memory leaks by Mathieu Chartier · 9 years ago
  60. 3c9c776 Merge "Add uninterruptible role" by Mathieu Chartier · 9 years ago
  61. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 9 years ago
  62. f64914d Merge "Move to newer clang annotations" by Mathieu Chartier · 9 years ago
  63. fab0712 Merge "runtest: Have gcstress tests skip 955-lambda-smali" by Igor Murashkin · 9 years ago
  64. ef3119e runtest: Have gcstress tests skip 955-lambda-smali by Igor Murashkin · 9 years ago
  65. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  66. 6078aec Merge "ART: Add VerboseMethods to optimizing compiler" by Andreas Gampe · 9 years ago
  67. 53fcd0f ART: Add VerboseMethods to optimizing compiler by Andreas Gampe · 9 years ago
  68. d8da9dc Merge "More diagnostics for flaky oat file assistant test." by Richard Uhler · 9 years ago
  69. c20d728 Merge "Replaced CHECK with EXPECT in tests." by Aart Bik · 9 years ago
  70. 8f08f9e Replaced CHECK with EXPECT in tests. by Aart Bik · 9 years ago
  71. c5bee2a Merge "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 9 years ago
  72. 32d7806 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 9 years ago
  73. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 9 years ago
  74. 9b0096b Revert "Fixes and improvements in ReferenceTypePropagation" by Calin Juravle · 9 years ago
  75. d77aa00 Merge "ART: Fix Thumb2 literal fixup." by Vladimir Marko · 9 years ago
  76. ca80ecc Fix and extend the documentation of art::Thread's fields offsets. by Roland Levillain · 9 years ago
  77. ff6e79c Merge "Added unit tests to LICM." by Aart Bik · 9 years ago
  78. 94f5bda More diagnostics for flaky oat file assistant test. by Richard Uhler · 9 years ago
  79. 0e126bb Merge "When a Checker assertion cannot be parsed, display it." by Roland Levillain · 9 years ago
  80. 60f4804 Merge "Delete extraneous prefix `SideEffects::` in `nodes.h`." by Roland Levillain · 9 years ago
  81. 74e1cc0 When a Checker assertion cannot be parsed, display it. by Roland Levillain · 9 years ago
  82. 1c4ccea Delete extraneous prefix `SideEffects::` in `nodes.h`. by Alexandre Rames · 9 years ago
  83. 663c934 ART: Fix Thumb2 literal fixup. by Vladimir Marko · 9 years ago
  84. e6e38ce Merge "Use the object class as top in reference type propagation" by Calin Juravle · 9 years ago
  85. a3073e2 Merge "Fixes and improvements in ReferenceTypePropagation" by Calin Juravle · 9 years ago
  86. 3f307f3 Added unit tests to LICM. by Aart Bik · 9 years ago
  87. 236d0a3 Merge changes from topic 'lambda_experimental' by Igor Murashkin · 9 years ago
  88. 6bd980c interpreter: Add tests for move-result after invoke-lambda by Igor Murashkin · 9 years ago
  89. 4d7b75f verifier: Skip verification of methods when seeing experimental opcodes by Igor Murashkin · 9 years ago
  90. c962dd7 Merge "Prefer 32-bit host executables on Mac." by Ying Wang · 9 years ago
  91. 56ebee4 Merge "Add more checks to diagnose flaky oat file assistant test." by Richard Uhler · 9 years ago
  92. 754a445 Prefer 32-bit host executables on Mac. by Ying Wang · 9 years ago
  93. 2bb897e Merge "Refine the canary pattern in RedZone" by Andreas Gampe · 9 years ago
  94. b203b33 Merge "ART: Fix UninitializedReference handling" by Andreas Gampe · 9 years ago
  95. 891dfaa ART: Fix UninitializedReference handling by Andreas Gampe · 9 years ago
  96. 364fa53 Merge "Fix bug in OatFileAssistant::GetBestOatFile." by Richard Uhler · 9 years ago
  97. 411b96d Merge "ART: Remove some of the Mac craziness" by Andreas Gampe · 9 years ago
  98. 4360be2 ART: Remove some of the Mac craziness by Andreas Gampe · 9 years ago
  99. 3fabec7 Use the object class as top in reference type propagation by Calin Juravle · 9 years ago
  100. b0d5fc0 Fixes and improvements in ReferenceTypePropagation by Calin Juravle · 9 years ago