summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test.cc
AgeCommit message (Expand)Author
2016-10-18Delete unused blocked_register_pairs_ in code generators Mathieu Chartier
2016-09-22Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codege... Scott Wakeling
2016-09-21Merge "Revert "ARM: VIXL32: Add an initial code generator that passes codegen... Nicolas Geoffray
2016-09-21Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests." Nicolas Geoffray
2016-09-21Merge "ARM: VIXL32: Add an initial code generator that passes codegen_tests." Roland Levillain
2016-09-15ARM: VIXL32: Add an initial code generator that passes codegen_tests. Scott Wakeling
2016-09-14MIPS: Enable the ComparisonsLong test in the code generator test. Alexey Frunze
2016-09-07Allow for testing alternative code generators in codegen_test.cc Scott Wakeling
2016-09-01MIPS32: Ensure preservation of RA in leaf methods if it's clobbered Alexey Frunze
2016-08-19Fix building tests with partial arch codegen support Colin Cross
2016-08-11Use TestCodeGeneratorX86 in codegen unit tests Matthew Gharrity
2016-07-20Refactor register allocation to be pluggable Matthew Gharrity
2016-07-15Rename current register allocator implementation Matthew Gharrity
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-02-12ART: Remove HTemporary David Brazdil
2016-01-28ART: Fix gtest after liveness CL David Brazdil
2016-01-18ART: Remove Baseline compiler David Brazdil
2015-11-06Revert "Revert "Introduce support for hardware simulators, starting with ARM64"" Phil Wang
2015-10-22MIPS: Initial version of optimizing compiler for MIPS32 Goran Jakovljevic
2015-10-14Added support for unsigned comparisons Aart Bik
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector. Vladimir Marko
2015-09-16Optimizing: Tag arena allocations in HGraph. Vladimir Marko
2015-09-08Optimizing: Tag basic block allocations with their source. Vladimir Marko
2015-09-03Revert "Optimizing: Tag basic block allocations with their source." Vladimir Marko
2015-09-03Optimizing: Tag basic block allocations with their source. Vladimir Marko
2015-08-18Revert "Introduce support for hardware simulators, starting with ARM64" Alex Light
2015-08-18Fix codegen_test. Roland Levillain
2015-08-18Introduce support for hardware simulators, starting with ARM64 Phil Wang
2015-06-24Fix codegen_test after DCE fix. Nicolas Geoffray
2015-06-19MIPS: Initial version of optimizing compiler for MIPS64R6. Alexey Frunze
2015-05-11Add a parent environment to HEnvironment. Nicolas Geoffray
2015-04-20Fix codegen_test for long multiplication. Nicolas Geoffray
2015-04-15Move the linear order to the HGraph. Nicolas Geoffray
2015-04-01[optimizing] Implement x86/x86_64 math intrinsics Mark Mendell
2015-03-26ART: Force constants into the entry block David Brazdil
2015-03-24ART: Fix crash in gtests David Brazdil
2015-03-02Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release Serban Constantinescu
2015-02-04Create HGraph outside Builder, print timings David Brazdil
2015-01-26Fix lint error and typo. Nicolas Geoffray
2015-01-26Fix codegen_test. Nicolas Geoffray
2015-01-16Add implicit null checks for the optimizing compiler Calin Juravle
2015-01-06ART: Fix leak in codegen_test Andreas Gampe
2015-01-05Look at instruction set features when generating volatiles code Calin Juravle
2014-12-10Opt compiler: Add arm64 support for register allocation. Alexandre Rames
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