summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
...
* [mips] Update the P5600 scheduler for isComplete = 1Simon Dardis2016-08-023-32/+224
* [mips][fastisel] Correct argument lowering for (f64, f64, i32) and similar.Daniel Sanders2016-08-011-29/+55
* Fixed MSVC out of range shift warningSimon Pilgrim2016-08-011-1/+1
* [mips] Clang generates unaligned offset for MSA instruction st.dHrvoje Varga2016-08-016-49/+123
* Re-commit: [mips][fastisel] Handle 0-4 arguments without SelectionDAG.Daniel Sanders2016-07-291-2/+158
* TargetInstrInfo: add virtual function getInstSizeInBytesSjoerd Meijer2016-07-291-1/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-2814-90/+90
* TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer2016-07-285-13/+13
* [mips] Fix a warning that occurs on some gcc 4.9.2's but not all of them.Daniel Sanders2016-07-281-4/+4
* Revert r276982 and r276984: [mips][fastisel] Handle 0-4 arguments without Sel...Daniel Sanders2016-07-281-141/+0
* [mips] Reword debug message as should have been done before committing r276982Daniel Sanders2016-07-281-1/+1
* [mips][fastisel] Handle 0-4 arguments without SelectionDAG.Daniel Sanders2016-07-281-0/+141
* [mips][ias] Check '$rs = $rd' constraints when both registers are in AsmText.Daniel Sanders2016-07-272-38/+86
* [mips] Fix typos in spelling of lowerRETURNADDR.Daniel Sanders2016-07-263-3/+3
* [mips] MIPS64R6 compact branch supportSimon Dardis2016-07-265-11/+98
* [mips] sgtu, s[rl]l, sra, dnegu, neg instruction aliasesSimon Dardis2016-07-264-5/+40
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-252-8/+17
* [mips] Optimize materialization of i64 constantsSimon Dardis2016-07-255-13/+49
* [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructionsHrvoje Varga2016-07-226-68/+102
* [mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbolsDaniel Sanders2016-07-191-4/+4
* [mips] Correct label prefixes for N32 and N64.Daniel Sanders2016-07-192-3/+13
* [inlineasm] Propagate operand constraints to the backendSimon Dardis2016-07-181-3/+48
* Reapply "Mips: Avoid implicit iterator conversions, NFC"Duncan P. N. Exon Smith2016-07-156-57/+51
* [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar2016-07-153-53/+37
* [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar2016-07-152-4/+5
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-153-7/+7
* Revert r275141 - Mips: Avoid implicit iterator conversions, NFCDaniel Sanders2016-07-156-51/+57
* [mips] SelectionDAGISel subclasses now follow the optimization level.Daniel Sanders2016-07-146-13/+18
* Mips: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-126-57/+51
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-1115-58/+324
* [mips][ias] Remove k_PhysReg since it's not possible to create an operand of ...Daniel Sanders2016-07-051-20/+7
* Revert r274536: [mips][ias] Don't break apart and reconstruct StringRef's for...Daniel Sanders2016-07-051-4/+6
* [mips][ias] Don't break apart and reconstruct StringRef's for k_Token. NFC.Daniel Sanders2016-07-051-6/+4
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-306-242/+261
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-12/+0
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-304-29/+29
* Convert more cases to isPositionIndependent(). NFC.Rafael Espindola2016-06-289-22/+22
* Delete dead code. NFC.Rafael Espindola2016-06-283-12/+8
* Fix typo.Rafael Espindola2016-06-271-1/+1
* Use isPositionIndependent(). NFC.Rafael Espindola2016-06-271-3/+2
* [mips] Add instruction itineraries for LSA, DLSASimon Dardis2016-06-271-7/+6
* Use the isPositionIndependent predicate. NFC.Rafael Espindola2016-06-271-6/+6
* Add an explanation on how mips is special in here.Rafael Espindola2016-06-271-0/+11
* [mips][micromips] Implement LD, LLD, LWU, SD, DSRL, DSRL32 and DSRLV instruct...Hrvoje Varga2016-06-279-60/+173
* Mips: Fix access to private functions.Rafael Espindola2016-06-271-1/+1
* [mips] Don't derive the default ABI from the CPU in the backend.Daniel Sanders2016-06-231-28/+3
* [mips][ias] Integers are not registers.Daniel Sanders2016-06-231-6/+0
* [mips] Fix dext/dins definitionsSimon Dardis2016-06-231-6/+8
* [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek2016-06-221-1/+1
OpenPOWER on IntegriCloud