- fdc40a0 Remove trailing whitespace to reduce later commit patch noise. by Scott Michel · 16 years ago
- 6f38cb6 Use getDebugLoc forwarder instead of getNode()->getDebugLoc. by Dale Johannesen · 17 years ago
- 92570c4 Make SDNode constructors take a DebugLoc always. by Dale Johannesen · 17 years ago
- edb62c4 Remove now-unused constructors. by Dale Johannesen · 17 years ago
- b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
- e8d7230 Remove more non-DebugLoc getNode variants. Use by Dale Johannesen · 17 years ago
- de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
- f5f5dce Eliminate remaining non-DebugLoc version of getTargetNode. by Dale Johannesen · 17 years ago
- f90b2a7 get rid of some non-DebugLoc getTargetNode variants. by Dale Johannesen · 17 years ago
- ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 17 years ago
- 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 17 years ago
- 9b36c63 Remove 3 non-DebugLoc variants of getNode. by Dale Johannesen · 17 years ago
- b0e341b Fix a bug where we were not emitting a cvt rnd sat node for converting by Mon P Wang · 17 years ago
- 2fabcb2 Get rid of 3 non-DebugLoc getNode variants. by Dale Johannesen · 17 years ago
- 4be0bdf Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. by Dale Johannesen · 17 years ago
- a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 17 years ago
- 4caa042 80 column rule. by Stuart Hastings · 17 years ago
- 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
- 80d6977 Since I'm obliged to work with a development OS that currently doesn't by Stuart Hastings · 17 years ago
- 39355f9 Remove non-DebugLoc forms of the exotic forms of Lod and Sto; patch uses. by Dale Johannesen · 17 years ago
- f5d9789 Remove some more non-DebugLoc versions of construction by Dale Johannesen · 17 years ago
- 8ad9b43 Remove a few non-DebugLoc versions of node creation functions. by Dale Johannesen · 17 years ago
- a04b757 DebugLoc propagation; adjustment to things omitted from SelectionDagBuild. by Dale Johannesen · 17 years ago
- 0f502f6 Add some DL propagation to places that didn't have it yet. More coming. by Dale Johannesen · 17 years ago
- b51d40c First initialize DAG otherwise dwarf writer is used uninitialized. by Devang Patel · 17 years ago
- dbfd8db Fill in some missing DL propagation in getNode()s. by Dale Johannesen · 17 years ago
- ff97d4f Propagation in TargetLowering. Includes passing a DL by Dale Johannesen · 17 years ago
- a7ce741 Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode by Dan Gohman · 17 years ago
- 54c9452 Commit missing files. by Dale Johannesen · 17 years ago
- b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 17 years ago
- 92abc62 Fix PR3401: when using large integers, the type by Duncan Sands · 17 years ago
- a7b6cff If unsafe FP optimization is not set, don't allow -(A-B) => B-A because by Mon P Wang · 17 years ago
- 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
- 7581bfa Get rid of the non-DebugLoc-ified getNOT() method. by Bill Wendling · 17 years ago
- 6ce610f Propagate debug loc info for some of the *_EXTEND functions. by Bill Wendling · 17 years ago
- 41b9d27 DebugLoc form of getNOT(). by Bill Wendling · 17 years ago
- 197e88f In the case of an extractelement on an insertelement value, by Dan Gohman · 17 years ago
- 56ab1a2 Revert r63273. This was already implemented by Dale. There's no need for my by Bill Wendling · 17 years ago
- 6e1bb38 - Add DebugLoc to getTargetNode(). by Bill Wendling · 17 years ago
- e8c1733 Add DebugLoc-sensitive versions of many node creation by Dale Johannesen · 17 years ago
- 7ade28c Add DebugLoc to the getNode() methods. by Bill Wendling · 17 years ago
- 3edb43e Add DebugLoc-aware constructors for SDNode derived by Dale Johannesen · 17 years ago
- ce9bc12 Add an assertion to the form of SelectionDAG::getConstant that takes by Dan Gohman · 17 years ago
- e7852d0 Take the next steps in making SDUse more consistent with LLVM Use, and by Dan Gohman · 17 years ago
- 3994610 Eliminate the loop that searches through each of the operands by Dan Gohman · 17 years ago
- 74692c0 Whitespace tidiments. by Dan Gohman · 17 years ago
- e77f89d Move the N->use_empty() assert from DeleteNode to by Dan Gohman · 17 years ago
- a90c8e6 Fold x-0 to x in unsafe-fp-math mode. This comes up in the by Dan Gohman · 17 years ago
- 760f86f Don't create ISD::FNEG nodes after legalize if they aren't legal. by Dan Gohman · 17 years ago
- 4c24546 Add SelectionDAG::getNOT method to construct bitwise NOT operations, by Bob Wilson · 17 years ago
- e70909b fix a typo by Chris Lattner · 17 years ago
- c533612 Remove SDNode's virtual destructor. This makes it impossible for by Dan Gohman · 17 years ago
- dbe664a Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when by Dan Gohman · 17 years ago
- e9530ec More consts on TargetLowering references. by Dan Gohman · 17 years ago
- bbdc820 Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy) that were used to handle debug info. by Devang Patel · 17 years ago
- 35fe734 Undo previous checkin. by Devang Patel · 17 years ago
- bb8c595 Use dwarf writer to decide whether the module has debug info or not. by Devang Patel · 17 years ago
- 83489bb by Devang Patel · 17 years ago
- 6e7a161 Request DwarfWriter. This will be used to handle dbg_* intrinsics. by Devang Patel · 17 years ago
- 0b1d4a7 Clean up the atomic opcodes in SelectionDAG. by Dan Gohman · 17 years ago
- 6db08c4 Avoid generating a convert_rndsat node when the src and dest type are the same. by Mon P Wang · 17 years ago
- 74c3765 Add sub/mul overflow intrinsics. This currently doesn't have a by Bill Wendling · 17 years ago
- 47d9dcc Fix PR3117: not all nodes being legalized. The by Duncan Sands · 17 years ago
- e9f1015 Fix getNode to allow a vector for the shift amount for shifts of vectors. by Mon P Wang · 17 years ago
- 9304f2c When allocating a stack temporary, use the correct by Duncan Sands · 17 years ago
- 13d6d44 Expand getVTList, getNodeValueTypes, and SelectNodeTo to handle more value types. by Bill Wendling · 17 years ago
- aaffa05 There are no longer any places that require a by Duncan Sands · 17 years ago
- 24ac408 Eliminate some unused variable compile time warnings. by Evan Cheng · 17 years ago
- 0322808 Rename SetCCResultContents to BooleanContents. In by Duncan Sands · 17 years ago
- 253174b Cleanup of the [SU]ADDO type legalization code. Patch by Duncan! by Bill Wendling · 17 years ago
- 3ebd0ee Update comments. by Dan Gohman · 17 years ago
- 1c55a9c Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" by Bill Wendling · 17 years ago
- 7cdc3c8 Implement the sadd_with_overflow intrinsic. This is converted into by Bill Wendling · 17 years ago
- ea7b527 Add UADDO and SADDO nodes. These will be used for determining an overflow by Bill Wendling · 17 years ago
- 77cdf30 Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to by Mon P Wang · 17 years ago
- aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 17 years ago
- 3d0f5af Fix PR2986: do not use a potentially illegal by Duncan Sands · 17 years ago
- d22ec5f Add sanity checking for BUILD_PAIR (I noticed the by Duncan Sands · 17 years ago
- 7fe5e18 fix some whitespace stuff by Chris Lattner · 17 years ago
- 0dc4045 Fix UpdateNodeOperands so that it does CSE of calls by Duncan Sands · 17 years ago
- fea9088 Initialize uninitialized variable. by Dale Johannesen · 17 years ago
- 0954aef Temporarily allow the operands of a BUILD_VECTOR by Duncan Sands · 17 years ago
- 4401361 Don't create TargetGlobalAddress nodes with offsets that don't fit by Dan Gohman · 17 years ago
- a1dc602 Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will by Bill Wendling · 17 years ago
- 668aff6 Don't truncate GlobalAddress offsets to int in debug output. by Dan Gohman · 17 years ago
- 6520e20 Teach DAGCombine to fold constant offsets into GlobalAddress nodes, by Dan Gohman · 17 years ago
- c4d1021 Added MemIntrinsicNode which is useful to represent target intrinsics that by Mon P Wang · 17 years ago
- 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
- ca0a5d9 Use -1ULL instead of uint64_t(-1), at Anton's suggestion. by Dan Gohman · 17 years ago
- aeaf245 Make some implicit conversions explicit, to avoid compiler warnings. by Dan Gohman · 17 years ago
- 38ac062 Fold trivial two-operand tokenfactors where the operands are equal immediately. by Dan Gohman · 17 years ago
- 6158d84 Implement the -fno-builtin option in the front-end, not in the back-end. by Bill Wendling · 17 years ago
- fd8ca5a - Initialize "--no-builtin" to "false". - Testcase for r56885. by Bill Wendling · 17 years ago
- 6f287b2 Add the new `-no-builtin' flag. This flag is meant to mimic the GCC by Bill Wendling · 17 years ago
- f06c835 Optimize SelectionDAG's AssignTopologicalOrder even further. by Dan Gohman · 17 years ago
- 86098bd Add "inreg" field to CallSDNode (doesn't increase by Dale Johannesen · 17 years ago
- 688d1c4 Forgot this part with my last patch. Sorry about the breakage. by Bill Wendling · 17 years ago
- 50284d8 Change SelectionDAG::getConstantPool to always set the alignment of the by Dan Gohman · 17 years ago
- 056292f Reverting r56249. On further investigation, this functionality isn't needed. by Bill Wendling · 17 years ago
- 9468a9b - Change "ExternalSymbolSDNode" to "SymbolSDNode". by Bill Wendling · 17 years ago