| Age | Commit message (Expand) | Author |
| 2010-08-10 | Add missing null check reported by Amaury Pouly. | Evan Cheng |
| 2010-07-10 | Fix a bug in the code which re-inserts DBG_VALUE nodes after scheduling; | Dan Gohman |
| 2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
| 2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
| 2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
| 2010-06-30 | grammar tweak in comment. | Jim Grosbach |
| 2010-06-29 | Add a VT argument to getMinimalPhysRegClass and replace the copy related uses | Rafael Espindola |
| 2010-06-25 | Remove variables which are assigned to but for which the value | Duncan Sands |
| 2010-06-24 | It's possible that a flag is added to the SDNode that points back to the | Bill Wendling |
| 2010-06-23 | MorphNodeTo doesn't preserve the memory operands. Because we're morphing a node | Bill Wendling |
| 2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
| 2010-06-10 | Code refactoring, no functionality changes. | Evan Cheng |
| 2010-05-28 | Fix some latency computation bugs: if the use is not a machine opcode do not ... | Evan Cheng |
| 2010-05-20 | Allow targets more controls on what nodes are scheduled by reg pressure, what... | Evan Cheng |
| 2010-05-20 | Add a hybrid bottom up scheduler that reduce register usage while avoiding | Evan Cheng |
| 2010-05-19 | Code clean up. | Evan Cheng |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-30 | EmitDbgValue doesn't need its EdgeMapping argument. | Dan Gohman |
| 2010-04-26 | Add DBG_VALUE handling for byval parameters; this | Dale Johannesen |
| 2010-04-26 | - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an... | Evan Cheng |
| 2010-04-17 | Fix -Wcast-qual warnings. | Dan Gohman |
| 2010-03-25 | Scheduler assumes SDDbgValue nodes are in source order. That's true currently... | Evan Cheng |
| 2010-03-25 | Remove a fixme that doesn't make sense any more. | Evan Cheng |
| 2010-03-25 | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng |
| 2010-03-14 | Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. | Evan Cheng |
| 2010-03-10 | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen |
| 2010-02-24 | Change the scheduler from adding nodes in allnodes order | Chris Lattner |
| 2010-01-22 | Enable pre-regalloc scheduling load clustering by default. | Evan Cheng |
| 2010-01-22 | Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ... | Evan Cheng |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2009-12-18 | Changes from review: | Bill Wendling |
| 2009-12-16 | Reapply r91392, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar |
| 2009-12-16 | Revert "Initial work on disabling the scheduler. This is a work in progress, and | Daniel Dunbar |
| 2009-12-15 | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling |
| 2009-10-10 | Create a new InstrEmitter class for translating SelectionDAG nodes | Dan Gohman |
| 2009-10-09 | The ScheduleDAG framework now requires an AliasAnalysis argument, though | Dan Gohman |
| 2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
| 2009-09-06 | Remove some not-really-used variables, as warned | Duncan Sands |
| 2009-08-19 | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin |
| 2009-08-13 | Add callback to allow target to adjust latency of schedule dependency edge. | David Goodwin |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-07-24 | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar |
| 2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen |
| 2009-06-01 | Make the implicit inputs and outputs of target-independent | Dale Johannesen |
| 2009-03-23 | Don't set SUnit::hasPhysRegDefs to true unless the defs are | Dan Gohman |
| 2009-03-23 | Add a new bit to SUnit to record whether a node has implicit physreg | Dan Gohman |
| 2009-03-20 | Simplify this code; use a while instead of an if and a do-while. | Dan Gohman |
| 2009-02-11 | When scheduling a block in parts, keep track of the overall | Dan Gohman |
| 2009-02-06 | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman |