Age | Commit message (Expand) | Author |
2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
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-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-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
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-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-08-16 | Delete an unused field. | Dan Gohman |
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 |
2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-07-19 | Switch Alpha over to the new call lowering style. New code mostly | Eli Friedman |
2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
2008-09-23 | Fix these enums' starting values to reflect the way that | Dan Gohman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-04 | Rather than having a different custom legalization | Duncan Sands |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
2008-02-14 | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-08-02 | More explicit keywords. | Dan Gohman |
2007-03-25 | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner |
2007-01-24 | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth |
2006-12-31 | For PR950: | Reid Spencer |
2006-10-31 | Add all that branch mangling niftiness | Andrew Lenharth |
2006-10-11 | Reduce the amount of state in the lowering code and drop old pattern ISel fun... | Andrew Lenharth |
2006-10-11 | Jimptables working again on alpha. | Andrew Lenharth |
2006-06-21 | inline asm, at least for floats | Andrew Lenharth |
2006-06-13 | It really helps to be returning to the correct place | Andrew Lenharth |
2006-06-12 | Let the alpha breakage begin. First Formals and RET. next Calls | Andrew Lenharth |
2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
2006-03-09 | Alpha Scheduling classes | Andrew Lenharth |
2006-01-28 | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman |
2006-01-27 | Switch to AlphaISD::CALL instead of ISD::CALL | Chris Lattner |
2006-01-25 | First part of bug 680: | Nate Begeman |
2006-01-23 | added stores to lsmark | Andrew Lenharth |