summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test.cc
AgeCommit message (Expand)Author
2020-07-24Update language to comply with Android’s inclusive language guidanceIan Pedowitz
2020-05-15Optimizing: Run gtests without creating the Runtime.Vladimir Marko
2020-02-13Remove MIPS support from Optimizing.Vladimir Marko
2019-11-20ARM64: Pass simd half floating point feature to VIXL macroassembler.Usama Arif
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2019-08-02ART: ARM64: Optimize frame size for SIMD graphs.Artem Serov
2018-12-03ART: ARM64: Pass ISA features to VIXL macroassembler.Artem Serov
2018-08-20Fix longstanding bug around implicit NPEs and GC, version 2.Nicolas Geoffray
2018-06-25Move instruction_set_ to CompilerOptions.Vladimir Marko
2018-03-05Move most of runtime/base to libartbase/baseDavid Sehr
2018-01-13Change compiler tests to have aligned code itemMathieu Chartier
2018-01-05Create dex subdirectoryDavid Sehr
2017-11-02ART: Make InstructionSet an enum class and add kLast.Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko
2017-09-25ART: Introduce compiler data type.Vladimir Marko
2017-07-14Remove the old ARM code generator from ART's Optimizing compiler.Roland Levillain
2017-05-11Clean up some uses of "auto".Vladimir Marko
2017-05-03Improve the documentation of an ARM64 parallel move resolver corner case.Roland Levillain
2017-04-10ARM64: Support 128-bit registers for SIMD.Artem Serov
2017-02-02Merge "AArch64: Add HInstruction scheduling support."Treehugger Robot
2017-01-30Handle cycles with double stack slots in ARM64 parallel moves.Roland Levillain
2017-01-25AArch64: Add HInstruction scheduling support.Alexandre Rames
2017-01-09Fix some issues reported by ValgrindAnton Kirilov
2017-01-05ARM: VIXL32: Fix crash in Exchange for stack slots.Artem Serov
2016-11-08ART: Fix tidy warningsAndreas Gampe
2016-10-18Delete unused blocked_register_pairs_ in code generatorsMathieu 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.ccScott Wakeling
2016-09-01MIPS32: Ensure preservation of RA in leaf methods if it's clobberedAlexey Frunze
2016-08-19Fix building tests with partial arch codegen supportColin Cross
2016-08-11Use TestCodeGeneratorX86 in codegen unit testsMatthew Gharrity
2016-07-20Refactor register allocation to be pluggableMatthew Gharrity
2016-07-15Rename current register allocator implementationMatthew Gharrity
2016-02-15ART: Run SsaBuilder from HGraphBuilderDavid Brazdil
2016-02-12ART: Remove HTemporaryDavid Brazdil
2016-01-28ART: Fix gtest after liveness CLDavid Brazdil
2016-01-18ART: Remove Baseline compilerDavid Brazdil
2015-11-06Revert "Revert "Introduce support for hardware simulators, starting with ARM64""Phil Wang
2015-10-22MIPS: Initial version of optimizing compiler for MIPS32Goran Jakovljevic
2015-10-14Added support for unsigned comparisonsAart 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