| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | [mips] Return {f128} correctly for N32/N64. | Daniel Sanders | 2014-10-07 | 1 | -2/+6 | 
| *  | [mips] For indirect calls we don't need $gp to point to .got.  Mips linker | Sasa Stankovic | 2014-10-01 | 1 | -8/+20 | 
| *  | Fix unused variable warning added in r218509 | Daniel Sanders | 2014-09-26 | 1 | -1/+0 | 
| *  | [mips] Generalize the handling of f128 return values to support f128 arguments. | Daniel Sanders | 2014-09-26 | 1 | -25/+73 | 
| *  | [mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and hand... | Daniel Sanders | 2014-09-25 | 1 | -4/+74 | 
| *  | constify the TargetMachine being passed through the Mips subtarget | Eric Christopher | 2014-09-19 | 1 | -2/+2 | 
| *  | [mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::Analyz... | Daniel Sanders | 2014-09-18 | 1 | -43/+10 | 
| *  | [mips] Return an ArrayRef from MipsCC::intArgRegs() and remove MipsCC::numInt... | Daniel Sanders | 2014-09-10 | 1 | -20/+18 | 
| *  | [mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSiz... | Daniel Sanders | 2014-09-09 | 1 | -29/+31 | 
| *  | [mips] Don't cache IsO32 and IsFP64 in MipsTargetLowering::MipsCC | Daniel Sanders | 2014-09-09 | 1 | -19/+24 | 
| *  | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 1 | -0/+1 | 
| *  | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 1 | -2/+2 | 
| *  | Fix typos: | Sylvestre Ledru | 2014-08-11 | 1 | -1/+1 | 
| *  | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -1/+0 | 
| *  | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 1 | -0/+1 | 
| *  | Remove the target machine from CCState. Previously it was only used | Eric Christopher | 2014-08-06 | 1 | -10/+8 | 
| *  | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -2/+1 | 
| *  | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -14/+24 | 
| *  | [mips][PR19612] Fix va_arg for big-endian mode. | Daniel Sanders | 2014-08-01 | 1 | -2/+67 | 
| *  | Make sure no loads resulting from load->switch DAGCombine are marked invariant | Louis Gerbarg | 2014-07-31 | 1 | -2/+3 | 
| *  | [mips] Fix ll and sc instructions | Daniel Sanders | 2014-07-24 | 1 | -4/+4 | 
| *  | In preparation for replacing the whole subtarget on the target machine, | Eric Christopher | 2014-07-18 | 1 | -7/+8 | 
| *  | The subtarget in MipsTargetLowering isn't going to change and | Eric Christopher | 2014-07-18 | 1 | -92/+93 | 
| *  | Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine | Eric Christopher | 2014-07-18 | 1 | -4/+4 | 
| *  | Make it possible for ints/floats to return different values from getBooleanCo... | Daniel Sanders | 2014-07-10 | 1 | -0/+5 | 
| *  | So that we can include target lowering in the subtarget, remove include | Eric Christopher | 2014-07-02 | 1 | -43/+63 | 
| *  | [DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI. | Juergen Ributzka | 2014-07-01 | 1 | -1/+1 | 
| *  | [mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6. | Daniel Sanders | 2014-06-16 | 1 | -27/+47 | 
| *  | [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ... | Daniel Sanders | 2014-06-12 | 1 | -0/+31 | 
| *  | [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, d... | Daniel Sanders | 2014-06-12 | 1 | -6/+20 | 
| *  | SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CC | Tom Stellard | 2014-06-10 | 1 | -1/+2 | 
| *  | [mips][mips64r6] [ls][dw][lr] are not available in MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-05-23 | 1 | -28/+33 | 
| *  | Target: remove old constructors for CallLoweringInfo | Saleem Abdulrasool | 2014-05-17 | 1 | -5/+3 | 
| *  | Target: change member from reference to pointer | Saleem Abdulrasool | 2014-05-17 | 1 | -1/+1 | 
| *  | Try to fix an SDAG dependence issue with sret | Reid Kleckner | 2014-05-12 | 1 | -3/+5 | 
| *  | [mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64 | Daniel Sanders | 2014-05-12 | 1 | -2/+3 | 
| *  | [mips] Fold FeatureSEInReg into FeatureMips32r2 | Daniel Sanders | 2014-05-12 | 1 | -1/+1 | 
| *  | [mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2 | Daniel Sanders | 2014-05-12 | 1 | -2/+2 | 
| *  | Allow sret on the second parameter as well as the first | Reid Kleckner | 2014-05-09 | 1 | -12/+13 | 
| *  | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -3/+3 | 
| *  | Convert SelectionDAG::getMergeValues to use ArrayRef. | Craig Topper | 2014-04-27 | 1 | -3/+3 | 
| *  | Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an... | Craig Topper | 2014-04-26 | 1 | -2/+2 | 
| *  | Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>. | Craig Topper | 2014-04-26 | 1 | -8/+6 | 
| *  | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -13/+13 | 
| *  | Add 'musttail' marker to call instructions | Reid Kleckner | 2014-04-24 | 1 | -0/+4 | 
| *  | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 | 
| *  | Remove some empty statements | Alp Toker | 2014-04-19 | 1 | -1/+1 | 
| *  | Start pushing changes for Mips Fast-Isel | Reed Kotler | 2014-04-17 | 1 | -0/+14 | 
| *  | Break PseudoSourceValue out of the Value hierarchy. It is now the root of its... | Nick Lewycky | 2014-04-15 | 1 | -2/+2 | 
| *  | [mips] Fix fcopysign for MIPS-IV and add the test. | Daniel Sanders | 2014-04-14 | 1 | -1/+1 |