| Commit message (Expand) | Author | Age | Files | Lines |
| * | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 1 | -3/+3 |
| * | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -16/+16 |
| * | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 1 | -3/+0 |
| * | Add suport for VASTART on Mips. | Bruno Cardoso Lopes | 2010-02-06 | 1 | -0/+3 |
| * | 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 |
| * | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 1 | -1/+1 |
| * | Add a second ValueType argument to isFPImmLegal. | Evan Cheng | 2009-10-28 | 1 | -1/+1 |
| * | Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return... | Evan Cheng | 2009-10-27 | 1 | -0/+5 |
| * | 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 |
| * | reintroduce support for Mips "small" section handling. This is | Chris Lattner | 2009-08-13 | 1 | -2/+0 |
| * | Restore some "small section" support code, reverting my patch from r76936. | Chris Lattner | 2009-08-13 | 1 | -2/+5 |
| * | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -1/+1 |
| * | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -3/+3 |
| * | 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 | -5/+27 |
| * | remove more remnants of small section support. | Chris Lattner | 2009-07-24 | 1 | -2/+0 |
| * | Small cleanups in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 1 | -2/+0 |
| * | 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 | -0/+2 |
| * | Added support for fround, fextend and FP_TO_SINT | Bruno Cardoso Lopes | 2009-05-27 | 1 | -0/+4 |
| * | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 1 | -1/+1 |
| * | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -1/+1 |
| * | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+2 |
| * | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
| * | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -1/+1 |
| * | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes | 2008-08-13 | 1 | -1/+3 |
| * | Added Mips support for DYNAMIC_STACKALLOC | Bruno Cardoso Lopes | 2008-08-07 | 1 | -0/+1 |
| * | Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, they | Bruno Cardoso Lopes | 2008-08-04 | 1 | -2/+0 |
| * | Apply the same pattern used in 'and' lowering for 'or' | Bruno Cardoso Lopes | 2008-08-02 | 1 | -1/+1 |
| * | Handle more SELECT corner cases considering legalize types, probabily wont wo... | Bruno Cardoso Lopes | 2008-07-31 | 1 | -4/+5 |
| * | Added floating point lowering for select. | Bruno Cardoso Lopes | 2008-07-29 | 1 | -0/+4 |
| * | Added floating point lowering for setcc and brcond. | Bruno Cardoso Lopes | 2008-07-28 | 1 | -0/+2 |
| * | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -13/+13 |
| * | Minor fixes. | Bruno Cardoso Lopes | 2008-07-23 | 1 | -2/+1 |
| * | Added initial support for small sections on Mips. | Bruno Cardoso Lopes | 2008-07-21 | 1 | -1/+4 |
| * | Fixe typos and 80 column size problems | Bruno Cardoso Lopes | 2008-07-09 | 1 | -2/+2 |
| * | MipsTargetLowering cleanup | Bruno Cardoso Lopes | 2008-07-09 | 1 | -0/+1 |
| * | Several changes to Mips backend, experimental fp support being the most | Bruno Cardoso Lopes | 2008-07-05 | 1 | -0/+9 |
| * | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -3/+3 |
| * | Added custom SELECT_CC lowering | Bruno Cardoso Lopes | 2008-06-06 | 1 | -0/+7 |
| * | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -0/+3 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Added JumpTable support | Bruno Cardoso Lopes | 2007-11-12 | 1 | -0/+1 |
| * | Added support for PIC code with "explicit relocations" *only*. | Bruno Cardoso Lopes | 2007-11-05 | 1 | -7/+1 |
| * | Position Independent Code (PIC) support [3] | Bruno Cardoso Lopes | 2007-10-09 | 1 | -1/+4 |
| * | InlineAsm asm support for integer registers added | Bruno Cardoso Lopes | 2007-08-21 | 1 | -0/+11 |
| * | LowerRETURNADDR removed since it was wrong and does not have utility yet! | Bruno Cardoso Lopes | 2007-08-18 | 1 | -2/+3 |
| * | More explicit keywords. | Dan Gohman | 2007-08-02 | 1 | -1/+1 |