summaryrefslogtreecommitdiff
path: root/compiler/utils/mips/assembler_mips_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove MIPS support from JNI/trampoline compiler.Vladimir Marko2020-02-131-3046/+0
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-16/+16
* Revert^2 "ART: Refactor typedef to using"Andreas Gampe2018-09-201-5/+5
* Revert "ART: Refactor typedef to using"Andreas Gampe2018-09-201-5/+5
* ART: Refactor typedef to usingAndreas Gampe2018-09-191-5/+5
* ART: Continue adding override annotationsAndreas Gampe2018-09-071-1/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-9/+9
* MIPS: Skip output verification for assembler tests.Vladimir Marko2018-05-041-0/+10
* MIPS32: Improve stack alignment, use sdc1/ldc1, where possible.Chris Larsen2017-10-231-4/+4
* MIPS32R2: Enable table-based switch in presence of irreducible loopsAlexey Frunze2017-10-161-0/+80
* Add repeat support for memory addresses.Aart Bik2017-09-151-1/+11
* MIPS32: Allow some patched instructions in delay slotsAlexey Frunze2017-08-181-6/+138
* MIPS: Eliminate hard-coded offsets in branchesAlexey Frunze2017-07-301-363/+290
* ART: Fix old warningsAndreas Gampe2017-06-211-1/+1
* ART: Use references in assembler testsAndreas Gampe2016-11-041-2/+2
* MIPS32: Implement HSelectAlexey Frunze2016-10-201-0/+16
* MIPS32: Improve storing of constants in fields and array elementsAlexey Frunze2016-09-151-0/+79
* MIPS32: Implement table-based packed switchAlexey Frunze2016-09-141-0/+38
* MIPS32: Fill branch delay slotsAlexey Frunze2016-08-301-0/+418
* MIPS32: Improve method invocationAlexey Frunze2016-07-011-0/+38
* MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier)Alexey Frunze2016-06-301-0/+20
* MIPS32: Assembler tests for MIPS32R6Chris Larsen2016-06-141-0/+45
* Merge "MIPS32: Improve offset calculations in loads and stores"Treehugger Robot2016-06-131-366/+1102
|\
| * MIPS32: Improve offset calculations in loads and storesAlexey Frunze2016-06-101-366/+1102
* | MIPS32: java.lang.Math.round(float)Chris Larsen2016-04-261-0/+8
|/
* MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics.Alexey Frunze2016-03-211-0/+8
* MIPS32: peek*/poke*, and String.charAt intrinsics.Chris Larsen2016-02-101-0/+40
* MIPS: Improve conversion between ints and floats.Alexey Frunze2016-01-131-0/+24
* MIPS32: improvements in code generation (mostly 64-bit ALU ops)Alexey Frunze2015-12-161-0/+38
* MIPS32: Fuse long and FP compare & condition in Optimizing.Alexey Frunze2015-12-151-133/+188
* MIPS: Assemblers changes needed for optimizing compilerGoran Jakovljevic2015-10-061-0/+1324