1. 2d1a0a4 Quick: Don't expect move-exception in every catch block. by Vladimir Marko · 9 years ago
  2. 3d266a9 Merge "Don't check the return type in the builder." by Nicolas Geoffray · 9 years ago
  3. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  4. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 9 years ago
  5. 69505f8 Don't check the return type in the builder. by Nicolas Geoffray · 9 years ago
  6. 822c00d Merge "Run a simplification pass before code generation." by Nicolas Geoffray · 9 years ago
  7. 01b6ec8 Merge "Don't special case HCurrentMethod in DCE." by Nicolas Geoffray · 9 years ago
  8. 92fe57f Merge "Quick: Fix marking unused registers in DCE." by Vladimir Marko · 9 years ago
  9. b2bdfce Run a simplification pass before code generation. by Nicolas Geoffray · 9 years ago
  10. 46ff9b6 Merge "ART: Fix reporting initialized classes by CompilerDriver." by Vladimir Marko · 9 years ago
  11. d4de42f Merge "ART: Remove old DCHECK that trips Baseline" by David Brazdil · 9 years ago
  12. 3b574aa Merge "Bailout from compilation if an invoke is malformed." by Nicolas Geoffray · 9 years ago
  13. 015c7e6 ART: Remove old DCHECK that trips Baseline by David Brazdil · 9 years ago
  14. 2e33525 Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 9 years ago
  15. 7b295db Merge "Fix a bug in optimizing when the null constant has been DCE." by Nicolas Geoffray · 9 years ago
  16. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 9 years ago
  17. 511d408 Quick: Fix marking unused registers in DCE. by Vladimir Marko · 9 years ago
  18. 3c4fb2d Merge "Forgot this change in last commit." by Nicolas Geoffray · 9 years ago
  19. f16474d Merge "Fix some java_lang_Class related moving GC bugs" by Mathieu Chartier · 9 years ago
  20. 05b7226 Fix some java_lang_Class related moving GC bugs by Mathieu Chartier · 9 years ago
  21. 5592c68 Merge "Add missing EndAssertNoThreadSuspension" by Mathieu Chartier · 9 years ago
  22. 18e6873 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 9 years ago
  23. 0420f81 Merge "Release dummy MemMaps corresponding to dlopen." by David Srbecky · 9 years ago
  24. 82e73dc Release dummy MemMaps corresponding to dlopen. by David Srbecky · 9 years ago
  25. 4d122c1 Add missing EndAssertNoThreadSuspension by Mathieu Chartier · 9 years ago
  26. f78848f Don't special case HCurrentMethod in DCE. by Nicolas Geoffray · 9 years ago
  27. 7f43791 Forgot this change in last commit. by Nicolas Geoffray · 9 years ago
  28. b66fda7 Merge "ART: Allow PackedSwitch instructions with zero targets" by David Brazdil · 9 years ago
  29. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  30. 43d154b Merge "Revert "ART: Allow PackedSwitch instructions with zero targets"" by David Brazdil · 9 years ago
  31. 15875b0 Revert "ART: Allow PackedSwitch instructions with zero targets" by David Brazdil · 9 years ago
  32. cb5dc7f Merge "ART: Allow PackedSwitch instructions with zero targets" by David Brazdil · 9 years ago
  33. 241f9c4 ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  34. edb83c6 Merge "Fix bug in optimizing around instanceof." by Nicolas Geoffray · 9 years ago
  35. 7cb499b Fix bug in optimizing around instanceof. by Nicolas Geoffray · 9 years ago
  36. 41f9cc2 ART: Compiler generated GC map should take care of temp registers. by Pavel Vyssotski · 9 years ago
  37. 4b9a93e Merge "Remove bogus DCHECK in BCE." by Nicolas Geoffray · 9 years ago
  38. 3cde622 Remove bogus DCHECK in BCE. by Nicolas Geoffray · 9 years ago
  39. 445e350 Merge "More stack map dumping." by Nicolas Geoffray · 9 years ago
  40. 12bdb72 More stack map dumping. by Nicolas Geoffray · 9 years ago
  41. a289055 Merge "Fix lint error." by Narayan Kamath · 9 years ago
  42. 233cf0e Merge "Exercise sun.misc.Unsafe.getObject." by Roland Levillain · 9 years ago
  43. c37769b Fix lint error. by Narayan Kamath · 9 years ago
  44. 088bd0d Merge "Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""" by Vladimir Marko · 9 years ago
  45. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 9 years ago
  46. b3daa23 Merge "Set default visibility on art_sigsegv_fault." by Narayan Kamath · 9 years ago
  47. f775bab Set default visibility on art_sigsegv_fault. by Oleksiy Vyalov · 9 years ago
  48. ed44919 Merge "CFI test: kill the other process in native code." by Nicolas Geoffray · 9 years ago
  49. a70e5b9 CFI test: kill the other process in native code. by David Srbecky · 9 years ago
  50. b3e3000 Merge "Find the dlopened file using address rather than file path." by David Srbecky · 9 years ago
  51. aa03870 Find the dlopened file using address rather than file path. by David Srbecky · 9 years ago
  52. 89c6373 Merge "Add more logging output for dlopen." by David Srbecky · 9 years ago
  53. 86b35f9 Merge "Revert "Revert "Use dlopen to load oat files.""" by David Srbecky · 9 years ago
  54. 5dedb80 Add more logging output for dlopen. by David Srbecky · 9 years ago
  55. 7e7e69a Merge "Print more diagnosis info on to-space invariant violation." by Hiroshi Yamauchi · 9 years ago
  56. 1baabf0 Revert "Revert "Use dlopen to load oat files."" by David Srbecky · 9 years ago
  57. ca1476f Exercise sun.misc.Unsafe.getObject. by Roland Levillain · 9 years ago
  58. 977be5f Merge "Disable -Wframe-larger-than when building SANITIZE_TARGET." by Evgenii Stepanov · 9 years ago
  59. 6ae5836 Merge "Update jdwp and libcore scripts for running with libartd." by Nicolas Geoffray · 9 years ago
  60. db40ea7 Merge "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 9 years ago
  61. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 9 years ago
  62. e4394f7 Merge "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 9 years ago
  63. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 9 years ago
  64. f6c77d7 Merge "Revert "Use dlopen to load oat files."" by David Srbecky · 9 years ago
  65. 7a46b7e Revert "Use dlopen to load oat files." by David Srbecky · 9 years ago
  66. e1b6e97 Disable -Wframe-larger-than when building SANITIZE_TARGET. by Evgenii Stepanov · 9 years ago
  67. 9648a63 Update jdwp and libcore scripts for running with libartd. by Nicolas Geoffray · 9 years ago
  68. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 9 years ago
  69. 6ebf70e Merge "Fix error message description in Checker" by David Brazdil · 9 years ago
  70. c090301 Fix error message description in Checker by David Brazdil · 9 years ago
  71. 2cbeb52 Merge "Bring ReferenceTypePropagation to ArrayGet" by Calin Juravle · 9 years ago
  72. 6e41d81 Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  73. 3b74dcc Merge "Move Level1 to its own file." by Nicolas Geoffray · 9 years ago
  74. a1924e7 Move Level1 to its own file. by Nicolas Geoffray · 9 years ago
  75. 72a5eb5 Bring ReferenceTypePropagation to ArrayGet by Guillaume "Vermeille" Sanchez · 9 years ago
  76. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 9 years ago
  77. c4977a5 Merge "Fix reference comparison after redundant phi elimination." by Nicolas Geoffray · 9 years ago
  78. 51d400d Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 9 years ago
  79. 6c84df3 Merge "Fix lint error." by Nicolas Geoffray · 9 years ago
  80. 3976e5e Fix lint error. by Nicolas Geoffray · 9 years ago
  81. d11db7d Merge "Use the caller's class loader when walking inlined frames." by Nicolas Geoffray · 9 years ago
  82. 73536e0 Merge "Revert "art/tools: add new tests in security packages to the build bot"" by Nicolas Geoffray · 9 years ago
  83. 1f8dbf8 Revert "art/tools: add new tests in security packages to the build bot" by Nicolas Geoffray · 9 years ago
  84. d504ec4 Merge "ART: Fix CFI test wrt/ PIC" by Andreas Gampe · 9 years ago
  85. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 9 years ago
  86. dbef9aa Merge "Pass reuse flag to MemMap constructor" by Mathieu Chartier · 9 years ago
  87. 28c25d2 Merge "Let classloader provide correct LD_LIBRARY_PATH" by Dmitriy Ivanov · 9 years ago
  88. 01d4b50 Pass reuse flag to MemMap constructor by Mathieu Chartier · 9 years ago
  89. 4366369 Merge "Use dlopen to load oat files." by David Srbecky · 9 years ago
  90. 49e1fab Use dlopen to load oat files. by David Srbecky · 9 years ago
  91. fff9d01 Merge "JDWP: update handling of 8-bit and 16-bit fields" by Sebastien Hertz · 9 years ago
  92. 05c26b3 JDWP: update handling of 8-bit and 16-bit fields by Sebastien Hertz · 9 years ago
  93. ff924fb Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 9 years ago
  94. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  95. 2a02303 Merge "Revert "Revert "Revert "Fix a checker test"""" by Calin Juravle · 9 years ago
  96. 4f97c61 Revert "Revert "Revert "Fix a checker test""" by Calin Juravle · 9 years ago
  97. c0c2be3 Merge "Revert "Revert "Fix a checker test""" by Calin Juravle · 9 years ago
  98. b9610e7 Revert "Revert "Fix a checker test"" by Calin Juravle · 9 years ago
  99. ec632a9 Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  100. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago