1. ec3a4e7 Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes" by Igor Murashkin · 9 years ago
  2. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 9 years ago
  3. b783b40 Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 9 years ago
  4. ae37039 Merge "Use compiling class instead of outer class for access checks." by Nicolas Geoffray · 9 years ago
  5. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 9 years ago
  6. 8ec0e20 Merge "ART: Simplify (Not)Equal bool vs. int to true/false" by David Brazdil · 9 years ago
  7. 1e9ec05 ART: Simplify (Not)Equal bool vs. int to true/false by David Brazdil · 9 years ago
  8. 0f0be72 Merge "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 9 years ago
  9. 463580c Revert "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 9 years ago
  10. afd0641 Use compiling class instead of outer class for access checks. by Nicolas Geoffray · 9 years ago
  11. e85647e Merge "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 9 years ago
  12. 8d82a0c Fix wrong DCHECK in bounds check elimination. by Nicolas Geoffray · 9 years ago
  13. 883ac20 Merge "Move LD_USE_LOAD_BIAS to run-test-jar to reduce log verbosity." by David Srbecky · 9 years ago
  14. c9ede38 Move LD_USE_LOAD_BIAS to run-test-jar to reduce log verbosity. by David Srbecky · 9 years ago
  15. dde9827 Fix case where block has no predecessor for StringChange. by Jeff Hao · 9 years ago
  16. af268bb Use IsAssignableFrom instead of IsSubclass for robustness. by Nicolas Geoffray · 9 years ago
  17. 87a135e Merge "Be careful with predecessor/successor index." by Nicolas Geoffray · 9 years ago
  18. 8b20f88 Be careful with predecessor/successor index. by Nicolas Geoffray · 9 years ago
  19. ff3fd95 Merge "Quick: Fix optimizations for empty if blocks." by Vladimir Marko · 9 years ago
  20. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 9 years ago
  21. f11c420 Quick: Fix optimizations for empty if blocks. by Vladimir Marko · 9 years ago
  22. 97d207c Merge "Use compiling class instead of referrer for access checks." by Nicolas Geoffray · 9 years ago
  23. 3045174 Use compiling class instead of referrer for access checks. by Nicolas Geoffray · 9 years ago
  24. d8d7b90 Merge "Do not expect 0 or 1 only when comparing a boolean." by Nicolas Geoffray · 9 years ago
  25. e438757 Merge "Verifier: check an aput, even if we know it will fail." by Nicolas Geoffray · 9 years ago
  26. 3c4ab80 Do not expect 0 or 1 only when comparing a boolean. by Nicolas Geoffray · 9 years ago
  27. be59b85 Merge "Make Main public to pass tests on all configurations." by Nicolas Geoffray · 9 years ago
  28. f7714e6 Make Main public to pass tests on all configurations. by Nicolas Geoffray · 9 years ago
  29. 66389fb Verifier: check an aput, even if we know it will fail. by Nicolas Geoffray · 9 years ago
  30. ea9ef4d Use the right bug number. Spotted by vmarko. by Nicolas Geoffray · 9 years ago
  31. 2371c72 test: Fix lambda test incorrectly globbing together compiler arguments by Igor Murashkin · 9 years ago
  32. 46d8702 Merge "Fix moving GC bugs in proxy stub for X86/X86_64" by Mathieu Chartier · 9 years ago
  33. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 9 years ago
  34. 9346ff0 Fix moving GC bugs in proxy stub for X86/X86_64 by Mathieu Chartier · 9 years ago
  35. 2d1a0a4 Quick: Don't expect move-exception in every catch block. by Vladimir Marko · 9 years ago
  36. 3d266a9 Merge "Don't check the return type in the builder." by Nicolas Geoffray · 9 years ago
  37. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  38. 69505f8 Don't check the return type in the builder. by Nicolas Geoffray · 9 years ago
  39. 822c00d Merge "Run a simplification pass before code generation." by Nicolas Geoffray · 9 years ago
  40. b2bdfce Run a simplification pass before code generation. by Nicolas Geoffray · 9 years ago
  41. 46ff9b6 Merge "ART: Fix reporting initialized classes by CompilerDriver." by Vladimir Marko · 9 years ago
  42. d4de42f Merge "ART: Remove old DCHECK that trips Baseline" by David Brazdil · 9 years ago
  43. 3b574aa Merge "Bailout from compilation if an invoke is malformed." by Nicolas Geoffray · 9 years ago
  44. 015c7e6 ART: Remove old DCHECK that trips Baseline by David Brazdil · 9 years ago
  45. 2e33525 Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 9 years ago
  46. 7b295db Merge "Fix a bug in optimizing when the null constant has been DCE." by Nicolas Geoffray · 9 years ago
  47. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 9 years ago
  48. 18e6873 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 9 years ago
  49. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  50. 15875b0 Revert "ART: Allow PackedSwitch instructions with zero targets" by David Brazdil · 9 years ago
  51. 241f9c4 ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  52. 7cb499b Fix bug in optimizing around instanceof. by Nicolas Geoffray · 9 years ago
  53. 4b9a93e Merge "Remove bogus DCHECK in BCE." by Nicolas Geoffray · 9 years ago
  54. 3cde622 Remove bogus DCHECK in BCE. by Nicolas Geoffray · 9 years ago
  55. 233cf0e Merge "Exercise sun.misc.Unsafe.getObject." by Roland Levillain · 9 years ago
  56. a70e5b9 CFI test: kill the other process in native code. by David Srbecky · 9 years ago
  57. 86b35f9 Merge "Revert "Revert "Use dlopen to load oat files.""" by David Srbecky · 9 years ago
  58. 1baabf0 Revert "Revert "Use dlopen to load oat files."" by David Srbecky · 9 years ago
  59. ca1476f Exercise sun.misc.Unsafe.getObject. by Roland Levillain · 9 years ago
  60. f6c77d7 Merge "Revert "Use dlopen to load oat files."" by David Srbecky · 9 years ago
  61. 7a46b7e Revert "Use dlopen to load oat files." by David Srbecky · 9 years ago
  62. 2cbeb52 Merge "Bring ReferenceTypePropagation to ArrayGet" by Calin Juravle · 9 years ago
  63. 6e41d81 Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  64. a1924e7 Move Level1 to its own file. by Nicolas Geoffray · 9 years ago
  65. 72a5eb5 Bring ReferenceTypePropagation to ArrayGet by Guillaume "Vermeille" Sanchez · 9 years ago
  66. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 9 years ago
  67. c4977a5 Merge "Fix reference comparison after redundant phi elimination." by Nicolas Geoffray · 9 years ago
  68. 51d400d Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 9 years ago
  69. d11db7d Merge "Use the caller's class loader when walking inlined frames." by Nicolas Geoffray · 9 years ago
  70. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 9 years ago
  71. 4366369 Merge "Use dlopen to load oat files." by David Srbecky · 9 years ago
  72. 49e1fab Use dlopen to load oat files. by David Srbecky · 9 years ago
  73. ff924fb Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 9 years ago
  74. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  75. 2a02303 Merge "Revert "Revert "Revert "Fix a checker test"""" by Calin Juravle · 9 years ago
  76. 4f97c61 Revert "Revert "Revert "Fix a checker test""" by Calin Juravle · 9 years ago
  77. c0c2be3 Merge "Revert "Revert "Fix a checker test""" by Calin Juravle · 9 years ago
  78. b9610e7 Revert "Revert "Fix a checker test"" by Calin Juravle · 9 years ago
  79. ec632a9 Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  80. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago
  81. 32c9ea5 Use the caller's class loader when walking inlined frames. by Nicolas Geoffray · 9 years ago
  82. befefdc Fix a typo in the directory name. by Nicolas Geoffray · 9 years ago
  83. 1017675 Merge "Preserve class loading semantics in optimizing." by Nicolas Geoffray · 9 years ago
  84. ee1264b Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago
  85. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  86. e27dd0e Revert "Fix a checker test" by Calin Juravle · 9 years ago
  87. 240d84d Fix a checker test by Calin Juravle · 9 years ago
  88. 78f4fa7 Preserve class loading semantics in optimizing. by Nicolas Geoffray · 9 years ago
  89. 6ab9edb Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  90. 2b84d2b Don't run 098-ddmc, it's flaky. by Nicolas Geoffray · 9 years ago
  91. 0797e58 Skip 098-ddmc for GC stress test by Man Cao · 9 years ago
  92. f80ebf2 Fix buildbot failure for 098-ddmc test by Man Cao · 9 years ago
  93. 2ce3fe3 Merge "Fix premature deoptimization if the loop body isn't entered." by Mingyao Yang · 9 years ago
  94. 3584bce Fix premature deoptimization if the loop body isn't entered. by Mingyao Yang · 9 years ago
  95. ae63ea9 Merge "Revert "Revert "Test that we can unwind framework code.""" by David Srbecky · 9 years ago
  96. 1297660 Merge "run-test: add --never-clean option" by Igor Murashkin · 9 years ago
  97. 05f30e1 run-test: add --never-clean option by Igor Murashkin · 9 years ago
  98. 3da7608 Revert "Revert "Test that we can unwind framework code."" by David Srbecky · 9 years ago
  99. 020c543 Add more log output to the CFI test. by David Srbecky · 9 years ago
  100. ddedddc Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 9 years ago