summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/cmov.ll
Commit message (Expand)AuthorAgeFilesLines
* [mips] Optimize materialization of i64 constantsSimon Dardis2016-07-251-10/+15
* [mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders2016-06-241-7/+7
* [mips] MIPS32/64 itinerariesSimon Dardis2016-06-141-5/+5
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-111-7/+7
* Revert "[mips] Promote the result of SETCC nodes to GPR width."Vasileios Kalintiris2016-03-011-49/+73
* [mips] Promote the result of SETCC nodes to GPR width.Vasileios Kalintiris2016-03-011-73/+49
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-3/+3
* [mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders2014-11-071-17/+17
* [SDAG] Introduce a combined set to the DAG combiner which tracks nodesChandler Carruth2014-07-241-21/+6
* [mips] Fix two patterns that select i32's (for MIPS32r6) / i64's (for MIPS64r6)Sasa Stankovic2014-07-221-0/+74
* [mips][mips64r6] Correct select patterns that have the condition or true/fals...Daniel Sanders2014-07-091-46/+46
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-121-75/+539
* [mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 te...Daniel Sanders2014-04-141-1/+1
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-141-1/+2
* [mips] Small code generation improvement for conditional operator (select)Matheus Almeida2013-12-051-8/+51
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-16/+16
* [mips] Remove trailing whitespace.Akira Hatanaka2013-07-121-4/+4
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-121-6/+6
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-221-0/+0
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-011-0/+137
* Fix test cases in test/CodeGen/Mips.Akira Hatanaka2012-06-021-4/+6
* Fix test cases.Akira Hatanaka2012-05-121-4/+4
* Add another peephole pattern for conditional moves.Akira Hatanaka2012-05-091-0/+20
* Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2012-04-251-4/+4
* 64-bit WrapperPICPat patterns.Akira Hatanaka2011-12-071-8/+15
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-241-2/+2
* Fix test cases.Akira Hatanaka2011-09-091-2/+2
* Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka2011-05-281-1/+17
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-311-2/+3
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-071-0/+15
OpenPOWER on IntegriCloud