| Age | Commit message (Expand) | Author |
| 2010-05-10 | Be careful with operand promotion. For a binary operation, the source operand... | Evan Cheng |
| 2010-05-10 | Add an assertion to catch attempts to access off the end of the array. | Duncan Sands |
| 2010-05-07 | SDDbgValues are apparently not being legalized. Fix a symptom of the problem, | Dan Gohman |
| 2010-05-07 | Verify variable directly. | Devang Patel |
| 2010-05-07 | Fix PR 7087, and probably other things, by extending | Dale Johannesen |
| 2010-05-07 | Transfer debug location information from PHI nodes to resulting | Dan Gohman |
| 2010-05-07 | Print debug information for SDNodes. | Dan Gohman |
| 2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
| 2010-05-06 | In bottom-up mode, defer the materialization of local constant values. | Dan Gohman |
| 2010-05-05 | Add an "IsBottomUp" member function to FastISel, which will be used to | Dan Gohman |
| 2010-05-05 | Use getValue() for PHINodes when direct NodeMap access does not work. | Devang Patel |
| 2010-05-04 | Instruction selection optimizations may have moved the def of a function argu... | Evan Cheng |
| 2010-05-04 | Teach scheduler about REG_SEQUENCE. | Evan Cheng |
| 2010-05-04 | Re-enable isel kill flags, now that the local allocator is ignoring them. | Dan Gohman |
| 2010-05-03 | Factor out FastISel's code for materializing constants and other values | Dan Gohman |
| 2010-05-01 | Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1), | Anton Korobeynikov |
| 2010-05-01 | Remove the code for special-casing byval for fast-isel. SelectionDAG | Dan Gohman |
| 2010-05-01 | Re-disable kill flags, as there is more trouble. | Dan Gohman |
| 2010-05-01 | Re-enable kill flags from SelectionDAGISel, with a fix: don't | Dan Gohman |
| 2010-05-01 | Fix whitespace. | Dan Gohman |
| 2010-05-01 | Don't pass SDValues by non-const reference unless they may be | Dan Gohman |
| 2010-05-01 | Reorgnaize more switch code lowering to clean up some tricky | Dan Gohman |
| 2010-05-01 | Delete the EdgeMapping variable itself. | Dan Gohman |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-30 | EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the | Bill Wendling |
| 2010-04-30 | Remove this debug output. The MachineFunction will be printed once all of | Dan Gohman |
| 2010-04-30 | EmitDbgValue doesn't need its EdgeMapping argument. | Dan Gohman |
| 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 |