| Age | Commit message (Expand) | Author |
| 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 |
| 2010-04-19 | Eliminate SelectionDAGISel's "current block" member. Just pass it as | Dan Gohman |
| 2010-04-19 | Eliminate the CurMBB member from SelectionDAGBuilder. For places that | Dan Gohman |
| 2010-04-19 | More progress on promoting i16 operations to i32 for x86. Work in progress. | Evan Cheng |
| 2010-04-19 | Give SelectionDAG a TargetMachine too, rather than having it | Dan Gohman |
| 2010-04-19 | More 80 col violation. | Evan Cheng |
| 2010-04-19 | Code that needs a TargetMachine should have access to one directly, rather | Dan Gohman |
| 2010-04-19 | Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't | Dan Gohman |
| 2010-04-17 | Fix -Wcast-qual warnings. | Dan Gohman |
| 2010-04-17 | Delete now-unnecessary const_casts. | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-17 | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng |
| 2010-04-17 | Another 80 col violation. | Evan Cheng |
| 2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 2010-04-16 | (i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext x). No known test case... | Evan Cheng |
| 2010-04-16 | Create a new TargetSelectionDAGInfo class. This will eventually acquire | Dan Gohman |
| 2010-04-16 | Commit this, which should have accompanied 101531. | Dan Gohman |
| 2010-04-16 | 80 col. | Evan Cheng |
| 2010-04-16 | 80 col. | Evan Cheng |
| 2010-04-16 | Avoid creating virtual registers for unused values. | Dan Gohman |
| 2010-04-16 | Fix an assertion string. | Dan Gohman |
| 2010-04-16 | Fix a comment. | Dan Gohman |
| 2010-04-16 | reapply r101434 | Gabor Greif |
| 2010-04-16 | Adding support for dag combiner to promote operations for profit. This requir... | Evan Cheng |