| Age | Commit message (Expand) | Author |
| 2010-06-29 | Do not hardcode DW_AT_stmt_list value. | Devang Patel |
| 2010-06-29 | Fix the handling of partial redefines in the fast register allocator. | Jakob Stoklund Olesen |
| 2010-06-29 | Fix a register scavenger crash when dealing with undefined subregs. | Bob Wilson |
| 2010-06-29 | It seems clear that this should return Changed. | Duncan Sands |
| 2010-06-29 | Add a VT argument to getMinimalPhysRegClass and replace the copy related uses | Rafael Espindola |
| 2010-06-29 | getMachineBasicBlockAddress returns a uintptr_t - don't truncate | Duncan Sands |
| 2010-06-29 | use ArgOperand APIs | Gabor Greif |
| 2010-06-29 | Remove initialized but otherwise unused variables. | Duncan Sands |
| 2010-06-29 | When processing loops for scheduling latencies (used for live outs on loop | Jim Grosbach |
| 2010-06-29 | Reapply my if-conversion cleanup from svn r106939 with fixes. | Bob Wilson |
| 2010-06-28 | Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they | Bob Wilson |
| 2010-06-28 | Use DW_FORM_addr for DW_AT_entry_pc. | Devang Patel |
| 2010-06-28 | In asm's, output operands with matching input constraints | Dale Johannesen |
| 2010-06-28 | Include inlined function in list of processed subprograms. | Devang Patel |
| 2010-06-28 | new, no longer brain-dead, r106907 | Jim Grosbach |
| 2010-06-28 | After physreg coalescing, physical registers might not have live ranges where | Jakob Stoklund Olesen |
| 2010-06-28 | Add more special treatment for inline asm in RegAllocFast. | Jakob Stoklund Olesen |
| 2010-06-28 | Preserve deleted function's local variables' debug info. | Devang Patel |
| 2010-06-28 | simplify: we have solid argument iterator range | Gabor Greif |
| 2010-06-28 | Revert r106907, "make sure to handle dbg_value instructions in the middle of the | Daniel Dunbar |
| 2010-06-28 | Remove dead code. | Devang Patel |
| 2010-06-26 | When splitting a VAARG, remember its alignment. | Rafael Espindola |
| 2010-06-26 | Revert my if-conversion cleanup since it caused a bunch of nightly test | Bob Wilson |
| 2010-06-26 | VNInfos don't need to be destructed anymore. | Benjamin Kramer |
| 2010-06-26 | Clean up some problems with extra CFG edges being introduced during | Bob Wilson |
| 2010-06-25 | make sure to handle dbg_value instructions in the middle of the block, not | Jim Grosbach |
| 2010-06-25 | Don't track kills in VNInfo. Use interval ends instead. | Jakob Stoklund Olesen |
| 2010-06-25 | Change if-conversion block size limit checks to add some flexibility. | Evan Cheng |
| 2010-06-25 | Collect debug info for optimized variables of inlined functions. | Devang Patel |
| 2010-06-25 | 80 column and typo fix | Jim Grosbach |
| 2010-06-25 | The hasMemory argument is irrelevant to how the argument | Dale Johannesen |
| 2010-06-25 | - Reapply r106066 now that the bzip2 build regression has been fixed. | Bill Wendling |
| 2010-06-25 | We should remove the live range from the destination register only if *all* defs | Bill Wendling |
| 2010-06-25 | Cosmetic. | Dale Johannesen |
| 2010-06-25 | Remove variables which are assigned to but for which the value | Duncan Sands |
| 2010-06-25 | use ArgOperand accessors | Gabor Greif |
| 2010-06-25 | use ArgOperand API (the simple part) | Gabor Greif |
| 2010-06-25 | use ArgOperand API | Gabor Greif |
| 2010-06-25 | use ArgOperand API | Gabor Greif |
| 2010-06-25 | use ArgOperand API and CallSite to access arguments of CallInst | Gabor Greif |
| 2010-06-25 | use ArgOperand API and CallSite to access arguments of CallInst | Gabor Greif |
| 2010-06-25 | use ArgOperand API | Gabor Greif |
| 2010-06-25 | prune an include | Gabor Greif |
| 2010-06-25 | Fix a case where an earlyclobber operand of an asm | Dale Johannesen |
| 2010-06-24 | Make sure all eliminated kills are removed from VNInfo lists. | Jakob Stoklund Olesen |
| 2010-06-24 | Add some comments. | Dan Gohman |
| 2010-06-24 | Teach EmitLiveInCopies to omit copies for unused virtual registers, | Dan Gohman |
| 2010-06-24 | It's possible that a flag is added to the SDNode that points back to the | Bill Wendling |
| 2010-06-24 | DBG_VALUE machine instruction pointing to undefined register for a variable j... | Devang Patel |
| 2010-06-24 | Don't return a std::vector in the Spiller interface, but take a reference to a | Jakob Stoklund Olesen |