| Age | Commit message (Expand) | Author |
| 2010-04-30 | Apply a patch from Jan Sjodin to fix a compiler abort on vector | Dan Gohman |
| 2010-04-30 | Temporarily disable SelectionDAG kill flags, which are causing trouble. | Dan Gohman |
| 2010-04-30 | Set register kill flags on the SelectionDAG path, at least in the | Dan Gohman |
| 2010-04-29 | Refactor. | Devang Patel |
| 2010-04-29 | DO not push DBG_VALUE machine instructions for inlined fuction arguments in e... | Devang Patel |
| 2010-04-29 | Add comment. | Evan Cheng |
| 2010-04-29 | Re-enable 102565 with fixes. | Evan Cheng |
| 2010-04-29 | Temporarily disable my changes to unbreak the build. | Evan Cheng |
| 2010-04-29 | Do not generate duplicate dbg_value instructions for function arguments. | Evan Cheng |
| 2010-04-29 | Fix missing #include. | Dan Gohman |
| 2010-04-29 | Avoid emitting a dbg_value machineinstr that's not going to be inserted into ... | Evan Cheng |
| 2010-04-29 | Check Reg against zero. | Evan Cheng |
| 2010-04-28 | tidy up. | Devang Patel |
| 2010-04-28 | Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc... | Evan Cheng |
| 2010-04-28 | While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matc... | Devang Patel |
| 2010-04-28 | Try operation promotion only if regular dag combine and target-specific ones ... | Evan Cheng |
| 2010-04-27 | Ignore DBG_VALUE instructions that points to undef values. | Devang Patel |
| 2010-04-27 | - When legal, promote a load to zextload rather than ext load. | Evan Cheng |
| 2010-04-27 | Revert a small part of 102372; this fixes at least one | Dale Johannesen |
| 2010-04-26 | Avoid adding a null MD node operand, which crashes with "-debug" when trying | Bob Wilson |
| 2010-04-26 | Remove crufty comments. | Dale Johannesen |
| 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-25 | Stop abusing EmitInstrWithCustomInserter for target-dependent | Dale Johannesen |
| 2010-04-25 | Add comment re byval args. Doesn't actually work this way yet. | Dale Johannesen |
| 2010-04-24 | When a load operand is promoted to an extload, replace other uses with uses o... | Evan Cheng |
| 2010-04-24 | Apply a fix for a vector setcc dagcombine from Jan Sjodin. No | Dan Gohman |
| 2010-04-23 | Code refactoring. | Evan Cheng |
| 2010-04-23 | Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel | Dan Gohman |
| 2010-04-22 | Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down | Dan Gohman |
| 2010-04-22 | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman |
| 2010-04-22 | - It's not safe to promote rotates (at least not trivially). | Evan Cheng |
| 2010-04-22 | Fix a comment. | Dan Gohman |
| 2010-04-22 | Move PHINodesToUpdate out of SelectionDAGBuilder and into | Dan Gohman |
| 2010-04-21 | Add more const qualifiers on TargetMachine and friends. | Dan Gohman |
| 2010-04-21 | Move several SelectionDAG-independent utility functions out of the | Dan Gohman |
| 2010-04-21 | Add another variant of this test which found a place where | Dan Gohman |
| 2010-04-20 | Because of the EMMS problem, right now we have to support | Dale Johannesen |
| 2010-04-20 | Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISel | Dan Gohman |
| 2010-04-20 | Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since | Dan Gohman |
| 2010-04-20 | Sink this use_empty() check into isUsedOutsideOfDefiningBlock. | Dan Gohman |
| 2010-04-20 | If a PHI node somehow has debug info, propogate it to the MachineInstr PHI. | Dan Gohman |
| 2010-04-20 | Don't iterate through the whole block just to find the PHI nodes. | Dan Gohman |
| 2010-04-20 | Delete a redundant return statement. | Dan Gohman |
| 2010-04-20 | The visitXOR method can return the same SDNode. If so, we don't want to delete | Bill Wendling |
| 2010-04-20 | Remove this debug output; it isn't that useful, and it's incomplete | Dan Gohman |
| 2010-04-20 | Sink DebugLoc handling out of SelectionDAGISel into FastISel and | Dan Gohman |
| 2010-04-20 | Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp | Dan Gohman |
| 2010-04-20 | Reapply the removal of SelectionDAGISel's BB, with a fix for the case | Dan Gohman |
| 2010-04-19 | Revert 101825, which is causing trouble. | Dan Gohman |