aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/mips64-f128.ll
AgeCommit message (Expand)Author
2017-09-14[mips] Pick the right variant of DINS upfront and enable target instruction v...Simon Dardis
2017-05-22[MIPS] Add support to match more patterns for DINS instructionStrahinja Petrovic
2017-05-09Revert "[MIPS] Add support to match more patterns for DINS instruction"Simon Dardis
2017-05-09[MIPS] Add support to match more patterns for DINS instructionStrahinja Petrovic
2017-03-15[Mips] Add support to match more patterns for DEXT and CINSPetar Jovanovic
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-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-04-14Summary:Simon Dardis
2016-04-12Revert "[mips] MIPSR6 Compact branch aliases"Simon Dardis
2016-04-12[mips] MIPSR6 Compact branch aliasesSimon Dardis
2016-04-05[mips] MIPSR6 Compact jump supportSimon Dardis
2015-05-08Now that we have a soft-float attribute, use it instead of theEric Christopher
2015-03-23Fix sign extension for MIPS64 in makeLibCall functionPetar Jovanovic
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-11-07[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders
2014-07-09[mips][mips64r6] Correct select patterns that have the condition or true/fals...Daniel Sanders
2014-06-12[mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders
2014-04-14[mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 te...Daniel Sanders
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-12[mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka
2013-03-05[mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka
2013-03-05llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown...NAKAMURA Takumi
2013-03-04[mips] Print move instructions.Akira Hatanaka
2013-03-01[mips] Fix inefficient code generation.Akira Hatanaka
2013-03-01Set properties for f128 type.Akira Hatanaka