summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_unit_test.h
AgeCommit message (Expand)Author
2021-04-26Fix issue with Partial LSE and casts/instanceofAlex Light
2021-03-30Fix simplifier issue with predicated ifield getAlex Light
2021-01-25Revert^4 "Partial Load Store Elimination"Alex Light
2021-01-24Revert "Revert^2 "Partial Load Store Elimination""Nicolas Geoffray
2021-01-22Revert^2 "Partial Load Store Elimination"Alex Light
2021-01-22Revert "Partial Load Store Elimination"Nicolas Geoffray
2021-01-21Partial Load Store EliminationAlex Light
2020-11-18Revert^4 "Partial LSE analysis & store removal"Alex Light
2020-11-14Revert^3 "Partial LSE analysis & store removal"Alex Light
2020-11-13Revert^2 "Partial LSE analysis & store removal"Alex Light
2020-11-12Revert "Partial LSE analysis & store removal"Nicolas Geoffray
2020-11-12Partial LSE analysis & store removalAlex Light
2020-09-16Fix LSE-array overlap issueAlex Light
2020-05-15Revert^2 "Remove test_per_src from ART tests."David Srbecky
2020-05-15Optimizing: Run gtests without creating the Runtime.Vladimir Marko
2020-05-14Optimizing: Refactor ImprovedOptimizingUnitTest.Vladimir Marko
2020-05-13Move HandleCache to HGraph.Vladimir Marko
2020-05-08Revert "Remove test_per_src from ART tests."Christopher Ferris
2020-05-07Remove test_per_src from ART tests.David Srbecky
2020-01-08Add OptimizingUnitTestHelper::GraphChecker methodsEvgeny Astigeevich
2019-12-13Add ImprovedOptimizingUnitTest::CreateParameters for subclassesEvgeny Astigeevich
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2019-01-02ART: Move dex structs into own headerAndreas Gampe
2018-12-27ART: Refactor for bugprone-argument-commentAndreas Gampe
2018-07-03Revert "Refactor DexFile ownership"David Sehr
2018-07-02Merge "ART: Fix HSelectGenerator for instructions which can throw."Treehugger Robot
2018-06-29ART: Fix HSelectGenerator for instructions which can throw.Artem Serov
2018-06-27Refactor DexFile ownershipDavid Sehr
2018-04-04Separate Malloc and MemMap ArenaPoolsDavid Sehr
2018-01-13Change compiler tests to have aligned code itemMathieu Chartier
2018-01-08Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier
2018-01-05Create dex subdirectoryDavid Sehr
2017-12-22Make CodeItem fields privateMathieu Chartier
2017-11-15Use intrinsic codegen for compiling intrinsic methods.Vladimir Marko
2017-11-08cpplint: Cleanup errorsIgor Murashkin
2017-10-11Use ScopedArenaAllocator for building HGraph.Vladimir Marko
2017-10-09Use ScopedArenaAllocator for register allocation.Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko
2017-09-25ART: Introduce compiler data type.Vladimir Marko
2017-07-24ART: Include cleanupAndreas Gampe
2017-04-10optimizing: do not illegally remove constructor barriers after inliningIgor Murashkin
2017-01-25AArch64: Add HInstruction scheduling support.Alexandre Rames
2016-10-12Replace StackHandleScopeCollection with VariableSizedHandleScopeMathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier
2016-04-07Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""David Brazdil
2016-04-04Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"David Brazdil
2016-04-04Refactor HGraphBuilder and SsaBuilder to remove HLocalsDavid Brazdil
2016-04-04Build dominator tree before generating HInstructionsDavid Brazdil
2016-03-21Remove Quick from tree.Nicolas Geoffray