summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-4/+4
* Change compiler tests to have aligned code itemMathieu Chartier2018-01-131-15/+15
* Create dex subdirectoryDavid Sehr2018-01-051-2/+2
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-5/+6
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-1/+1
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-151-2/+3
* Reuse HUseListNode<>s when replacing instruction or input.Vladimir Marko2016-04-191-1/+1
* Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""David Brazdil2016-04-071-11/+11
* Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"David Brazdil2016-04-041-11/+11
* Refactor HGraphBuilder and SsaBuilder to remove HLocalsDavid Brazdil2016-04-041-11/+11
* ART: Run SsaBuilder from HGraphBuilderDavid Brazdil2016-02-151-7/+1
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-311-15/+16
* Revert "ART: Refactor SsaBuilder for more precise typing info"Alex Light2015-12-151-16/+15
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-141-15/+16
* Optimizing: Tag arena allocations in HGraph.Vladimir Marko2015-09-161-4/+3
* Be careful with predecessor/successor index.Nicolas Geoffray2015-06-191-7/+7
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-1/+1
* Relax the only one back-edge restriction.Nicolas Geoffray2015-05-071-11/+7
* Fix tests now that the SSA builder is pruning more phis.Nicolas Geoffray2015-03-101-10/+9
* Opt compiler: Clean the use of `virtual` and `OVERRIDE`.Alexandre Rames2015-03-061-4/+4
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-3/+4
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-1/+1
* Fix tests now that dead phis are removed when building SSA.Nicolas Geoffray2014-11-251-17/+19
* Make suspend checks note have side effects.Nicolas Geoffray2014-09-251-1/+1
* Fix a lint error and update a test after the phi fix.Nicolas Geoffray2014-09-181-6/+6
* Revert "Revert "Implement suspend checks in new compiler.""Nicolas Geoffray2014-09-161-0/+3
* Add a type propagation phase after building SSA.Nicolas Geoffray2014-06-091-0/+7
* Fix some bugs in graph construction/simplification methods.Nicolas Geoffray2014-06-091-4/+43
* Fix a bug in SSA construction.Nicolas Geoffray2014-06-041-0/+30
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-4/+5
* Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray2014-05-141-2/+2
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-24/+41
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-3/+3
* Add a Transform to SSA phase to the optimizing compiler.Nicolas Geoffray2014-04-281-0/+444