summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_test.h
AgeCommit message (Expand)Author
2018-04-04Separate Malloc and MemMap ArenaPools David Sehr
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-10-19MIPS: Introduce a few MSA instructions Lena Djokic
2017-10-11Use ScopedArenaAllocator for building HGraph. Vladimir Marko
2017-10-09Use ScopedArenaAllocator for register allocation. Vladimir Marko
2017-09-20Add more repeat support and register views. Aart Bik
2017-09-15Add repeat support for memory addresses. Aart Bik
2017-09-13Test assembler driver utilities. Aart Bik
2017-07-24ART: Include cleanup Andreas Gampe
2017-03-31MIPS64: Add ldi.df MSA instruction Goran Jakovljevic
2017-03-17Revert "Revert "Introduce a number of MSA instructions for MIPS64"" Goran Jakovljevic
2017-03-15Revert "Introduce a number of MSA instructions for MIPS64" Aart Bik
2017-03-14Introduce a number of MSA instructions for MIPS64 Goran Jakovljevic
2016-12-02MIPS64: java.lang.String.getChars Chris Larsen
2016-11-04ART: Use references in assembler tests Andreas Gampe
2016-10-20MIPS32: Implement HSelect Alexey Frunze
2016-06-30MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier) Alexey Frunze
2016-06-14MIPS32: Assembler tests for MIPS32R6 Chris Larsen
2016-04-13Move Assemblers to the Arena. Vladimir Marko
2015-12-15MIPS32: Fuse long and FP compare & condition in Optimizing. Alexey Frunze
2015-11-21MIPS64: Support short and long branches Alexey Frunze
2015-10-16Merge "MIPS64: Additional assember tests:" Andreas Gampe
2015-10-06MIPS64: Additional assember tests: Chris Larsen
2015-10-06MIPS: Assemblers changes needed for optimizing compiler Goran Jakovljevic
2015-10-05MIPS64r6 Assembler Tests Chris Larsen
2015-06-17Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" Vladimir Marko
2015-06-16Revert "ART: Implement literal pool for arm, fix branch fixup." Vladimir Marko
2015-06-15ART: Implement literal pool for arm, fix branch fixup. Vladimir Marko
2015-04-24ART: Refactor utils/assembler test Andreas Gampe
2015-04-08x86_64: Fix the rex prefix for movzxb, movsxb, movb Chao-ying Fu
2015-04-01[optimizing] Implement x86/x86_64 math intrinsics Mark Mendell
2015-01-14ART: Clean assembler_test disassemblies Andreas Gampe
2014-11-24Merge "[optimizing compiler] Add shifts" Calin Juravle
2014-11-24[optimizing compiler] Add shifts Calin Juravle
2014-11-20ART: Assembler_arm_test Andreas Gampe
2014-11-13ART: Multiview assembler_test, fix x86-64 assembler Andreas Gampe
2014-11-13Exercise the generation of SBFX on ARM32 & Thumb-2. Roland Levillain
2014-10-22C++11 related clean-up of DISALLOW_.. Ian Rogers
2014-10-21Implement register allocator for floating point registers. Nicolas Geoffray
2014-08-08ART: Make assembler_test less chatty Andreas Gampe
2014-08-06ART: Remove test files after test Andreas Gampe
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-05-02ART: Fix assembler_test to use ScratchFile Andreas Gampe
2014-04-30x86_64 Assembler Test Infrastructure, fix x86_64 assembler Andreas Gampe