| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Add suport for VASTART on Mips. | Bruno Cardoso Lopes | 2010-02-06 | 1 | -0/+19 | 
| *  | First step towards varargs support in Mips: | Bruno Cardoso Lopes | 2010-02-06 | 1 | -38/+117 | 
| *  | Revert 95130. | Evan Cheng | 2010-02-02 | 1 | -1/+1 | 
| *  | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 1 | -1/+1 | 
| *  | Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the rig... | Bruno Cardoso Lopes | 2010-01-30 | 1 | -5/+5 | 
| *  | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 1 | -1/+3 | 
| *  | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner | 2010-01-26 | 1 | -3/+0 | 
| *  | Support PIC loading of constant pool entries | Bruno Cardoso Lopes | 2009-11-25 | 1 | -4/+12 | 
| *  | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -3/+0 | 
| *  | We are not using DBG_STOPPOINT anymore. | Devang Patel | 2009-11-21 | 1 | -1/+0 | 
| *  | - Fix a small bug while handling target constant pools (one param was missing). | Bruno Cardoso Lopes | 2009-11-16 | 1 | -1/+1 | 
| *  | Add a bool flag to StackObjects telling whether they reference spill | David Greene | 2009-11-12 | 1 | -5/+5 | 
| *  | Add a second ValueType argument to isFPImmLegal. | Evan Cheng | 2009-10-28 | 1 | -1/+3 | 
| *  | Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return... | Evan Cheng | 2009-10-27 | 1 | -3/+4 | 
| *  | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng | 2009-09-19 | 1 | -1/+4 | 
| *  | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 1 | -1/+2 | 
| *  | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -4/+4 | 
| *  | Reapply 80278 | Bruno Cardoso Lopes | 2009-09-01 | 1 | -10/+22 | 
| *  | Revert 80278 for now, it caused a lot of MIPS tests to fail | Bruno Cardoso Lopes | 2009-08-27 | 1 | -10/+5 | 
| *  | Revamp our friend Mips :) | Bruno Cardoso Lopes | 2009-08-27 | 1 | -5/+10 | 
| *  | reintroduce support for Mips "small" section handling.  This is  | Chris Lattner | 2009-08-13 | 1 | -35/+5 | 
| *  | Restore some "small section" support code, reverting my patch from r76936. | Chris Lattner | 2009-08-13 | 1 | -4/+41 | 
| *  | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -130/+130 | 
| *  | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -136/+136 | 
| *  | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 1 | -1/+1 | 
| *  | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -91/+65 | 
| *  | Remove -disable-mips-abicall and -enable-mips-absolute-call command-line  | Eli Friedman | 2009-08-03 | 1 | -5/+3 | 
| *  | Rip all of the global variable lowering logic out of TargetAsmInfo.  Since | Chris Lattner | 2009-07-28 | 1 | -7/+5 | 
| *  | remove more remnants of small section support. | Chris Lattner | 2009-07-24 | 1 | -39/+1 | 
| *  | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -4/+4 | 
| *  | One more operation expansion for MIPS, from test/CodeGen/Generic. | Eli Friedman | 2009-07-17 | 1 | -1/+2 | 
| *  | Expand a bunch of illegal operations on MIPS (found by  | Eli Friedman | 2009-07-17 | 1 | -0/+12 | 
| *  | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -7/+7 | 
| *  | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 1 | -1/+1 | 
| *  | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -1/+1 | 
| *  | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -7/+8 | 
| *  | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -4/+5 | 
| *  | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -1/+1 | 
| *  | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -1/+4 | 
| *  | Misc accumulated tweaks to legalization logic for various targets. | Eli Friedman | 2009-06-16 | 1 | -0/+2 | 
| *  | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman | 2009-06-03 | 1 | -3/+0 | 
| *  | Added support for fround, fextend and FP_TO_SINT | Bruno Cardoso Lopes | 2009-05-27 | 1 | -0/+37 | 
| *  | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 | 
| *  | Remove the obsolete SelectionDAG::getNodeValueTypes and simplify | Dan Gohman | 2009-04-09 | 1 | -5/+5 | 
| *  | fix an apparently real bug exposed by a warning in -asserts mode. | Chris Lattner | 2009-03-26 | 1 | -3/+4 | 
| *  | Removed AFGR32 register class | Bruno Cardoso Lopes | 2009-03-21 | 1 | -20/+9 | 
| *  | Added support for Mips O32 Calling Convention | Bruno Cardoso Lopes | 2009-03-19 | 1 | -20/+129 | 
| *  | Remove non-DebugLoc versions of BuildMI from IA64, Mips. | Dale Johannesen | 2009-02-13 | 1 | -3/+4 | 
| *  | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 1 | -2/+1 | 
| *  | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -2/+2 |