summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/cconv
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Always save RA when disabling frame pointer eliminationSimon Atanasyan2019-10-071-138/+198
* [mips][msa] Fix infinite loop for mips.nori.b intrinsicSimon Atanasyan2019-09-111-411/+321
* [mips] Explicitly select `mips32r2` CPU for test cases require 64-bit FPU. NFCSimon Atanasyan2019-07-092-12/+24
* [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25Vladimir Stefanovic2019-01-171-4/+4
* [DAGCombiner][X86][Mips] Enable combineShuffleOfScalars to run between vector...Craig Topper2018-11-091-74/+47
* [DAGCombiner] Remove reduceBuildVecConvertToConvertBuildVec and rely on the v...Simon Pilgrim2018-11-021-43/+108
* [LegalizeVectorTypes] When widening the result of a bitcast from a scalar typ...Craig Topper2018-10-121-12/+12
* [mips] Mark fmaxl as a long double emulation routineStefan Maksimovic2018-10-121-0/+25
* [DAG] Fix Big Endian in Load-Store forwardingNirav Dave2018-10-111-23/+47
* [DAGCombine] Improve Load-Store ForwardingNirav Dave2018-10-101-16/+6
* [mips] Remove -allow-deprecated-dag-overlap flag from tests. NFCSimon Atanasyan2018-10-034-86/+89
* [DAGCombiner][AMDGPU][Mips] Fold bitcast with volatile loads if the resulting...Craig Topper2018-08-282-16/+8
* [DAGCombiner][Mips] Don't combine bitcast+store after LegalOperations when th...Craig Topper2018-08-242-4/+8
* [DAGCombiner] Call SimplifyDemandedVectorElts from EXTRACT_VECTOR_ELTSimon Pilgrim2018-07-171-500/+260
* [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm testsJoel E. Denny2018-07-114-30/+30
* [mips] Don't create nested CALLSEQ_START..CALLSEQ_END nodes.Simon Dardis2018-03-131-0/+430
* [SelectionDAG] Add initial implementation of TargetLowering::SimplifyDemanded...Simon Pilgrim2018-02-151-231/+191
* [MIPS] Regenerate vector tests with update scriptSimon Pilgrim2018-02-031-1316/+6782
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-241-1/+1
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-194-15/+15
* [DAG] Do MergeConsecutiveStores again before Instruction SelectionNirav Dave2017-11-271-14/+16
* [SelectionDAG][mips] Fix PR33883Simon Dardis2017-07-311-0/+12
* Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-06-091-0/+1657
* Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-04-071-1657/+0
* [SelectionDAG] Enable target specific vector scalarization of calls and returnsSimon Dardis2017-04-071-0/+1657
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-03-142-37/+31
* [SDAG] Revert r296476 (and r296486, r296668, r296690).Chandler Carruth2017-03-032-31/+37
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-282-37/+31
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2017-02-262-31/+37
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-252-37/+31
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2017-02-022-31/+37
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-022-37/+31
* [mips] Recommit: "N64 static relocation model support"Simon Dardis2017-01-2717-74/+77
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2017-01-262-31/+37
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-01-262-37/+31
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-2617-77/+74
* [mips] N64 static relocation model supportSimon Dardis2017-01-2617-74/+77
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-12-142-31/+37
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-12-142-37/+31
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-12-092-31/+37
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-12-092-37/+31
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-10-132-31/+37
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-10-132-37/+31
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-09-282-31/+37
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-09-282-37/+31
* [mips] Enable tail calls by defaultSimon Dardis2016-08-041-1/+1
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-111-0/+5
* [mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders2016-06-2422-182/+174
* Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"Hrvoje Varga2016-05-121-4/+0
* [mips][microMIPS] Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-05-111-0/+4
OpenPOWER on IntegriCloud