Age | Commit message (Expand) | Author |
2009-02-03 | First initialize DAG otherwise dwarf writer is used uninitialized. | Devang Patel |
2009-02-03 | Fill in some missing DL propagation in getNode()s. | Dale Johannesen |
2009-02-03 | Propagation in TargetLowering. Includes passing a DL | Dale Johannesen |
2009-02-03 | Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode | Dan Gohman |
2009-02-02 | Commit missing files. | Dale Johannesen |
2009-02-01 | Fix PR3453 and probably a bunch of other potential | Duncan Sands |
2009-01-31 | Fix PR3401: when using large integers, the type | Duncan Sands |
2009-01-31 | If unsafe FP optimization is not set, don't allow -(A-B) => B-A because | Mon P Wang |
2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
2009-01-30 | Get rid of the non-DebugLoc-ified getNOT() method. | Bill Wendling |
2009-01-30 | Propagate debug loc info for some of the *_EXTEND functions. | Bill Wendling |
2009-01-30 | DebugLoc form of getNOT(). | Bill Wendling |
2009-01-29 | In the case of an extractelement on an insertelement value, | Dan Gohman |
2009-01-29 | Revert r63273. This was already implemented by Dale. There's no need for my | Bill Wendling |
2009-01-29 | - Add DebugLoc to getTargetNode(). | Bill Wendling |
2009-01-29 | Add DebugLoc-sensitive versions of many node creation | Dale Johannesen |
2009-01-28 | Add DebugLoc to the getNode() methods. | Bill Wendling |
2009-01-28 | Add DebugLoc-aware constructors for SDNode derived | Dale Johannesen |
2009-01-27 | Add an assertion to the form of SelectionDAG::getConstant that takes | Dan Gohman |
2009-01-26 | Take the next steps in making SDUse more consistent with LLVM Use, and | Dan Gohman |
2009-01-25 | Eliminate the loop that searches through each of the operands | Dan Gohman |
2009-01-25 | Whitespace tidiments. | Dan Gohman |
2009-01-25 | Move the N->use_empty() assert from DeleteNode to | Dan Gohman |
2009-01-23 | Fold x-0 to x in unsafe-fp-math mode. This comes up in the | Dan Gohman |
2009-01-22 | Don't create ISD::FNEG nodes after legalize if they aren't legal. | Dan Gohman |
2009-01-22 | Add SelectionDAG::getNOT method to construct bitwise NOT operations, | Bob Wilson |
2009-01-22 | fix a typo | Chris Lattner |
2009-01-19 | Remove SDNode's virtual destructor. This makes it impossible for | Dan Gohman |
2009-01-19 | Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when | Dan Gohman |
2009-01-15 | More consts on TargetLowering references. | Dan Gohman |
2009-01-13 | Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy... | Devang Patel |
2009-01-13 | Undo previous checkin. | Devang Patel |
2009-01-13 | Use dwarf writer to decide whether the module has debug info or not. | Devang Patel |
2009-01-13 | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel |
2009-01-09 | Request DwarfWriter. This will be used to handle dbg_* intrinsics. | Devang Patel |
2008-12-23 | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman |
2008-12-11 | Avoid generating a convert_rndsat node when the src and dest type are the same. | Mon P Wang |
2008-12-09 | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling |
2008-12-09 | Fix PR3117: not all nodes being legalized. The | Duncan Sands |
2008-12-09 | Fix getNode to allow a vector for the shift amount for shifts of vectors. | Mon P Wang |
2008-12-04 | When allocating a stack temporary, use the correct | Duncan Sands |
2008-12-01 | Expand getVTList, getNodeValueTypes, and SelectNodeTo to handle more value ty... | Bill Wendling |
2008-12-01 | There are no longer any places that require a | Duncan Sands |
2008-11-24 | Eliminate some unused variable compile time warnings. | Evan Cheng |
2008-11-23 | Rename SetCCResultContents to BooleanContents. In | Duncan Sands |
2008-11-22 | Cleanup of the [SU]ADDO type legalization code. Patch by Duncan! | Bill Wendling |
2008-11-21 | Update comments. | Dan Gohman |
2008-11-21 | Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" | Bill Wendling |
2008-11-21 | Implement the sadd_with_overflow intrinsic. This is converted into | Bill Wendling |
2008-11-21 | Add UADDO and SADDO nodes. These will be used for determining an overflow | Bill Wendling |