- dac8239 Fix array location aliasing checks in LSE. by Vladimir Marko · 3 years, 8 months ago
- 87531a6 Aesthetic changes in generated ART run-test Blueprint files. by Roland Levillain · 3 years, 11 months ago
- 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 11 months ago
- 2558abe ARM64: Adjust SIMD checker tests for SVE. by Artem Serov · 4 years, 3 months ago
- 3a73ffb Revert^4 "Partial Load Store Elimination" by Alex Light · 4 years ago
- 791df7a Revert "Revert^2 "Partial Load Store Elimination"" by Nicolas Geoffray · 4 years ago
- fc1ce4e Revert^2 "Partial Load Store Elimination" by Alex Light · 4 years ago
- 47ac531 Revert "Partial Load Store Elimination" by Nicolas Geoffray · 4 years ago
- b8686ce Partial Load Store Elimination by Alex Light · 4 years, 3 months ago
- 86fe9b8 Revert^4 "Partial LSE analysis & store removal" by Alex Light · 4 years, 2 months ago
- 2316b3a Revert^3 "Partial LSE analysis & store removal" by Alex Light · 4 years, 2 months ago
- b6837f0 Revert^2 "Partial LSE analysis & store removal" by Alex Light · 4 years, 2 months ago
- fe27042 Revert "Partial LSE analysis & store removal" by Nicolas Geoffray · 4 years, 2 months ago
- bb6cda6 Partial LSE analysis & store removal by Alex Light · 4 years, 6 months ago
- b15e879 Verify ART run-tests' standard output and standard error separately. by Roland Levillain · 4 years, 3 months ago
- a073f46 Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. by Roland Levillain · 4 years, 3 months ago
- 4258f9e Only tag supported ART run-tests as part of `art-target-run-test`. by Roland Levillain · 4 years, 3 months ago
- 1e20e51 Build system support for Checker tests in Tradefed by Daniil Riazanovskiy · 4 years, 4 months ago
- 0571d47 LSE: Better elimination of array stores. by Vladimir Marko · 4 years, 4 months ago
- 9dec90a Fix LSE-array overlap issue by Alex Light · 4 years, 4 months ago
- 6b0b2e7 Rename the expected-output text file in built TradeFed ART run-tests. by Roland Levillain · 4 years, 4 months ago
- cbeedc8 LSE: Fix tracking stores for merged default values. by Vladimir Marko · 4 years, 5 months ago
- 3224f38 Improved LSE: Replacing loads with Phis. by Vladimir Marko · 4 years, 7 months ago
- 4307cd7 LSE: Fix tracking heap values for small types. by Vladimir Marko · 4 years, 6 months ago
- fab6f1c Fix incorrect LSE across throwing ArraySet. by Vladimir Marko · 4 years, 6 months ago
- 01e5698 Add Soong module definitions for ART run-tests with default build rules. by Roland Levillain · 5 years ago
- bb829d2 Remove obsolete `build` file from 530-checker-lse. by Vladimir Marko · 4 years, 7 months ago
- b122cd6 Revert "ART-tests: Remove DX-dependency from 530-checker-lse" by Vladimir Marko · 4 years, 7 months ago
- faada5e Revert "Move a 530-checker-lse test from java to smali" by Vladimir Marko · 4 years, 7 months ago
- ab86413 Move a 530-checker-lse test from java to smali by Søren Gjesse · 7 years ago
- dabd563 Update test expectations for 530-checker-lse by Søren Gjesse · 7 years ago
- 4b9bac7 ART-tests: Remove DX-dependency from 530-checker-lse by Tamas Kenez · 7 years ago
- 4dc09e7 LSE improvement: better singleton array optimization by Aart Bik · 7 years ago
- 7cf9af2 Do not eliminate array allocation if it may throw NegativeArraySizeException by Mingyao Yang · 7 years ago
- a354053 Revert "Revert "More general store elimination"" by Mingyao Yang · 7 years ago
- e97949e Revert "More general store elimination" by Nicolas Geoffray · 7 years ago
- aec4e73 More general store elimination by Mingyao Yang · 7 years ago
- 206070c Enhance removed loads/substitutes in LSE. by Mingyao Yang · 7 years ago
- 46721ef Don't merge values for exit block in LSE. by Mingyao Yang · 7 years ago
- 2202d56 Merge "Check invocation's side effects for LSE." by Mingyao Yang · 7 years ago
- 293f1c0 Check invocation's side effects for LSE. by Mingyao Yang · 7 years ago
- 025c1a6 Simplify handling of finalizable in LSE. by Mingyao Yang · 7 years ago
- dfadb59 Fix USE_D8 in conjunction with USE_D8_BY_DEFAULT by Alan Leung · 7 years ago
- 69107b3 Disable D8 for a subset of the tests by Alan Leung · 7 years ago
- 0148de4 Basic SIMD reduction support. by Aart Bik · 7 years ago
- eb2d2d346e Allow store elimination for singleton that's returned by Mingyao Yang · 8 years ago
- 8697490 Array store/allocation elimination by Mingyao Yang · 8 years ago
- e58bdca Allow HDeoptimize to co-exist with LSE. by Mingyao Yang · 8 years ago
- 58d9bfc More store/allocation elimination. by Mingyao Yang · 8 years ago
- 0a84520 More store/allocation elimination for singletons in case of loops by Mingyao Yang · 8 years ago
- 062157f Enable allocation elimination as part of LSE by Mingyao Yang · 9 years ago
- 40bcb93 Some clean-up for the handling of HSelect in LSE by Mingyao Yang · 9 years ago
- e5c71f9 Handle HSelect in LSE. by Mingyao Yang · 9 years ago
- 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
- 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
- 803cbb9 For LSE, further optimize stores for singleton references. by Mingyao Yang · 9 years ago
- ecf52df ART: Fix bug in LSE by David Brazdil · 9 years ago
- 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
- d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
- 8ab1d64 For LSE, add a few non-aliasing cases due to pre-existence. by Mingyao Yang · 9 years ago
- 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 9 years ago
- fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 9 years ago
- 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 9 years ago
- 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 9 years ago
- e9d6e60 Disable store elimination on singleton object. by Mingyao Yang · 9 years ago
- 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 9 years ago
- 8030c41 Revert "load store elimination." by Nicolas Geoffray · 9 years ago
- 589dac7 load store elimination. by Mingyao Yang · 9 years ago