summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Run SsaBuilder from HGraphBuilderDavid Brazdil2016-02-151-19/+13
* ART: Remove HTemporaryDavid Brazdil2016-02-121-3/+3
* ART: Fix gtest after liveness CLDavid Brazdil2016-01-281-2/+2
* ART: Remove Baseline compilerDavid Brazdil2016-01-181-376/+325
* Revert "Revert "Introduce support for hardware simulators, starting with ARM64""Phil Wang2015-11-061-114/+219
* MIPS: Initial version of optimizing compiler for MIPS32Goran Jakovljevic2015-10-221-0/+17
* Added support for unsigned comparisonsAart Bik2015-10-141-0/+126
* Add DCHECKs to ArenaVector and ScopedArenaVector.Vladimir Marko2015-10-081-3/+3
* Optimizing: Tag arena allocations in HGraph.Vladimir Marko2015-09-161-1/+1
* Optimizing: Tag basic block allocations with their source.Vladimir Marko2015-09-081-3/+3
* Revert "Optimizing: Tag basic block allocations with their source."Vladimir Marko2015-09-031-3/+3
* Optimizing: Tag basic block allocations with their source.Vladimir Marko2015-09-031-3/+3
* Revert "Introduce support for hardware simulators, starting with ARM64"Alex Light2015-08-181-184/+89
* Fix codegen_test.Roland Levillain2015-08-181-3/+10
* Introduce support for hardware simulators, starting with ARM64Phil Wang2015-08-181-89/+177
* Fix codegen_test after DCE fix.Nicolas Geoffray2015-06-241-1/+4
* MIPS: Initial version of optimizing compiler for MIPS64R6.Alexey Frunze2015-06-191-0/+17
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-5/+5
* Fix codegen_test for long multiplication.Nicolas Geoffray2015-04-201-30/+79
* Move the linear order to the HGraph.Nicolas Geoffray2015-04-151-1/+1
* [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-4/+14
* ART: Force constants into the entry blockDavid Brazdil2015-03-261-20/+12
* ART: Fix crash in gtestsDavid Brazdil2015-03-241-0/+1
* Opt Compiler: ARM64: Enable explicit memory barriers over acquire/releaseSerban Constantinescu2015-03-021-4/+9
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-6/+8
* Fix lint error and typo.Nicolas Geoffray2015-01-261-2/+2
* Fix codegen_test.Nicolas Geoffray2015-01-261-5/+30
* Add implicit null checks for the optimizing compilerCalin Juravle2015-01-161-8/+13
* ART: Fix leak in codegen_testAndreas Gampe2015-01-061-1/+3
* Look at instruction set features when generating volatiles codeCalin Juravle2015-01-051-2/+3
* Opt compiler: Add arm64 support for register allocation.Alexandre Rames2014-12-101-18/+7
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-2/+2
* Revert "Revert "Add support for long-to-int in the optimizing compiler.""Roland Levillain2014-11-111-0/+21
* Revert "Add support for long-to-int in the optimizing compiler."Roland Levillain2014-11-111-17/+0
* Fix lint error.Calin Juravle2014-11-111-4/+4
* Add support for long-to-int in the optimizing compiler.Roland Levillain2014-11-111-0/+17
* Merge "[optimizing compiler] Add DIV_INT_2ADDR"Calin Juravle2014-11-061-0/+14
|\
| * [optimizing compiler] Add DIV_INT_2ADDRCalin Juravle2014-11-061-0/+14
* | Add support for not-long on ARM64 in the optimizing compiler.Roland Levillain2014-11-061-12/+81
* | Fix failures after div support.Nicolas Geoffray2014-11-061-0/+4
|/
* [optimizing compiler] Add div-int and exception handling.Calin Juravle2014-11-061-0/+9
* ART: More warningsAndreas Gampe2014-11-041-9/+9
* Opt compiler: Add ARM64 support for the Mul IR.Alexandre Rames2014-10-291-8/+0
* ART: Add basic tests for materialized conditions.Alexandre Rames2014-10-231-0/+117
* ART: optimizing compiler: initial support for ARM64.Alexandre Rames2014-10-231-0/+17
* Remove obsolete TODOs from codegen testsCalin Juravle2014-10-231-3/+1
* Implement int bit-wise not operation in the optimizing compiler.Roland Levillain2014-10-231-0/+25
* Minor fix in codegen tests.Calin Juravle2014-10-221-1/+1
* Add multiplication for integral typesCalin Juravle2014-10-171-0/+45
* Fix code generation of materialized conditions.Nicolas Geoffray2014-10-091-10/+103