| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy... | Devang Patel | 2009-01-13 | 1 | -1/+1 |
| * | Undo previous checkin. | Devang Patel | 2009-01-13 | 1 | -3/+2 |
| * | Use dwarf writer to decide whether the module has debug info or not. | Devang Patel | 2009-01-13 | 1 | -2/+3 |
| * | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 1 | -2/+2 |
| * | Request DwarfWriter. This will be used to handle dbg_* intrinsics. | Devang Patel | 2009-01-09 | 1 | -1/+3 |
| * | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman | 2008-12-23 | 1 | -150/+47 |
| * | Avoid generating a convert_rndsat node when the src and dest type are the same. | Mon P Wang | 2008-12-11 | 1 | -0/+4 |
| * | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling | 2008-12-09 | 1 | -0/+12 |
| * | Fix PR3117: not all nodes being legalized. The | Duncan Sands | 2008-12-09 | 1 | -0/+16 |
| * | Fix getNode to allow a vector for the shift amount for shifts of vectors. | Mon P Wang | 2008-12-09 | 1 | -2/+4 |
| * | When allocating a stack temporary, use the correct | Duncan Sands | 2008-12-04 | 1 | -1/+1 |
| * | Expand getVTList, getNodeValueTypes, and SelectNodeTo to handle more value ty... | Bill Wendling | 2008-12-01 | 1 | -0/+33 |
| * | There are no longer any places that require a | Duncan Sands | 2008-12-01 | 1 | -4/+4 |
| * | Eliminate some unused variable compile time warnings. | Evan Cheng | 2008-11-24 | 1 | -0/+2 |
| * | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 1 | -5/+5 |
| * | Cleanup of the [SU]ADDO type legalization code. Patch by Duncan! | Bill Wendling | 2008-11-22 | 1 | -1/+11 |
| * | Update comments. | Dan Gohman | 2008-11-21 | 1 | -3/+3 |
| * | Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" | Bill Wendling | 2008-11-21 | 1 | -1/+2 |
| * | Implement the sadd_with_overflow intrinsic. This is converted into | Bill Wendling | 2008-11-21 | 1 | -2/+1 |
| * | Add UADDO and SADDO nodes. These will be used for determining an overflow | Bill Wendling | 2008-11-21 | 1 | -0/+2 |
| * | Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to | Mon P Wang | 2008-11-10 | 1 | -0/+31 |
| * | Added support for the following definition of shufflevector | Mon P Wang | 2008-11-10 | 1 | -1/+2 |
| * | Fix PR2986: do not use a potentially illegal | Duncan Sands | 2008-10-30 | 1 | -1/+6 |
| * | Add sanity checking for BUILD_PAIR (I noticed the | Duncan Sands | 2008-10-29 | 1 | -4/+18 |
| * | fix some whitespace stuff | Chris Lattner | 2008-10-28 | 1 | -3/+3 |
| * | Fix UpdateNodeOperands so that it does CSE of calls | Duncan Sands | 2008-10-27 | 1 | -86/+52 |
| * | Initialize uninitialized variable. | Dale Johannesen | 2008-10-24 | 1 | -1/+1 |
| * | Temporarily allow the operands of a BUILD_VECTOR | Duncan Sands | 2008-10-22 | 1 | -4/+8 |
| * | Don't create TargetGlobalAddress nodes with offsets that don't fit | Dan Gohman | 2008-10-21 | 1 | -1/+1 |
| * | Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will | Bill Wendling | 2008-10-19 | 1 | -15/+26 |
| * | Don't truncate GlobalAddress offsets to int in debug output. | Dan Gohman | 2008-10-18 | 1 | -1/+1 |
| * | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -2/+8 |
| * | Added MemIntrinsicNode which is useful to represent target intrinsics that | Mon P Wang | 2008-10-17 | 1 | -2/+59 |
| * | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 1 | -9/+14 |
| * | Use -1ULL instead of uint64_t(-1), at Anton's suggestion. | Dan Gohman | 2008-10-03 | 1 | -2/+2 |
| * | Make some implicit conversions explicit, to avoid compiler warnings. | Dan Gohman | 2008-10-01 | 1 | -2/+2 |
| * | Fold trivial two-operand tokenfactors where the operands are equal | Dan Gohman | 2008-10-01 | 1 | -0/+1 |
| * | Implement the -fno-builtin option in the front-end, not in the back-end. | Bill Wendling | 2008-10-01 | 1 | -6/+1 |
| * | - Initialize "--no-builtin" to "false". | Bill Wendling | 2008-09-30 | 1 | -1/+1 |
| * | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling | 2008-09-30 | 1 | -1/+7 |
| * | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman | 2008-09-30 | 1 | -26/+62 |
| * | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -5/+5 |
| * | Forgot this part with my last patch. Sorry about the breakage. | Bill Wendling | 2008-09-24 | 1 | -27/+38 |
| * | Change SelectionDAG::getConstantPool to always set the alignment of the | Dan Gohman | 2008-09-16 | 1 | -0/+6 |
| * | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -43/+28 |
| * | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -28/+43 |
| * | Re-enable SelectionDAG CSE for calls. It matters in the case of | Dan Gohman | 2008-09-15 | 1 | -6/+20 |
| * | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -8/+31 |
| * | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 1 | -7/+15 |
| * | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -28/+31 |