| Age | Commit message (Expand) | Author |
| 2009-10-16 | If post-alloc scheduler is not enabled, it should return false, not true. | Evan Cheng |
| 2009-10-16 | Indent code. | Zhongxing Xu |
| 2009-10-16 | 80 column violation. | Evan Cheng |
| 2009-10-15 | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen |
| 2009-10-15 | Make CodePlacementOpt align loops, rather than loop headers. The | Dan Gohman |
| 2009-10-14 | When LiveVariables is adding implicit-def to model "partial dead", add the ea... | Evan Cheng |
| 2009-10-14 | Print earlyclobber for implicit-defs as well. | Evan Cheng |
| 2009-10-14 | Make loop not recalc getNumOperands() each time around | Jim Grosbach |
| 2009-10-14 | Add support to record DbgScope as inlined scope. | Devang Patel |
| 2009-10-14 | quiet compiler warning | Jim Grosbach |
| 2009-10-14 | I don't see any point in having both eh.selector.i32 and eh.selector.i64, | Duncan Sands |
| 2009-10-14 | This remat entry is basically done. There are hooks to allow targets | Dan Gohman |
| 2009-10-13 | Add a few README.txt items. | Dan Gohman |
| 2009-10-13 | s/DebugLoc.CompileUnit/DebugLoc.Scope/g | Devang Patel |
| 2009-10-13 | Introduce new convenience methods for sign extending or | Duncan Sands |
| 2009-10-13 | Add debugging output. | David Goodwin |
| 2009-10-13 | Fix a -Asserts warning. | Daniel Dunbar |
| 2009-10-12 | Find enclosing subprogram info. | Devang Patel |
| 2009-10-12 | Set default location for a function if it is not set. | Devang Patel |
| 2009-10-12 | Revert the kludge in 76703. I got a clean | Dale Johannesen |
| 2009-10-12 | Remove a redundant member variable. | Dan Gohman |
| 2009-10-12 | More heuristics for Combiner-AA. Still catches all important cases, but | Nate Begeman |
| 2009-10-12 | Fix PR5087, patch by Jakub Staszak! | Chris Lattner |
| 2009-10-10 | Create a new InstrEmitter class for translating SelectionDAG nodes | Dan Gohman |
| 2009-10-10 | Make getMachineNode return a MachineSDNode* instead of a generic SDNode* | Dan Gohman |
| 2009-10-10 | Fix a missing initialization of PostRAScheduler's AA member. | Dan Gohman |
| 2009-10-09 | The ScheduleDAG framework now requires an AliasAnalysis argument, though | Dan Gohman |
| 2009-10-09 | Factor out LiveIntervalAnalysis' code to determine whether an instruction | Dan Gohman |
| 2009-10-09 | Extract scope information from the variable itself, instead of relying on all... | Devang Patel |
| 2009-10-09 | isTriviallyReMaterializable checks the | Dan Gohman |
| 2009-10-09 | Add basic infrastructure and x86 support for preserving MachineMemOperand | Dan Gohman |
| 2009-10-09 | Check invalid debug info for enums. This may happen when underlyng enum is op... | Devang Patel |
| 2009-10-09 | when previous scratch register is killed, flag the value as no longer tracking | Jim Grosbach |
| 2009-10-09 | Give Dan and my recent changes, machine LICM is now code size neutral. | Evan Cheng |
| 2009-10-09 | Fix a logic error that caused non-rematable loop invariants loads to be licm'... | Evan Cheng |
| 2009-10-09 | Reset kill markers after live interval is reconstructed. | Evan Cheng |
| 2009-10-08 | Remove code that makes no sense. | Evan Cheng |
| 2009-10-08 | Clear variable debug info map at the end of the function. | Devang Patel |
| 2009-10-08 | Add a SelectionDAG getTargetInsertSubreg convenience function, | Bob Wilson |
| 2009-10-08 | Do not record line number to implicitly mark start of function if function ha... | Devang Patel |
| 2009-10-08 | Add a form of addPreserved which takes a string argument, to allow passes | Dan Gohman |
| 2009-10-08 | Re-enable register scavenging in Thumb1 by default. | Jim Grosbach |
| 2009-10-08 | bugfix. The target may use virtual registers that aren't tracked for re-use b... | Jim Grosbach |
| 2009-10-07 | reverting thumb1 scavenging default due to test failure while I figure out wh... | Jim Grosbach |
| 2009-10-07 | second half of lazy liveness removal. | Chris Lattner |
| 2009-10-07 | Enable thumb1 register scavenging by default. | Jim Grosbach |
| 2009-10-07 | grammar | Jim Grosbach |
| 2009-10-07 | add initializers for clarity. Add missing assignment of PrevLastUseOp. | Jim Grosbach |
| 2009-10-07 | Remove LazyLiveness from the tree. It doesn't work right now, and I'm not go... | Owen Anderson |
| 2009-10-07 | Replace some code for aggressive-remat with MachineInstr::isInvariantLoad, and | Dan Gohman |