| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [mips] Update the P5600 scheduler for isComplete = 1 | Simon Dardis | 2016-08-02 | 3 | -32/+224 |
* | [mips][fastisel] Correct argument lowering for (f64, f64, i32) and similar. | Daniel Sanders | 2016-08-01 | 1 | -29/+55 |
* | Fixed MSVC out of range shift warning | Simon Pilgrim | 2016-08-01 | 1 | -1/+1 |
* | [mips] Clang generates unaligned offset for MSA instruction st.d | Hrvoje Varga | 2016-08-01 | 6 | -49/+123 |
* | Re-commit: [mips][fastisel] Handle 0-4 arguments without SelectionDAG. | Daniel Sanders | 2016-07-29 | 1 | -2/+158 |
* | TargetInstrInfo: add virtual function getInstSizeInBytes | Sjoerd Meijer | 2016-07-29 | 1 | -1/+1 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 14 | -90/+90 |
* | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 2016-07-28 | 5 | -13/+13 |
* | [mips] Fix a warning that occurs on some gcc 4.9.2's but not all of them. | Daniel Sanders | 2016-07-28 | 1 | -4/+4 |
* | Revert r276982 and r276984: [mips][fastisel] Handle 0-4 arguments without Sel... | Daniel Sanders | 2016-07-28 | 1 | -141/+0 |
* | [mips] Reword debug message as should have been done before committing r276982 | Daniel Sanders | 2016-07-28 | 1 | -1/+1 |
* | [mips][fastisel] Handle 0-4 arguments without SelectionDAG. | Daniel Sanders | 2016-07-28 | 1 | -0/+141 |
* | [mips][ias] Check '$rs = $rd' constraints when both registers are in AsmText. | Daniel Sanders | 2016-07-27 | 2 | -38/+86 |
* | [mips] Fix typos in spelling of lowerRETURNADDR. | Daniel Sanders | 2016-07-26 | 3 | -3/+3 |
* | [mips] MIPS64R6 compact branch support | Simon Dardis | 2016-07-26 | 5 | -11/+98 |
* | [mips] sgtu, s[rl]l, sra, dnegu, neg instruction aliases | Simon Dardis | 2016-07-26 | 4 | -5/+40 |
* | MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC | Joel Jones | 2016-07-25 | 2 | -8/+17 |
* | [mips] Optimize materialization of i64 constants | Simon Dardis | 2016-07-25 | 5 | -13/+49 |
* | [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructions | Hrvoje Varga | 2016-07-22 | 6 | -68/+102 |
* | [mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbols | Daniel Sanders | 2016-07-19 | 1 | -4/+4 |
* | [mips] Correct label prefixes for N32 and N64. | Daniel Sanders | 2016-07-19 | 2 | -3/+13 |
* | [inlineasm] Propagate operand constraints to the backend | Simon Dardis | 2016-07-18 | 1 | -3/+48 |
* | Reapply "Mips: Avoid implicit iterator conversions, NFC" | Duncan P. N. Exon Smith | 2016-07-15 | 6 | -57/+51 |
* | [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,... | Justin Lebar | 2016-07-15 | 3 | -53/+37 |
* | [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp... | Justin Lebar | 2016-07-15 | 2 | -4/+5 |
* | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 2016-07-15 | 3 | -7/+7 |
* | Revert r275141 - Mips: Avoid implicit iterator conversions, NFC | Daniel Sanders | 2016-07-15 | 6 | -51/+57 |
* | [mips] SelectionDAGISel subclasses now follow the optimization level. | Daniel Sanders | 2016-07-14 | 6 | -13/+18 |
* | Mips: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-12 | 6 | -57/+51 |
* | Fix branch relaxation in 16-bit mode. | Nirav Dave | 2016-07-11 | 1 | -1/+2 |
* | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 2016-07-11 | 15 | -58/+324 |
* | [mips][ias] Remove k_PhysReg since it's not possible to create an operand of ... | Daniel Sanders | 2016-07-05 | 1 | -20/+7 |
* | Revert r274536: [mips][ias] Don't break apart and reconstruct StringRef's for... | Daniel Sanders | 2016-07-05 | 1 | -4/+6 |
* | [mips][ias] Don't break apart and reconstruct StringRef's for k_Token. NFC. | Daniel Sanders | 2016-07-05 | 1 | -6/+4 |
* | CodeGen: Use MachineInstr& in TargetLowering, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 6 | -242/+261 |
* | Delete MCCodeGenInfo. | Rafael Espindola | 2016-06-30 | 1 | -12/+0 |
* | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 4 | -29/+29 |
* | Convert more cases to isPositionIndependent(). NFC. | Rafael Espindola | 2016-06-28 | 9 | -22/+22 |
* | Delete dead code. NFC. | Rafael Espindola | 2016-06-28 | 3 | -12/+8 |
* | Fix typo. | Rafael Espindola | 2016-06-27 | 1 | -1/+1 |
* | Use isPositionIndependent(). NFC. | Rafael Espindola | 2016-06-27 | 1 | -3/+2 |
* | [mips] Add instruction itineraries for LSA, DLSA | Simon Dardis | 2016-06-27 | 1 | -7/+6 |
* | Use the isPositionIndependent predicate. NFC. | Rafael Espindola | 2016-06-27 | 1 | -6/+6 |
* | Add an explanation on how mips is special in here. | Rafael Espindola | 2016-06-27 | 1 | -0/+11 |
* | [mips][micromips] Implement LD, LLD, LWU, SD, DSRL, DSRL32 and DSRLV instruct... | Hrvoje Varga | 2016-06-27 | 9 | -60/+173 |
* | Mips: Fix access to private functions. | Rafael Espindola | 2016-06-27 | 1 | -1/+1 |
* | [mips] Don't derive the default ABI from the CPU in the backend. | Daniel Sanders | 2016-06-23 | 1 | -28/+3 |
* | [mips][ias] Integers are not registers. | Daniel Sanders | 2016-06-23 | 1 | -6/+0 |
* | [mips] Fix dext/dins definitions | Simon Dardis | 2016-06-23 | 1 | -6/+8 |
* | [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee | Krzysztof Parzyszek | 2016-06-22 | 1 | -1/+1 |