summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/cconv
AgeCommit message (Expand)Author
2017-11-27[DAG] Do MergeConsecutiveStores again before Instruction SelectionNirav Dave
2017-07-31[SelectionDAG][mips] Fix PR33883Simon Dardis
2017-06-09Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis
2017-04-07Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis
2017-04-07[SelectionDAG] Enable target specific vector scalarization of calls and returnsSimon Dardis
2017-03-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-03-03[SDAG] Revert r296476 (and r296486, r296668, r296690).Chandler Carruth
2017-02-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-25In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-02Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-02In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-01-27[mips] Recommit: "N64 static relocation model support"Simon Dardis
2017-01-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-01-26In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-01-26Revert "[mips] N64 static relocation model support"Simon Dardis
2017-01-26[mips] N64 static relocation model supportSimon Dardis
2016-12-14Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-09Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-09In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-10-13Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-10-13In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-09-28Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-09-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-08-04[mips] Enable tail calls by defaultSimon Dardis
2016-07-11[mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan
2016-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-05-12Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"Hrvoje Varga
2016-05-11[mips][microMIPS] Implement CFC*, CTC* and LDC* instructionsHrvoje Varga
2016-04-11[mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic
2016-03-14[mips] Fix an issue with long double when function roundl is definedZlatko Buljan
2016-02-29[mips] Do not use SLL for ANY_EXTEND nodes as the high bits are undefined.Vasileios Kalintiris
2016-01-26[MC] Use .p2align instead of .alignDan Gohman
2015-11-26[mips][ias] Replace anchor comments with anchor instructions in tests.Daniel Sanders
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-06-19Fix "the the" in comments.Eric Christopher
2015-05-08Now that we have a soft-float attribute, use it instead of theEric Christopher
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-16[MIPS] Fix justify error for small structuresPetar Jovanovic
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-26Fix justify error for small structures in varargs for MIPS64BEPetar Jovanovic
2015-01-26Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher
2014-12-16[mips] Fix arguments-struct.ll for Windows and OSX hosts.Daniel Sanders
2014-12-02[mips] Fix passing of small structures for big-endian O32.Daniel Sanders
2014-11-10[mips] Fix sret arguments for N32/N64 which were accidentally broken in r221534.Daniel Sanders
2014-11-07[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders