summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/cmov.ll
AgeCommit message (Expand)Author
2016-07-25[mips] Optimize materialization of i64 constantsSimon Dardis
2016-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-06-14[mips] MIPS32/64 itinerariesSimon Dardis
2016-04-11[mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic
2016-03-01Revert "[mips] Promote the result of SETCC nodes to GPR width."Vasileios Kalintiris
2016-03-01[mips] Promote the result of SETCC nodes to GPR width.Vasileios Kalintiris
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
2014-11-07[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders
2014-07-24[SDAG] Introduce a combined set to the DAG combiner which tracks nodesChandler Carruth
2014-07-22[mips] Fix two patterns that select i32's (for MIPS32r6) / i64's (for MIPS64r6)Sasa Stankovic
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
2014-04-14[mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders
2013-12-05[mips] Small code generation improvement for conditional operator (select)Matheus Almeida
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-12[mips] Remove trailing whitespace.Akira Hatanaka
2013-07-12[mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka
2013-04-22Cleanup: test source files do not need to be executableArnaud A. de Grandmaison
2013-03-01[mips] Fix inefficient code generation.Akira Hatanaka
2012-06-02Fix test cases in test/CodeGen/Mips.Akira Hatanaka
2012-05-12Fix test cases.Akira Hatanaka
2012-05-09Add another peephole pattern for conditional moves.Akira Hatanaka
2012-04-25Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka
2011-12-0764-bit WrapperPICPat patterns.Akira Hatanaka
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-09-09Fix test cases.Akira Hatanaka
2011-05-28Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka
2011-03-31Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen
2010-12-07Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes