| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -1/+1 | 
| *  | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -3/+3 | 
| *  | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 | 
| *  | get MachineConstantPool off std::ostream, onto raw_ostream.  It would be | Chris Lattner | 2008-08-23 | 1 | -10/+17 | 
| *  | Move SelectionDAG::viewGraph() out of line; as an inline function | Dan Gohman | 2008-07-30 | 1 | -0/+5 | 
| *  | Make the ScheduleDAG's GraphRoot edge be blue and dashed too, like | Dan Gohman | 2008-07-27 | 1 | -1/+2 | 
| *  | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -1/+1 | 
| *  | Make the GraphRoot edge look like a chain edge, which is more accurate, | Dan Gohman | 2008-07-22 | 1 | -1/+2 | 
| *  | Enhance the GraphWriter support for edge destinations, and teach the | Dan Gohman | 2008-07-21 | 1 | -6/+31 | 
| *  | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman | 2008-07-21 | 1 | -3/+6 | 
| *  | Eliminate unused variable. | Duncan Sands | 2008-07-18 | 1 | -1/+1 | 
| *  | When printing MemOperand nodes, only use print() for | Dan Gohman | 2008-07-17 | 1 | -3/+10 | 
| *  | Improve debug output for MemOperandSDNode. PseudoSourceValue nodes | Dan Gohman | 2008-07-14 | 1 | -4/+7 | 
| *  | Revert my previous check-in that split up MachineModuleInfo. It turns out to | Bill Wendling | 2008-07-03 | 1 | -1/+1 | 
| *  | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -0/+2 | 
| *  | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -2/+6 | 
| *  | Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId | Dan Gohman | 2008-06-21 | 1 | -3/+3 | 
| *  | Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> > | Dan Gohman | 2008-06-21 | 1 | -1/+1 | 
| *  | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -5/+5 | 
| *  | Fix an out-of-bounds access in -view-sunit-dags in the case of an | Dan Gohman | 2008-04-21 | 1 | -1/+2 | 
| *  | In -view-sunit-dags, display "special" chain dependencies as cyan | Dan Gohman | 2008-04-14 | 1 | -0/+2 | 
| *  | Fix -view-sunit-dags to support cross-rc-copy nodes. | Dan Gohman | 2008-03-21 | 1 | -1/+4 | 
| *  | Introduce a new node for holding call argument | Duncan Sands | 2008-03-21 | 1 | -0/+2 | 
| *  | Final de-tabification. | Bill Wendling | 2008-02-27 | 1 | -1/+1 | 
| *  | Rename PrintableName to Name. | Bill Wendling | 2008-02-26 | 1 | -1/+1 | 
| *  | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 1 | -1/+2 | 
| *  | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 | 
| *  | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -2/+7 | 
| *  | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -7/+2 | 
| *  | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -2/+7 | 
| *  | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -2/+2 | 
| *  | include alignment and volatility information in -view-*-dags output | Chris Lattner | 2008-01-25 | 1 | -3/+10 | 
| *  | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| *  | Add a (disabled by default) way to view the ID of a node. | Chris Lattner | 2007-10-15 | 1 | -0/+4 | 
| *  | Added major new capabilities to scheduler (only BURR for now) to support phys... | Evan Cheng | 2007-09-25 | 1 | -1/+1 | 
| *  | Use struct SDep instead of std::pair for SUnit pred and succ lists. First step | Evan Cheng | 2007-09-19 | 1 | -1/+1 | 
| *  | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 1 | -2/+2 | 
| *  | Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by | Dan Gohman | 2007-08-28 | 1 | -0/+70 | 
| *  | Make chain dependencies blue, in addition to being dashed. | Dan Gohman | 2007-06-18 | 1 | -1/+1 | 
| *  | Qualify several calls to functions in the MVT namespace, for consistency. | Dan Gohman | 2007-05-18 | 1 | -1/+1 | 
| *  | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -11/+10 | 
| *  | Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. | Jim Laskey | 2006-11-17 | 1 | -0/+1 | 
| *  | Rename ISD::MemOpAddrMode to ISD::MemIndexedMode | Evan Cheng | 2006-11-09 | 1 | -2/+2 | 
| *  | Print jumptable index. | Evan Cheng | 2006-11-01 | 1 | -0/+2 | 
| *  | Make flag and chain edges visually distinguishable from value edges in DOT | Chris Lattner | 2006-10-20 | 1 | -1/+16 | 
| *  | Fix printer for StoreSDNode. | Evan Cheng | 2006-10-17 | 1 | -4/+5 | 
| *  | Make it simplier to dump DAGs while in DAGCombiner.  Remove a nasty optimizat... | Jim Laskey | 2006-10-17 | 1 | -1/+2 | 
| *  | Naming consistency. | Evan Cheng | 2006-10-11 | 1 | -1/+1 | 
| *  | Also update getNodeLabel for LoadSDNode. | Evan Cheng | 2006-10-10 | 1 | -0/+21 | 
| *  | Debugging kruft | Jim Laskey | 2006-10-02 | 1 | -3/+0 |