summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/codegen_test.cc
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Initial version of optimizing compiler for MIPS64R6.Roland Levillain2015-06-261-0/+17
* Fix codegen_test after DCE fix.Nicolas Geoffray2015-06-241-1/+4
* 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
* Revert "Revert "Implement suspend checks in new compiler.""Nicolas Geoffray2014-09-161-0/+2
* Fix builds on archs the compiler does not support.Nicolas Geoffray2014-09-111-2/+0
* Fix valgrind errors.Nicolas Geoffray2014-09-111-16/+18
* Make unit test tell if a method is a leaf.Nicolas Geoffray2014-07-221-3/+5
* Use the thumb2 assembler for the optimizing compiler.Nicolas Geoffray2014-07-161-4/+11
* Re-enable tests with the optimizing compiler.Nicolas Geoffray2014-06-261-4/+0
* Revert "Re-enable tests with the optimizing compiler."Nicolas Geoffray2014-06-251-0/+4
* Re-enable tests with the optimizing compiler.Nicolas Geoffray2014-06-251-4/+0
* Add some more instruction support to optimizing compiler.Dave Allison2014-06-241-1/+6
* Guard `Run` for platforms we're not compiling to, yet.Nicolas Geoffray2014-06-131-0/+2
* Add x86_64 support to the optimizing compiler.Nicolas Geoffray2014-06-131-11/+19
* Final CL to enable register allocation on x86.Nicolas Geoffray2014-06-121-2/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Add support for adding two integers in optimizing compiler.Nicolas Geoffray2014-03-311-0/+38
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-10/+16