summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test.cc
AgeCommit message (Expand)Author
2014-11-13Instruction set features for ARM64, MIPS and X86. Ian Rogers
2014-11-11Revert "Revert "Add support for long-to-int in the optimizing compiler."" Roland Levillain
2014-11-11Revert "Add support for long-to-int in the optimizing compiler." Roland Levillain
2014-11-11Fix lint error. Calin Juravle
2014-11-11Add support for long-to-int in the optimizing compiler. Roland Levillain
2014-11-06Merge "[optimizing compiler] Add DIV_INT_2ADDR" Calin Juravle
2014-11-06[optimizing compiler] Add DIV_INT_2ADDR Calin Juravle
2014-11-06Add support for not-long on ARM64 in the optimizing compiler. Roland Levillain
2014-11-06Fix failures after div support. Nicolas Geoffray
2014-11-06[optimizing compiler] Add div-int and exception handling. Calin Juravle
2014-11-04ART: More warnings Andreas Gampe
2014-10-29Opt compiler: Add ARM64 support for the Mul IR. Alexandre Rames
2014-10-23ART: Add basic tests for materialized conditions. Alexandre Rames
2014-10-23ART: optimizing compiler: initial support for ARM64. Alexandre Rames
2014-10-23Remove obsolete TODOs from codegen tests Calin Juravle
2014-10-23Implement int bit-wise not operation in the optimizing compiler. Roland Levillain
2014-10-22Minor fix in codegen tests. Calin Juravle
2014-10-17Add multiplication for integral types Calin Juravle
2014-10-09Fix code generation of materialized conditions. Nicolas Geoffray
2014-09-16Revert "Revert "Implement suspend checks in new compiler."" Nicolas Geoffray
2014-09-11Fix builds on archs the compiler does not support. Nicolas Geoffray
2014-09-11Fix valgrind errors. Nicolas Geoffray
2014-07-22Make unit test tell if a method is a leaf. Nicolas Geoffray
2014-07-16Use the thumb2 assembler for the optimizing compiler. Nicolas Geoffray
2014-06-26Re-enable tests with the optimizing compiler. Nicolas Geoffray
2014-06-25Revert "Re-enable tests with the optimizing compiler." Nicolas Geoffray
2014-06-25Re-enable tests with the optimizing compiler. Nicolas Geoffray
2014-06-24Add some more instruction support to optimizing compiler. Dave Allison
2014-06-13Guard `Run` for platforms we're not compiling to, yet. Nicolas Geoffray
2014-06-13Add x86_64 support to the optimizing compiler. Nicolas Geoffray
2014-06-12Final CL to enable register allocation on x86. Nicolas Geoffray
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-03-31Add support for adding two integers in optimizing compiler. Nicolas Geoffray
2014-03-18Plug new optimizing compiler in compilation pipeline. Nicolas Geoffray
2014-03-13Fix non-{arm, x86} builds. Nicolas Geoffray
2014-03-13More code generation for the optimizing compiler. Nicolas Geoffray
2014-03-10Add register support to the optimizing compiler. Nicolas Geoffray
2014-03-04Add codegen support to the optimizing compiler. Nicolas Geoffray