Age | Commit message (Expand) | Author |
2008-10-30 | Fix PR2986: do not use a potentially illegal | Duncan Sands |
2008-10-29 | Add sanity checking for BUILD_PAIR (I noticed the | Duncan Sands |
2008-10-28 | fix some whitespace stuff | Chris Lattner |
2008-10-27 | Fix UpdateNodeOperands so that it does CSE of calls | Duncan Sands |
2008-10-24 | Initialize uninitialized variable. | Dale Johannesen |
2008-10-22 | Temporarily allow the operands of a BUILD_VECTOR | Duncan Sands |
2008-10-21 | Don't create TargetGlobalAddress nodes with offsets that don't fit | Dan Gohman |
2008-10-19 | Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will | Bill Wendling |
2008-10-18 | Don't truncate GlobalAddress offsets to int in debug output. | Dan Gohman |
2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
2008-10-17 | Added MemIntrinsicNode which is useful to represent target intrinsics that | Mon P Wang |
2008-10-09 | Add a "loses information" return value to APFloat::convert | Dale Johannesen |
2008-10-03 | Use -1ULL instead of uint64_t(-1), at Anton's suggestion. | Dan Gohman |
2008-10-01 | Make some implicit conversions explicit, to avoid compiler warnings. | Dan Gohman |
2008-10-01 | Fold trivial two-operand tokenfactors where the operands are equal | Dan Gohman |
2008-10-01 | Implement the -fno-builtin option in the front-end, not in the back-end. | Bill Wendling |
2008-09-30 | - Initialize "--no-builtin" to "false". | Bill Wendling |
2008-09-30 | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling |
2008-09-30 | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman |
2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
2008-09-24 | Forgot this part with my last patch. Sorry about the breakage. | Bill Wendling |
2008-09-16 | Change SelectionDAG::getConstantPool to always set the alignment of the | Dan Gohman |
2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
2008-09-15 | Re-enable SelectionDAG CSE for calls. It matters in the case of | Dan Gohman |
2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
2008-09-12 | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-09-09 | Make safer variant of alias resolution routine to be default | Anton Korobeynikov |
2008-09-08 | Fix the string for ISD::UDIVREM. | Dan Gohman |
2008-09-04 | Clean up uses of TargetLowering::getTargetMachine. | Dan Gohman |
2008-08-30 | typo | Gabor Greif |
2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
2008-08-28 | Split the ATOMIC NodeType's to include the size, e.g. | Dale Johannesen |
2008-08-27 | Reorganize the lifetimes of the major objects SelectionDAGISel | Dan Gohman |
2008-08-26 | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif |
2008-08-26 | Optimize SelectionDAG's topological sort to use one pass instead | Dan Gohman |
2008-08-26 | Actually recycle SDNode allocations. SelectionDAG is using | Dan Gohman |
2008-08-24 | make sure to flush the stream after dumping, to make sure it goes out immedia... | Chris Lattner |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
2008-08-23 | Move SelectionDAG's constructor out of line. | Dan Gohman |
2008-08-21 | Add libm-oriented ISD opcodes for rounding operations. | Dan Gohman |
2008-08-21 | Elements in DeadNodeSet are checked for use_empty() before they | Dan Gohman |
2008-08-20 | Change the FoldingSetNodeID usage for objects which carry | Dan Gohman |
2008-08-19 | don't use the result of WriteTypeSymbolic or WriteAsOperand. | Chris Lattner |
2008-08-17 | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner |
2008-08-14 | Improve support for vector casts in LLVM IR and CodeGen. | Dan Gohman |
2008-08-13 | Fix a bogus srem rule - a negative value srem'd by a power-of-2 | Dan Gohman |
2008-08-13 | Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes with | Dan Gohman |