summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_unit_test.h
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with Partial LSE and casts/instanceofAlex Light2021-04-261-2/+3
* Fix simplifier issue with predicated ifield getAlex Light2021-03-301-62/+383
* Revert^4 "Partial Load Store Elimination"Alex Light2021-01-251-4/+70
* Revert "Revert^2 "Partial Load Store Elimination""Nicolas Geoffray2021-01-241-70/+4
* Revert^2 "Partial Load Store Elimination"Alex Light2021-01-221-4/+70
* Revert "Partial Load Store Elimination"Nicolas Geoffray2021-01-221-70/+4
* Partial Load Store EliminationAlex Light2021-01-211-4/+70
* Revert^4 "Partial LSE analysis & store removal"Alex Light2020-11-181-13/+15
* Revert^3 "Partial LSE analysis & store removal"Alex Light2020-11-141-5/+3
* Revert^2 "Partial LSE analysis & store removal"Alex Light2020-11-131-3/+5
* Revert "Partial LSE analysis & store removal"Nicolas Geoffray2020-11-121-5/+3
* Partial LSE analysis & store removalAlex Light2020-11-121-3/+5
* Fix LSE-array overlap issueAlex Light2020-09-161-0/+54
* Revert^2 "Remove test_per_src from ART tests."David Srbecky2020-05-151-6/+6
* Optimizing: Run gtests without creating the Runtime.Vladimir Marko2020-05-151-1/+1
* Optimizing: Refactor ImprovedOptimizingUnitTest.Vladimir Marko2020-05-141-60/+52
* Move HandleCache to HGraph.Vladimir Marko2020-05-131-12/+8
* Revert "Remove test_per_src from ART tests."Christopher Ferris2020-05-081-6/+6
* Remove test_per_src from ART tests.David Srbecky2020-05-071-6/+6
* Add OptimizingUnitTestHelper::GraphChecker methodsEvgeny Astigeevich2020-01-081-9/+27
* Add ImprovedOptimizingUnitTest::CreateParameters for subclassesEvgeny Astigeevich2019-12-131-8/+11
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-2/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+2
* ART: Move dex structs into own headerAndreas Gampe2019-01-021-1/+1
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-5/+5
* Revert "Refactor DexFile ownership"David Sehr2018-07-031-2/+4
* Merge "ART: Fix HSelectGenerator for instructions which can throw."Treehugger Robot2018-07-021-0/+72
|\
| * ART: Fix HSelectGenerator for instructions which can throw.Artem Serov2018-06-291-0/+72
* | Refactor DexFile ownershipDavid Sehr2018-06-271-4/+2
|/
* Separate Malloc and MemMap ArenaPoolsDavid Sehr2018-04-041-1/+2
* Change compiler tests to have aligned code itemMathieu Chartier2018-01-131-16/+44
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-1/+1
* Create dex subdirectoryDavid Sehr2018-01-051-3/+3
* Make CodeItem fields privateMathieu Chartier2017-12-221-1/+3
* Use intrinsic codegen for compiling intrinsic methods.Vladimir Marko2017-11-151-2/+2
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-1/+1
* Use ScopedArenaAllocator for building HGraph.Vladimir Marko2017-10-111-4/+17
* Use ScopedArenaAllocator for register allocation.Vladimir Marko2017-10-091-2/+6
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-19/+55
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-2/+3
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* optimizing: do not illegally remove constructor barriers after inliningIgor Murashkin2017-04-101-1/+3
* AArch64: Add HInstruction scheduling support.Alexandre Rames2017-01-251-0/+3
* Replace StackHandleScopeCollection with VariableSizedHandleScopeMathieu Chartier2016-10-121-1/+1
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-1/+1
* Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""David Brazdil2016-04-071-2/+2
* Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"David Brazdil2016-04-041-2/+2
* Refactor HGraphBuilder and SsaBuilder to remove HLocalsDavid Brazdil2016-04-041-2/+2
* Build dominator tree before generating HInstructionsDavid Brazdil2016-04-041-3/+4
* Remove Quick from tree.Nicolas Geoffray2016-03-211-1/+0