1. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 9 years ago
  2. f8a3dea Merge "Fix some typos in art/compiler/optimizing/nodes.cc." by Roland Levillain · 9 years ago
  3. c9b21f8 Fix some typos in art/compiler/optimizing/nodes.cc. by Roland Levillain · 9 years ago
  4. 7ee5bc5 Merge "Ensure object ArraySet with null value does not need a type check." by Roland Levillain · 9 years ago
  5. dba2b19 Merge "Relax too strong DCHECK." by Nicolas Geoffray · 9 years ago
  6. b133ec6 Ensure object ArraySet with null value does not need a type check. by Roland Levillain · 9 years ago
  7. 3920099 Merge "Revert "ART: Weaken DCHECK"" by Nicolas Geoffray · 9 years ago
  8. 141de8c Revert "ART: Weaken DCHECK" by Nicolas Geoffray · 9 years ago
  9. 3504ca2 Merge "Revert "ART: Temporarily disable test"" by Nicolas Geoffray · 9 years ago
  10. 71d5876 Revert "ART: Temporarily disable test" by Nicolas Geoffray · 9 years ago
  11. e9b6bea Merge "Update run-test 097-duplicate-method" by Sebastien Hertz · 9 years ago
  12. 7ddf7e9 Merge "Revert "Use compiler filter to determine oat file status."" by Nicolas Geoffray · 9 years ago
  13. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  14. 3e86d67 Merge "ART: Weaken DCHECK" by Andreas Gampe · 9 years ago
  15. 1ee29d3 ART: Weaken DCHECK by Andreas Gampe · 9 years ago
  16. 0197bb5 Merge "ART: Temporarily disable test" by Andreas Gampe · 9 years ago
  17. 5113583 ART: Temporarily disable test by Andreas Gampe · 9 years ago
  18. be4f66c Merge "Delete too spammy VLOG(heap) in ReleasePrimitiveArray" by Mathieu Chartier · 9 years ago
  19. 317a3d8 Merge "Use compiler filter to determine oat file status." by Richard Uhler · 9 years ago
  20. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  21. fb98df3 Merge "Rename test to avoid too long file names." by Nicolas Geoffray · 9 years ago
  22. 0d6d8d8 Rename test to avoid too long file names. by Nicolas Geoffray · 9 years ago
  23. 9d7a4ac Delete too spammy VLOG(heap) in ReleasePrimitiveArray by Mathieu Chartier · 9 years ago
  24. 2794b41 Merge "Disable test for now." by Nicolas Geoffray · 9 years ago
  25. f9018b0 Disable test for now. by Nicolas Geoffray · 9 years ago
  26. 48e7224 Merge "Optimizing: Reduce GraphChecker memory usage." by Vladimir Marko · 9 years ago
  27. 9a3c1fa Merge "ART: Clean up arena allocation memory tracking." by Vladimir Marko · 9 years ago
  28. 0f49c82 Optimizing: Reduce GraphChecker memory usage. by Vladimir Marko · 9 years ago
  29. 6fa06e6 Merge "Tighten art::HNeg type constraints on its input." by Roland Levillain · 9 years ago
  30. 3a40bf2 ART: Clean up arena allocation memory tracking. by Vladimir Marko · 9 years ago
  31. 2a07b80 Merge "MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics." by Roland Levillain · 9 years ago
  32. db17ce1 Merge "Fix missing header inclusion in art/runtime/thread.cc." by Roland Levillain · 9 years ago
  33. 1fbd452 Fix missing header inclusion in art/runtime/thread.cc. by Roland Levillain · 9 years ago
  34. c507fb6 Merge "Rename test to avoid too long filenames." by Nicolas Geoffray · 9 years ago
  35. 4603473 Rename test to avoid too long filenames. by Nicolas Geoffray · 9 years ago
  36. 1f4364d Merge "Add an ImtConflictTable to better resolve IMT conflicts." by Nicolas Geoffray · 9 years ago
  37. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  38. 974bbdd Relax too strong DCHECK. by Nicolas Geoffray · 9 years ago
  39. 0339bee Merge "Optimizing: Fix a new valgrind error in image_test." by Vladimir Marko · 9 years ago
  40. 1aafce4 Merge "Disable two tests for no-prebuild." by Nicolas Geoffray · 9 years ago
  41. cfa7239 Disable two tests for no-prebuild. by Nicolas Geoffray · 9 years ago
  42. 948a2a7 Merge "Revamp run-test 431-optimizing-arith-shifts." by Roland Levillain · 9 years ago
  43. 0e2f2ff Optimizing: Fix a new valgrind error in image_test. by Vladimir Marko · 9 years ago
  44. 937e6cd Tighten art::HNeg type constraints on its input. by Roland Levillain · 9 years ago
  45. 0c25da0 Merge "Fix braino in JitCodeCache." by Nicolas Geoffray · 9 years ago
  46. b9a639d Fix braino in JitCodeCache. by Nicolas Geoffray · 9 years ago
  47. eecf60d Merge "ART: remove nested include in arch_test" by Bill Buzbee · 9 years ago
  48. a373a33 Merge "Revert "Revert "Enable compilation of secondary dex files""" by Nicolas Geoffray · 9 years ago
  49. e2aad5d Merge "Update Makefile and scripts after Quick removal." by Nicolas Geoffray · 9 years ago
  50. 7db00cd Update Makefile and scripts after Quick removal. by Nicolas Geoffray · 9 years ago
  51. e989fe0 Merge "Suppress MIPS32 assembler warnings" by Roland Levillain · 9 years ago
  52. b9131b1 Update run-test 097-duplicate-method by Sebastien Hertz · 9 years ago
  53. c6b1b93 Revert "Revert "Enable compilation of secondary dex files"" by Nicolas Geoffray · 9 years ago
  54. 2fac35e Merge "Remove Quick from tree." by Nicolas Geoffray · 9 years ago
  55. 988a8ff Merge "Remove bogus DCHECK()." by Vladimir Marko · 9 years ago
  56. 1a9018b Merge "Add sanity checking to declaring class visiting" by Mathieu Chartier · 9 years ago
  57. d5f3f32 Add sanity checking to declaring class visiting by Mathieu Chartier · 9 years ago
  58. 9060376 Merge "Generalize induction and range analysis across type conversions." by Aart Bik · 9 years ago
  59. 51aff3a MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics. by Alexey Frunze · 9 years ago
  60. 69dd2ed ART: remove nested include in arch_test by buzbee · 9 years ago
  61. 0d345cf Generalize induction and range analysis across type conversions. by Aart Bik · 9 years ago
  62. 6a32929 Merge "Move process state into runtime" by Mathieu Chartier · 9 years ago
  63. 4485c69 Merge "Disable LZ4HC compressed images" by Mathieu Chartier · 9 years ago
  64. f8cb178 Move process state into runtime by Mathieu Chartier · 9 years ago
  65. 9894fc8 Disable LZ4HC compressed images by Mathieu Chartier · 9 years ago
  66. e1e5a86 Remove bogus DCHECK(). by Vladimir Marko · 9 years ago
  67. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 9 years ago
  68. 162629e Merge "Optimizing: Fix register allocator validation memory usage." by Vladimir Marko · 9 years ago
  69. 3890e85 Merge "Fix a CC 145-alloc-tracking-stress deadlock." by Hiroshi Yamauchi · 9 years ago
  70. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 9 years ago
  71. 985125b Merge "Let tests informa Jack of the min api version" by Yohann Roussel · 9 years ago
  72. 4b49567 Let tests informa Jack of the min api version by Yohann Roussel · 9 years ago
  73. ae207db Merge "MIPS32: sun.misc.Unsafe get/put intrinsics." by Roland Levillain · 9 years ago
  74. 73139dd Merge "Pacify g++ about a set-but-unused variable." by Roland Levillain · 9 years ago
  75. 1153282 Merge "Code cleanup between debugger and jit." by Nicolas Geoffray · 9 years ago
  76. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 9 years ago
  77. 590b136 Suppress MIPS32 assembler warnings by Goran Jakovljevic · 9 years ago
  78. 48a7bae Pacify g++ about a set-but-unused variable. by Roland Levillain · 9 years ago
  79. 459898d Merge "Check if the type of an instruction is erroneous before inlining." by Nicolas Geoffray · 9 years ago
  80. 3cf5f5c Merge "Call HuntForOriginalReference to get to the null." by Nicolas Geoffray · 9 years ago
  81. ab5327d Check if the type of an instruction is erroneous before inlining. by Nicolas Geoffray · 9 years ago
  82. b1d9157 Call HuntForOriginalReference to get to the null. by Nicolas Geoffray · 9 years ago
  83. 0d0796e Merge "Fix mising "." by Nicolas Geoffray · 9 years ago
  84. c2c6271 Fix mising ". by Nicolas Geoffray · 9 years ago
  85. 6f0c6cd Fix a CC 145-alloc-tracking-stress deadlock. by Hiroshi Yamauchi · 9 years ago
  86. 443e7ee Merge "Add patchoat check that input oat file has patch section." by Jeff Hao · 9 years ago
  87. 4892106 Merge changes from topic 'verify-profile' by Mathieu Chartier · 9 years ago
  88. 73d8c65 Fix incorrect dex2oat check by Mathieu Chartier · 9 years ago
  89. ec1514a Add patchoat check that input oat file has patch section. by Jeff Hao · 9 years ago
  90. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  91. 895375b Merge "ART: Speed up stack guard page install" by Andreas Gampe · 9 years ago
  92. 9b57966 Revamp run-test 431-optimizing-arith-shifts. by Roland Levillain · 9 years ago
  93. 2c2d2a0 ART: Speed up stack guard page install by Andreas Gampe · 9 years ago
  94. 38ceb62 Merge "Ensure art::HRor support boolean, byte, short and char inputs." by Roland Levillain · 9 years ago
  95. b1aff6c Merge "Disable jsr166.Collection8Test tests from running." by Przemyslaw Szczepaniak · 9 years ago
  96. 246f424 Disable jsr166.Collection8Test tests from running. by Przemyslaw Szczepaniak · 9 years ago
  97. 22c4922 Ensure art::HRor support boolean, byte, short and char inputs. by Roland Levillain · 9 years ago
  98. e943c3b Merge "Generate native debug stackmaps before calls as well." by David Srbecky · 9 years ago
  99. 7c06aef Merge "Remove TEMP_FAILURE_RETRY for unlink" by Dimitry Ivanov · 9 years ago
  100. 0f1b6b7 Merge changes Ib979b2a4,I35b3fed2,I356acd03 by Hiroshi Yamauchi · 9 years ago