1. 1f4364d Merge "Add an ImtConflictTable to better resolve IMT conflicts." by Nicolas Geoffray · 9 years ago
  2. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  3. 0339bee Merge "Optimizing: Fix a new valgrind error in image_test." by Vladimir Marko · 9 years ago
  4. 1aafce4 Merge "Disable two tests for no-prebuild." by Nicolas Geoffray · 9 years ago
  5. cfa7239 Disable two tests for no-prebuild. by Nicolas Geoffray · 9 years ago
  6. 948a2a7 Merge "Revamp run-test 431-optimizing-arith-shifts." by Roland Levillain · 9 years ago
  7. 0e2f2ff Optimizing: Fix a new valgrind error in image_test. by Vladimir Marko · 9 years ago
  8. 0c25da0 Merge "Fix braino in JitCodeCache." by Nicolas Geoffray · 9 years ago
  9. b9a639d Fix braino in JitCodeCache. by Nicolas Geoffray · 9 years ago
  10. eecf60d Merge "ART: remove nested include in arch_test" by Bill Buzbee · 9 years ago
  11. a373a33 Merge "Revert "Revert "Enable compilation of secondary dex files""" by Nicolas Geoffray · 9 years ago
  12. e2aad5d Merge "Update Makefile and scripts after Quick removal." by Nicolas Geoffray · 9 years ago
  13. 7db00cd Update Makefile and scripts after Quick removal. by Nicolas Geoffray · 9 years ago
  14. e989fe0 Merge "Suppress MIPS32 assembler warnings" by Roland Levillain · 9 years ago
  15. c6b1b93 Revert "Revert "Enable compilation of secondary dex files"" by Nicolas Geoffray · 9 years ago
  16. 2fac35e Merge "Remove Quick from tree." by Nicolas Geoffray · 9 years ago
  17. 988a8ff Merge "Remove bogus DCHECK()." by Vladimir Marko · 9 years ago
  18. 1a9018b Merge "Add sanity checking to declaring class visiting" by Mathieu Chartier · 9 years ago
  19. d5f3f32 Add sanity checking to declaring class visiting by Mathieu Chartier · 9 years ago
  20. 9060376 Merge "Generalize induction and range analysis across type conversions." by Aart Bik · 9 years ago
  21. 69dd2ed ART: remove nested include in arch_test by buzbee · 9 years ago
  22. 0d345cf Generalize induction and range analysis across type conversions. by Aart Bik · 9 years ago
  23. 6a32929 Merge "Move process state into runtime" by Mathieu Chartier · 9 years ago
  24. 4485c69 Merge "Disable LZ4HC compressed images" by Mathieu Chartier · 9 years ago
  25. f8cb178 Move process state into runtime by Mathieu Chartier · 9 years ago
  26. 9894fc8 Disable LZ4HC compressed images by Mathieu Chartier · 9 years ago
  27. e1e5a86 Remove bogus DCHECK(). by Vladimir Marko · 9 years ago
  28. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 9 years ago
  29. 162629e Merge "Optimizing: Fix register allocator validation memory usage." by Vladimir Marko · 9 years ago
  30. 3890e85 Merge "Fix a CC 145-alloc-tracking-stress deadlock." by Hiroshi Yamauchi · 9 years ago
  31. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 9 years ago
  32. 985125b Merge "Let tests informa Jack of the min api version" by Yohann Roussel · 9 years ago
  33. 4b49567 Let tests informa Jack of the min api version by Yohann Roussel · 9 years ago
  34. ae207db Merge "MIPS32: sun.misc.Unsafe get/put intrinsics." by Roland Levillain · 9 years ago
  35. 73139dd Merge "Pacify g++ about a set-but-unused variable." by Roland Levillain · 9 years ago
  36. 1153282 Merge "Code cleanup between debugger and jit." by Nicolas Geoffray · 9 years ago
  37. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 9 years ago
  38. 590b136 Suppress MIPS32 assembler warnings by Goran Jakovljevic · 9 years ago
  39. 48a7bae Pacify g++ about a set-but-unused variable. by Roland Levillain · 9 years ago
  40. 459898d Merge "Check if the type of an instruction is erroneous before inlining." by Nicolas Geoffray · 9 years ago
  41. 3cf5f5c Merge "Call HuntForOriginalReference to get to the null." by Nicolas Geoffray · 9 years ago
  42. ab5327d Check if the type of an instruction is erroneous before inlining. by Nicolas Geoffray · 9 years ago
  43. b1d9157 Call HuntForOriginalReference to get to the null. by Nicolas Geoffray · 9 years ago
  44. 0d0796e Merge "Fix mising "." by Nicolas Geoffray · 9 years ago
  45. c2c6271 Fix mising ". by Nicolas Geoffray · 9 years ago
  46. 6f0c6cd Fix a CC 145-alloc-tracking-stress deadlock. by Hiroshi Yamauchi · 9 years ago
  47. 443e7ee Merge "Add patchoat check that input oat file has patch section." by Jeff Hao · 9 years ago
  48. 4892106 Merge changes from topic 'verify-profile' by Mathieu Chartier · 9 years ago
  49. 73d8c65 Fix incorrect dex2oat check by Mathieu Chartier · 9 years ago
  50. ec1514a Add patchoat check that input oat file has patch section. by Jeff Hao · 9 years ago
  51. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  52. 895375b Merge "ART: Speed up stack guard page install" by Andreas Gampe · 9 years ago
  53. 9b57966 Revamp run-test 431-optimizing-arith-shifts. by Roland Levillain · 9 years ago
  54. 2c2d2a0 ART: Speed up stack guard page install by Andreas Gampe · 9 years ago
  55. 38ceb62 Merge "Ensure art::HRor support boolean, byte, short and char inputs." by Roland Levillain · 9 years ago
  56. b1aff6c Merge "Disable jsr166.Collection8Test tests from running." by Przemyslaw Szczepaniak · 9 years ago
  57. 246f424 Disable jsr166.Collection8Test tests from running. by Przemyslaw Szczepaniak · 9 years ago
  58. 22c4922 Ensure art::HRor support boolean, byte, short and char inputs. by Roland Levillain · 9 years ago
  59. e943c3b Merge "Generate native debug stackmaps before calls as well." by David Srbecky · 9 years ago
  60. 7c06aef Merge "Remove TEMP_FAILURE_RETRY for unlink" by Dimitry Ivanov · 9 years ago
  61. 0f1b6b7 Merge changes Ib979b2a4,I35b3fed2,I356acd03 by Hiroshi Yamauchi · 9 years ago
  62. 7a1c014 Remove TEMP_FAILURE_RETRY for unlink by Dimitry Ivanov · 9 years ago
  63. 0f47487 Merge "Complete the 1.8 unsafe memory fences tests." by Aart Bik · 9 years ago
  64. 4eb90bf Revert "Ignore 145-alloc-tracking-stress run-test failures with CC." by Hiroshi Yamauchi · 9 years ago
  65. 6c73836 Revert "Ignore 145-alloc-tracking-stress failures in interpreter with CC." by Hiroshi Yamauchi · 9 years ago
  66. 5c0a4af Revert "Ignore 145-alloc-tracking-stress failures with JIT and CC." by Hiroshi Yamauchi · 9 years ago
  67. e9e98f1 Merge "Do not JIT boot image during native-debugging (keep AOT code instead)." by David Srbecky · 9 years ago
  68. 700ae40 Complete the 1.8 unsafe memory fences tests. by Aart Bik · 9 years ago
  69. 7f3397b Merge "Revert "Revert "Fix issue with proxy invocation on default methods""" by Alex Light · 9 years ago
  70. 1160f2e Merge "Make run-test give extra time when doing gc-stress runs." by Alex Light · 9 years ago
  71. 275f97e Merge "Revert "Revert "Assembly TLAB allocation fast path for arm64.""" by Hiroshi Yamauchi · 9 years ago
  72. 97acf19 Make run-test give extra time when doing gc-stress runs. by Alex Light · 9 years ago
  73. d28f4a0 Generate native debug stackmaps before calls as well. by David Srbecky · 9 years ago
  74. 3bff678 Merge "Fix bug where verification could crash on unresolved types." by Alex Light · 9 years ago
  75. e9dd04f Revert "Revert "Fix issue with proxy invocation on default methods"" by Alex Light · 9 years ago
  76. e4914ec Merge "Dump oat file information as part of DumpForSigQuit." by Nicolas Geoffray · 9 years ago
  77. 07c4134 Merge "Fix load store elimination bug in the presence of null[i]." by Nicolas Geoffray · 9 years ago
  78. 04680f3 Dump oat file information as part of DumpForSigQuit. by Nicolas Geoffray · 9 years ago
  79. 0397163 Fix load store elimination bug in the presence of null[i]. by Nicolas Geoffray · 9 years ago
  80. f448016 Do not JIT boot image during native-debugging (keep AOT code instead). by David Srbecky · 9 years ago
  81. 0205b58 Merge "Check GetDumpNativeStackOnSigQuit() for daemons." by Nicolas Geoffray · 9 years ago
  82. d3c5965 Check GetDumpNativeStackOnSigQuit() for daemons. by Nicolas Geoffray · 9 years ago
  83. db1f7da Merge "ART: Remember whether the cache was pruned" by Andreas Gampe · 9 years ago
  84. 4fdc6d9 MIPS32: sun.misc.Unsafe get/put intrinsics. by Chris Larsen · 9 years ago
  85. e848c29 Merge "ART: Mterp arm64 2-operand double rem fix" by Bill Buzbee · 9 years ago
  86. a67a089 Merge "Revert "Fix issue with proxy invocation on default methods"" by Alex Light · 9 years ago
  87. daf58c8 Revert "Fix issue with proxy invocation on default methods" by Alex Light · 9 years ago
  88. 08aa5f3 Merge "Fix valgrind-test-art-host to run both 32-bit and 64-bit tests." by Hiroshi Yamauchi · 9 years ago
  89. 9ee48fb Merge "Add verify-art-runtime usage to dex2oat" by Mathieu Chartier · 9 years ago
  90. 1cc7e8b Add verify-art-runtime usage to dex2oat by Mathieu Chartier · 9 years ago
  91. 908c0b2 ART: Mterp arm64 2-operand double rem fix by buzbee · 9 years ago
  92. 55ea94d Fix bug where verification could crash on unresolved types. by Alex Light · 9 years ago
  93. 6f1b7ec Merge "Fix race in AllocEntrypointsInstrumented" by Mathieu Chartier · 9 years ago
  94. d72945c Revert "Revert "Assembly TLAB allocation fast path for arm64."" by Hiroshi Yamauchi · 9 years ago
  95. 932e6bf Merge "Fix issue with proxy invocation on default methods" by Alex Light · 9 years ago
  96. 50e9331 Fix race in AllocEntrypointsInstrumented by Mathieu Chartier · 9 years ago
  97. 4dd47ab Fix valgrind-test-art-host to run both 32-bit and 64-bit tests. by Hiroshi Yamauchi · 9 years ago
  98. 8e57978 Merge "Remove --native-debuggable compiler option." by David Srbecky · 9 years ago
  99. 03fdc90 Merge "Make art::HCompare support boolean, byte, short and char inputs." by Roland Levillain · 9 years ago
  100. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 9 years ago