summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Update language to comply with Android’s inclusive language guidanceIan Pedowitz2020-07-241-1/+1
* Optimizing: Run gtests without creating the Runtime.Vladimir Marko2020-05-151-27/+40
* Remove MIPS support from Optimizing.Vladimir Marko2020-02-131-69/+0
* ARM64: Pass simd half floating point feature to VIXL macroassembler.Usama Arif2019-11-201-0/+2
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-1/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+1
* ART: ARM64: Optimize frame size for SIMD graphs.Artem Serov2019-08-021-0/+43
* ART: ARM64: Pass ISA features to VIXL macroassembler.Artem Serov2018-12-031-0/+27
* Fix longstanding bug around implicit NPEs and GC, version 2.Nicolas Geoffray2018-08-201-1/+1
* Move instruction_set_ to CompilerOptions.Vladimir Marko2018-06-251-19/+22
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
* Change compiler tests to have aligned code itemMathieu Chartier2018-01-131-43/+44
* Create dex subdirectoryDavid Sehr2018-01-051-2/+2
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-7/+7
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-97/+85
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-14/+16
* Remove the old ARM code generator from ART's Optimizing compiler.Roland Levillain2017-07-141-2/+1
* Clean up some uses of "auto".Vladimir Marko2017-05-111-3/+3
* Improve the documentation of an ARM64 parallel move resolver corner case.Roland Levillain2017-05-031-2/+22
* ARM64: Support 128-bit registers for SIMD.Artem Serov2017-04-101-0/+39
* Merge "AArch64: Add HInstruction scheduling support."Treehugger Robot2017-02-021-330/+1
|\
| * AArch64: Add HInstruction scheduling support.Alexandre Rames2017-01-251-330/+1
* | Handle cycles with double stack slots in ARM64 parallel moves.Roland Levillain2017-01-301-0/+33
|/
* Fix some issues reported by ValgrindAnton Kirilov2017-01-091-2/+3
* ARM: VIXL32: Fix crash in Exchange for stack slots.Artem Serov2017-01-051-0/+25
* ART: Fix tidy warningsAndreas Gampe2016-11-081-2/+2
* Delete unused blocked_register_pairs_ in code generatorsMathieu Chartier2016-10-181-9/+0
* Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codege...Scott Wakeling2016-09-221-0/+32
* Merge "Revert "ARM: VIXL32: Add an initial code generator that passes codegen...Nicolas Geoffray2016-09-211-32/+0
|\
| * Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."Nicolas Geoffray2016-09-211-32/+0
* | Merge "ARM: VIXL32: Add an initial code generator that passes codegen_tests."Roland Levillain2016-09-211-0/+32
|\|
| * ARM: VIXL32: Add an initial code generator that passes codegen_tests.Scott Wakeling2016-09-151-0/+32
* | MIPS: Enable the ComparisonsLong test in the code generator test.Alexey Frunze2016-09-141-10/+0
|/
* Allow for testing alternative code generators in codegen_test.ccScott Wakeling2016-09-071-95/+132
* MIPS32: Ensure preservation of RA in leaf methods if it's clobberedAlexey Frunze2016-09-011-0/+63
* Fix building tests with partial arch codegen supportColin Cross2016-08-191-11/+50
* Use TestCodeGeneratorX86 in codegen unit testsMatthew Gharrity2016-08-111-1/+1
* Refactor register allocation to be pluggableMatthew Gharrity2016-07-201-1/+1
* Rename current register allocator implementationMatthew Gharrity2016-07-151-1/+1
* 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