summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/dead_code_elimination_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-1/+1
* Move instruction_set_ to CompilerOptions.Vladimir Marko2018-06-251-5/+0
* Change compiler tests to have aligned code itemMathieu Chartier2018-01-131-4/+4
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-8/+11
* ART: Include cleanupAndreas Gampe2017-07-241-1/+2
* ART: Fix tidy warningsAndreas Gampe2016-11-081-1/+1
* Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""David Brazdil2016-04-071-34/+34
* Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"David Brazdil2016-04-041-34/+34
* Refactor HGraphBuilder and SsaBuilder to remove HLocalsDavid Brazdil2016-04-041-34/+34
* Build dominator tree before generating HInstructionsDavid Brazdil2016-04-041-50/+50
* Optimizing: Do not insert suspend checks on back-edges.Vladimir Marko2016-03-231-24/+12
* ART: Run SsaBuilder from HGraphBuilderDavid Brazdil2016-02-151-5/+3
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-311-4/+5
* Revert "ART: Refactor SsaBuilder for more precise typing info"Alex Light2015-12-151-5/+4
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-141-4/+5
* ART: Fix left-shift of negative numbersAndreas Gampe2015-10-201-1/+1
* Optimizing: Move GraphChecker memory allocations to arena.Vladimir Marko2015-10-121-1/+1
* Be careful with predecessor/successor index.Nicolas Geoffray2015-06-191-3/+3
* ART: Fix gtests broken by dead block eliminationDavid Brazdil2015-04-241-14/+19
* [optimizing] Name the last DCE pass.Calin Juravle2015-04-221-1/+1
* Run DCE again after all the other optimizations have run.Calin Juravle2015-04-221-1/+1
* Revert "fix optimizing gtests"Nicolas Geoffray2015-04-211-1/+1
* fix optimizing gtestsCalin Juravle2015-04-211-1/+1
* [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-1/+4
* Add implicit null checks for the optimizing compilerCalin Juravle2015-01-161-1/+2
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-2/+1
* Use HOptimization abstraction for running optimizations.Nicolas Geoffray2014-11-191-2/+1
* Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain2014-10-171-7/+10
* Implement default traversals in CFG & SSA graph checkers.Roland Levillain2014-10-141-1/+1
* Revert "Introduce a class to implement optimization passes."Nicolas Geoffray2014-10-011-10/+7
* Introduce a class to implement optimization passes.Roland Levillain2014-10-011-7/+10
* Initiate a dead code elimination pass in the optimizing compiler.Roland Levillain2014-09-171-0/+185