| Age | Commit message (Expand) | Author |
| 2011-02-10 | Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ... | Bruno Cardoso Lopes |
| 2011-01-18 | Negative zero is not legal on mips. Patch by Sasa Stankovic | Bruno Cardoso Lopes |
| 2011-01-18 | Handle (i32,i32) => f64 in a cleaner way. Patch by Sasa Stankovic | Bruno Cardoso Lopes |
| 2011-01-18 | Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-12-09 | Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
| 2010-12-07 | Remove target specific node MipsISD::CMov, which is not used because all cond... | Bruno Cardoso Lopes |
| 2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
| 2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands |
| 2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
| 2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
| 2010-09-21 | eliminate some uses of the getStore overload. | Chris Lattner |
| 2010-09-21 | convert the targets off the non-MachinePointerInfo of getLoad. | Chris Lattner |
| 2010-07-20 | Fix PR7174, a couple o Mips fixes: | Bruno Cardoso Lopes |
| 2010-07-20 | Fix Mips PR7473. Patch by stetorvs@gmail.com | Bruno Cardoso Lopes |
| 2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
| 2010-07-06 | Propagate debug loc. | Devang Patel |
| 2010-07-06 | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman |
| 2010-07-06 | Revert r107655. | Dan Gohman |
| 2010-07-06 | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman |
| 2010-07-03 | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-17 | Move per-function state out of TargetLowering subclasses and into | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
| 2010-02-06 | Add suport for VASTART on Mips. | Bruno Cardoso Lopes |
| 2010-02-06 | First step towards varargs support in Mips: | Bruno Cardoso Lopes |
| 2010-02-02 | Revert 95130. | Evan Cheng |
| 2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-01-30 | Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the rig... | Bruno Cardoso Lopes |
| 2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
| 2010-01-26 | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner |
| 2009-11-25 | Support PIC loading of constant pool entries | Bruno Cardoso Lopes |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-16 | - Fix a small bug while handling target constant pools (one param was missing). | Bruno Cardoso Lopes |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-10-28 | Add a second ValueType argument to isFPImmLegal. | Evan Cheng |
| 2009-10-27 | Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return... | Evan Cheng |
| 2009-09-19 | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng |
| 2009-09-18 | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-09-01 | Reapply 80278 | Bruno Cardoso Lopes |
| 2009-08-27 | Revert 80278 for now, it caused a lot of MIPS tests to fail | Bruno Cardoso Lopes |
| 2009-08-27 | Revamp our friend Mips :) | Bruno Cardoso Lopes |
| 2009-08-13 | reintroduce support for Mips "small" section handling. This is | Chris Lattner |
| 2009-08-13 | Restore some "small section" support code, reverting my patch from r76936. | Chris Lattner |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |