summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/linearize_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move instruction_set_ to CompilerOptions.Vladimir Marko2018-06-251-6/+2
* Change compiler tests to have aligned code itemMathieu Chartier2018-01-131-9/+10
* Create dex subdirectoryDavid Sehr2018-01-051-2/+2
* Use ScopedArenaAllocator for register allocation.Vladimir Marko2017-10-091-1/+1
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-5/+8
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-151-1/+0
* ART: Run SsaBuilder from HGraphBuilderDavid Brazdil2016-02-151-8/+1
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-311-11/+10
* Revert "ART: Refactor SsaBuilder for more precise typing info"Alex Light2015-12-151-10/+11
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-141-11/+10
* Optimizing: Tag arena allocations in HGraph.Vladimir Marko2015-09-161-17/+18
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-1/+1
* Move the linear order to the HGraph.Nicolas Geoffray2015-04-151-3/+3
* [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-1/+4
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-3/+4
* Add implicit null checks for the optimizing compilerCalin Juravle2015-01-161-1/+2
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-3/+1
* Treat SSA transformation special, as we may have to bailout.Nicolas Geoffray2014-12-021-1/+1
* Revert "Revert "Fix the computation of linear ordering.""Nicolas Geoffray2014-11-241-3/+56
* Revert "Fix the computation of linear ordering."Nicolas Geoffray2014-11-241-56/+3
* Fix the computation of linear ordering.Nicolas Geoffray2014-11-211-3/+56
* Fix valgrind errors.Nicolas Geoffray2014-09-111-2/+3
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-1/+5
* Workaround for multi-line comment error when compiled with g++.Nicolas Geoffray2014-05-161-44/+46
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-0/+190