1. d553b43 Remove the --compiler-backend option from script. by Nicolas Geoffray · 9 years ago
  2. 8bf1b56 Merge "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  3. d4da360 Merge "ART: Add Thread start VLOG" by Andreas Gampe · 9 years ago
  4. 5662383 ART: Add Thread start VLOG by Andreas Gampe · 9 years ago
  5. ec97825 Merge "Fix proxy handling in FindDeclaredVirtualMethod" by Mathieu Chartier · 9 years ago
  6. 72156e2 Fix proxy handling in FindDeclaredVirtualMethod by Mathieu Chartier · 9 years ago
  7. 3aec6a3 Merge "Add VMDebug.countInstancesOfClasses" by Mathieu Chartier · 9 years ago
  8. f182085 Add VMDebug.countInstancesOfClasses by Mathieu Chartier · 9 years ago
  9. d6dae31 Merge "Change VisitNativeRoots to use unchecked get for method arrays" by Mathieu Chartier · 9 years ago
  10. 22a07b9 Change VisitNativeRoots to use unchecked get for method arrays by Mathieu Chartier · 9 years ago
  11. eaffe35 Merge "Fix race condition for method root marking in VisitNativeRoots" by Mathieu Chartier · 9 years ago
  12. 1de19d0 Fix race condition for method root marking in VisitNativeRoots by Mathieu Chartier · 9 years ago
  13. 753e36e Merge "Enable multi-dex content per file in dexlist/dump." by Aart Bik · 9 years ago
  14. e46d0b5 Merge "Revert "Fuse long and FP compare & condition on ARM64 in Optimizing."" by Roland Levillain · 9 years ago
  15. bed50d2 Revert "Fuse long and FP compare & condition on ARM64 in Optimizing." by Roland Levillain · 9 years ago
  16. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  17. 404ea41 Merge "Fuse long and FP compare & condition on ARM64 in Optimizing." by Roland Levillain · 9 years ago
  18. f400021 Merge "Fuse long and FP compare & condition on ARM in Optimizing." by Roland Levillain · 9 years ago
  19. f16b820 Merge "Initialize pDeoptimize quick entry pointer for Mips." by Roland Levillain · 9 years ago
  20. 5cfe61f Fuse long and FP compare & condition on ARM64 in Optimizing. by Roland Levillain · 9 years ago
  21. f470eb8 Merge "ART: Change merges with Undefined to Undefined" by Andreas Gampe · 9 years ago
  22. d65ddd1 Merge "Remove unused WorkStealing thread pool" by Mathieu Chartier · 9 years ago
  23. c1a03d9 Remove unused WorkStealing thread pool by Mathieu Chartier · 9 years ago
  24. 07c65d2 Merge "Clean up some includes" by Mathieu Chartier · 9 years ago
  25. 3cf2253 Clean up some includes by Mathieu Chartier · 9 years ago
  26. c89216b Merge "ART: Improve the symbolize script" by Andreas Gampe · 9 years ago
  27. e0021c5 ART: Improve the symbolize script by Andreas Gampe · 9 years ago
  28. 97a1ff3 ART: Change merges with Undefined to Undefined by Andreas Gampe · 9 years ago
  29. 4e14960 Enable multi-dex content per file in dexlist/dump. by Aart Bik · 9 years ago
  30. f99628f Merge "ART: Fix test" by Andreas Gampe · 9 years ago
  31. 7135ff0 ART: Fix test by Andreas Gampe · 9 years ago
  32. a51df8a Merge "Fix makefile test against host os." by Calin Juravle · 9 years ago
  33. 0e26f46 Fix makefile test against host os. by Calin Juravle · 9 years ago
  34. 9781bb0 Merge "ART: Fix bug in GraphBuilder" by David Brazdil · 9 years ago
  35. 72783ff ART: Fix bug in GraphBuilder by David Brazdil · 9 years ago
  36. 7b3d3bc Merge "ART: Add regression test" by David Brazdil · 9 years ago
  37. 3a49232 ART: Add regression test by David Brazdil · 9 years ago
  38. 0f40fbc Merge "Support compiling run-tests with jack" by Sebastien Hertz · 9 years ago
  39. 224a848 Merge "ART: Allow to set and copy conflicts in the verifier" by Andreas Gampe · 9 years ago
  40. 3853628 ART: Allow to set and copy conflicts in the verifier by Andreas Gampe · 9 years ago
  41. 0e87d18 Merge "Fix potential bugs in allocation tracker" by Mathieu Chartier · 9 years ago
  42. e1f3a6e Merge "Have test-art-host-dexdump specifically depend on the host binaries." by Ying Wang · 9 years ago
  43. 882a4f3 Have test-art-host-dexdump specifically depend on the host binaries. by Ying Wang · 9 years ago
  44. 784c6ae Merge "Revert "Make Art dexdump/list the real utilities."" by Aart Bik · 9 years ago
  45. 2e3fc78 Merge "Use trap + async timeout for tests" by Mathieu Chartier · 9 years ago
  46. 22c26f5 Revert "Make Art dexdump/list the real utilities." by Aart Bik · 9 years ago
  47. 38ba3fe Use trap + async timeout for tests by Mathieu Chartier · 9 years ago
  48. dffdfb9 Merge "ART: Avoid soft- after hard-fail in verifier" by Andreas Gampe · 9 years ago
  49. 8e76556 Merge "Make Art dexdump/list the real utilities." by Aart Bik · 9 years ago
  50. 41656de Fix potential bugs in allocation tracker by Man Cao · 9 years ago
  51. d10ee1c Make Art dexdump/list the real utilities. by Aart Bik · 9 years ago
  52. 486728d Merge "Address small comments in HGraphBuilder" by David Brazdil · 9 years ago
  53. 6cd788f Address small comments in HGraphBuilder by David Brazdil · 9 years ago
  54. 4880fd5 Merge "Revert "Revert "ART: Ignore try blocks with no throwing instructions""" by David Brazdil · 9 years ago
  55. d9acfe2 Merge "Migrated dexlist from Dalvik (libdex) into Art (libart)" by Aart Bik · 9 years ago
  56. bff7503 Revert "Revert "ART: Ignore try blocks with no throwing instructions"" by David Brazdil · 9 years ago
  57. 98bea9f Merge "Revert "ART: Ignore try blocks with no throwing instructions"" by David Brazdil · 9 years ago
  58. efe374d Revert "ART: Ignore try blocks with no throwing instructions" by David Brazdil · 9 years ago
  59. 761f281 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 9 years ago
  60. beba930 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 9 years ago
  61. c7d5ae3 Merge "ART: Release inputs in Long.reverse intrinsic in x86" by Andreas Gampe · 9 years ago
  62. 575422f ART: Release inputs in Long.reverse intrinsic in x86 by Andreas Gampe · 9 years ago
  63. 7d5e4d0 Merge "ART: Ignore try blocks with no throwing instructions" by David Brazdil · 9 years ago
  64. 8f8ee68 ART: Ignore try blocks with no throwing instructions by David Brazdil · 9 years ago
  65. 19ac027 Support compiling run-tests with jack by Sebastien Hertz · 10 years ago
  66. c7432f3 Merge "Use the object class as top in reference type propagation" by Calin Juravle · 9 years ago
  67. c21dc87 Merge "Fix oatdump after ArtMethod change." by Nicolas Geoffray · 9 years ago
  68. 6fcaf3f Fix oatdump after ArtMethod change. by Nicolas Geoffray · 9 years ago
  69. 4fa13f6 Fuse long and FP compare & condition on ARM in Optimizing. by Roland Levillain · 9 years ago
  70. 30502f1 Merge "Revert "Revert "Remove interpreter entrypoint in ArtMethod.""" by Nicolas Geoffray · 9 years ago
  71. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  72. 20e6071 Use the object class as top in reference type propagation by Calin Juravle · 9 years ago
  73. a4e4303 Merge "Accept 0xFFFFFFFF as dex debug info offset." by David Srbecky · 9 years ago
  74. 3e18a89 Merge "Fuse long and FP compare & condition on x86/x86-64 in Optimizing." by Roland Levillain · 9 years ago
  75. 569e81e Merge "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  76. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  77. d5bd4fd Merge "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  78. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  79. 3e40f4a Migrated dexlist from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago
  80. 2e8bf55 Initialize pDeoptimize quick entry pointer for Mips. by Douglas Leung · 9 years ago
  81. 6852942 Accept 0xFFFFFFFF as dex debug info offset. by David Srbecky · 9 years ago
  82. a100332 Merge "Build rule for dexdump regression test on host." by Aart Bik · 9 years ago
  83. 53ed3c5 Merge "ART: Fix opsize in LoadArgDirect" by Andreas Gampe · 9 years ago
  84. 185a558 ART: Fix opsize in LoadArgDirect by Andreas Gampe · 9 years ago
  85. c470193 Fuse long and FP compare & condition on x86/x86-64 in Optimizing. by Mark Mendell · 10 years ago
  86. ee35ff8 Merge "Improve code generation for ARM64 VisitArrayGet/Set." by Nicolas Geoffray · 9 years ago
  87. 82000b0 Improve code generation for ARM64 VisitArrayGet/Set. by Alexandre Rames · 9 years ago
  88. 00dec6a Merge "Make dexdump2 compile for 64bit devices." by Nicolas Geoffray · 9 years ago
  89. 282ff2e Make dexdump2 compile for 64bit devices. by Nicolas Geoffray · 9 years ago
  90. 399426d Merge "Added next condition check to branch instruction" by Roland Levillain · 9 years ago
  91. 4e869c8 Merge "Make oatdump work with .art files and code generated by Optimizing." by Roland Levillain · 9 years ago
  92. a59032f Build rule for dexdump regression test on host. by Aart Bik · 9 years ago
  93. 890da29 ART: Avoid soft- after hard-fail in verifier by Andreas Gampe · 9 years ago
  94. bb5965c Merge "Disable sanitization of dex2oat on device." by Evgenii Stepanov · 9 years ago
  95. c2f0474 Disable sanitization of dex2oat on device. by Evgenii Stepanov · 9 years ago
  96. 288b300 Merge "List dependence of dexdump gtest on dexdump binary." by Aart Bik · 9 years ago
  97. cfbe53c List dependence of dexdump gtest on dexdump binary. by Aart Bik · 9 years ago
  98. e7ea17b Merge "Migrated dexdump from Dalvik (libdex) into Art (libart)" by Aart Bik · 9 years ago
  99. 69ae54a Migrated dexdump from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago
  100. d4e2738 Merge "Revert "Revert "Fix LSRA bug with explicit register temporaries""" by Nicolas Geoffray · 9 years ago