1. d5ad72f ART: Fix invalid access and DCHECK in verifier by Andreas Gampe · 9 years ago
  2. 2d0ad78 Merge "ART: Fix streaming tracing issues" by Andreas Gampe · 9 years ago
  3. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 9 years ago
  4. 83f0a08 Merge "Require mutator lock for DeleteLocalRef" by Mathieu Chartier · 9 years ago
  5. dd06afe Require mutator lock for DeleteLocalRef by Mathieu Chartier · 9 years ago
  6. 8d1a8c0 Merge "ART: Ignore repeated field indexes when loading a class." by Vladimir Marko · 9 years ago
  7. b485915 Merge "Revert "Revert "ART: Implement try/catch blocks in Builder""" by David Brazdil · 9 years ago
  8. 23682bf ART: Ignore repeated field indexes when loading a class. by Vladimir Marko · 9 years ago
  9. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 9 years ago
  10. 4a08e17 Merge "Minor fixes to mips64 for the arch-specific optimisation framework." by Roland Levillain · 9 years ago
  11. d3eaade Merge "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 9 years ago
  12. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 9 years ago
  13. 610a049 Merge "Revert "ART: Fix gtests after try/catch change"" by David Brazdil · 9 years ago
  14. cf950c2 Revert "ART: Fix gtests after try/catch change" by David Brazdil · 9 years ago
  15. 6808a0e Merge "ART: Fix gtests after try/catch change" by David Brazdil · 9 years ago
  16. a65930d ART: Fix gtests after try/catch change by David Brazdil · 9 years ago
  17. 2f81cd8 Merge "ART: Implement try/catch blocks in Builder" by David Brazdil · 9 years ago
  18. e4a1554 Merge "List test as flaky." by Nicolas Geoffray · 9 years ago
  19. d9d014a List test as flaky. by Nicolas Geoffray · 9 years ago
  20. eeca545 Merge "ART: Only print stripped dex2oat command line" by Andreas Gampe · 9 years ago
  21. 046c706 ART: Only print stripped dex2oat command line by Andreas Gampe · 9 years ago
  22. 52ce9a2 Merge "ART: Fix kEverything compiler filter" by buzbee · 9 years ago
  23. 6056c8f Merge "interpreter: Fix string init for soft-failed invokes" by Igor Murashkin · 9 years ago
  24. c833299 ART: Fix kEverything compiler filter by buzbee · 9 years ago
  25. a06b49b interpreter: Fix string init for soft-failed invokes by Igor Murashkin · 9 years ago
  26. d7f3c38 Merge "Make allocation tracker use less memory" by Mathieu Chartier · 9 years ago
  27. 42c3c33 Make allocation tracker use less memory by Man Cao · 9 years ago
  28. dfda6d7 Merge "Fixed bug in debugging information in dex file" by Andreas Gampe · 9 years ago
  29. f3274f8 Merge "ART: Reset runtime_throw_failure flag" by Andreas Gampe · 9 years ago
  30. d12e782 ART: Reset runtime_throw_failure flag by Andreas Gampe · 9 years ago
  31. 4cc6073 Fixed bug in debugging information in dex file by Aart Bik · 9 years ago
  32. 292edf0 Merge "ART: Set methods to preverified in verify-none" by Andreas Gampe · 9 years ago
  33. 1c284f2 ART: Set methods to preverified in verify-none by Andreas Gampe · 9 years ago
  34. 1f77078 Merge "Do not try to compile resource-only dex files." by Richard Uhler · 9 years ago
  35. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 9 years ago
  36. 9b994ea Do not try to compile resource-only dex files. by Richard Uhler · 9 years ago
  37. 7467fa3 Merge "Pass LD_USE_LOAD_BIAS to the art script." by Nicolas Geoffray · 9 years ago
  38. fdaeee1 Pass LD_USE_LOAD_BIAS to the art script. by Nicolas Geoffray · 9 years ago
  39. 6c52aaf Merge "Disable test for all runs." by Nicolas Geoffray · 9 years ago
  40. eb10b68 Disable test for all runs. by Nicolas Geoffray · 9 years ago
  41. a397746 Merge "Hard-fail get-/put-object to a non-reference field." by Vladimir Marko · 9 years ago
  42. 414000e Hard-fail get-/put-object to a non-reference field. by Vladimir Marko · 9 years ago
  43. bcc9d2b Merge "Only do some checks when compiling against the core image." by Nicolas Geoffray · 9 years ago
  44. 335005e Only do some checks when compiling against the core image. by Nicolas Geoffray · 9 years ago
  45. 1dd3136 Merge "[MIPS64] JNI Compiler: Sign-extend int function arguments" by Andreas Gampe · 9 years ago
  46. a3c9b46 Merge "ART: Fix arm32 instrumentation exit stub" by Andreas Gampe · 9 years ago
  47. c89b047 ART: Fix arm32 instrumentation exit stub by Andreas Gampe · 9 years ago
  48. eab8057 Merge "Fix force copy" by Mathieu Chartier · 9 years ago
  49. b735bd9 Fix force copy by Mathieu Chartier · 9 years ago
  50. 1f1d53e Merge "ART: Correctly hard-fail method with undefined register" by Andreas Gampe · 9 years ago
  51. a32210c ART: Correctly hard-fail method with undefined register by Andreas Gampe · 9 years ago
  52. 2f233b4 Merge "Adding optimizing compiler test case for String.<init>." by Jeff Hao · 9 years ago
  53. 7d925a9 Adding optimizing compiler test case for String.<init>. by Jeff Hao · 9 years ago
  54. f46e9d7 Merge "Increase alt signal stack to 32K on host." by Christopher Ferris · 9 years ago
  55. e34c71c Increase alt signal stack to 32K on host. by Christopher Ferris · 9 years ago
  56. fdc9af0 Merge "Use a flag from the verifier to know if we should compile." by Nicolas Geoffray · 9 years ago
  57. 4824c27 Use a flag from the verifier to know if we should compile. by Nicolas Geoffray · 9 years ago
  58. 0c955b1 Merge "BCE: don't assume a bounds check always gets a HArrayLength." by Nicolas Geoffray · 9 years ago
  59. f652d60 [MIPS64] JNI Compiler: Sign-extend int function arguments by Lazar Trsic · 9 years ago
  60. 22c4edd Merge "ART: Run GraphChecker after Builder and SsaBuilder" by David Brazdil · 9 years ago
  61. 2b1bc48 Merge "BCE: Narrow instead of unconditionnaly overwrite the range." by Nicolas Geoffray · 9 years ago
  62. a09ff9c BCE: Narrow instead of unconditionnaly overwrite the range. by Nicolas Geoffray · 9 years ago
  63. 8df886b BCE: don't assume a bounds check always gets a HArrayLength. by Nicolas Geoffray · 9 years ago
  64. 69ba7b7 ART: Run GraphChecker after Builder and SsaBuilder by David Brazdil · 9 years ago
  65. b809daa Merge "ART: Stop creating a fallthrough block for Goto" by David Brazdil · 9 years ago
  66. 1c7f2f1 Merge "Fix codegen_test after DCE fix." by Nicolas Geoffray · 9 years ago
  67. ea80942 Fix codegen_test after DCE fix. by Nicolas Geoffray · 9 years ago
  68. fe65946 ART: Stop creating a fallthrough block for Goto by David Brazdil · 9 years ago
  69. 9dda8f2 Merge "Fix another case of un-verified dead code." by Nicolas Geoffray · 9 years ago
  70. 1efcc22 Fix another case of un-verified dead code. by Nicolas Geoffray · 9 years ago
  71. d61d77d Merge "Recompute dominator tree after DCE." by Nicolas Geoffray · 9 years ago
  72. f39e064 Minor fixes to mips64 for the arch-specific optimisation framework. by Alexandre Rames · 9 years ago
  73. 1f82ecc Recompute dominator tree after DCE. by Nicolas Geoffray · 9 years ago
  74. a256ee9 Merge "Revert "Use -Xno-dex-file-fallback for libcore tests."" by Calin Juravle · 9 years ago
  75. a52d8b5 Revert "Use -Xno-dex-file-fallback for libcore tests." by Calin Juravle · 9 years ago
  76. 264e63b Merge "Use -Xno-dex-file-fallback for libcore tests." by Calin Juravle · 9 years ago
  77. a12f729 Merge "Remove bogus DCHECK." by Nicolas Geoffray · 9 years ago
  78. 9638b64 Remove bogus DCHECK. by Nicolas Geoffray · 9 years ago
  79. 582195d Merge "libcore tests: increase the timeout in debug mode." by Nicolas Geoffray · 9 years ago
  80. 442cfa4 Merge "Fix field ordering for String in hprof" by Mathieu Chartier · 9 years ago
  81. 6f327bf Merge "ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371" by Andreas Gampe · 9 years ago
  82. f23f33d ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371 by Andreas Gampe · 9 years ago
  83. 07d7eab Fix field ordering for String in hprof by Mathieu Chartier · 9 years ago
  84. b1452c2 Merge "Make dex file verifier check that indexes are increasing." by Jeff Hao · 9 years ago
  85. ec96923 Make dex file verifier check that indexes are increasing. by Jeff Hao · 9 years ago
  86. 03ba67c libcore tests: increase the timeout in debug mode. by Nicolas Geoffray · 9 years ago
  87. bb3daba Merge "ART: Improve Indenter performance." by Vladimir Marko · 9 years ago
  88. 568e8f3 Merge "Fix 496 test." by Nicolas Geoffray · 9 years ago
  89. 9714a6e Fix 496 test. by Nicolas Geoffray · 9 years ago
  90. 107b61b ART: Improve Indenter performance. by Vladimir Marko · 9 years ago
  91. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 9 years ago
  92. 0b58603 Use -Xno-dex-file-fallback for libcore tests. by Calin Juravle · 9 years ago
  93. 0022bdf Merge "ART: Fix data loss when symbolizing oat files." by Roland Levillain · 9 years ago
  94. 508755a Merge "Use GetOffsetDuringLinking instead of GetOffset." by Nicolas Geoffray · 9 years ago
  95. 555b3d0 Use GetOffsetDuringLinking instead of GetOffset. by Nicolas Geoffray · 9 years ago
  96. 87dc1b0 Merge "ART: Compiler generated GC map should take care of temp registers." by Vladimir Marko · 9 years ago
  97. b5061a8 Merge "Do not overwrite an input register in shift operations." by Nicolas Geoffray · 9 years ago
  98. a4f3581 Do not overwrite an input register in shift operations. by Nicolas Geoffray · 9 years ago
  99. 1f22dbc Merge "ART: Fix GraphVisualizer dlopen crash" by David Brazdil · 9 years ago
  100. 3a690be ART: Fix GraphVisualizer dlopen crash by David Brazdil · 9 years ago