Age | Commit message (Expand) | Author |
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 |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-27 | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman |
2008-07-27 | Rename isOnlyUseOf to isOnlyUserOf. | Dan Gohman |
2008-07-21 | Fix grammaros in comments. | Dan Gohman |
2008-07-21 | Add VerifyNode, a place to put sanity checks on | Duncan Sands |
2008-07-17 | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman |
2008-07-15 | SelectionDAG::AssignNodeIds is unused. | Dan Gohman |
2008-07-15 | Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead, | Dan Gohman |
2008-07-11 | Include a frame index in the "fixed stack" pseudo source value | Dan Gohman |
2008-07-10 | Don't barf when dumping a constant that contains | Duncan Sands |
2008-07-09 | Simplify hasNUsesOfValue and hasAnyUsesOfValue even more. This | Dan Gohman |