| Age | Commit message (Expand) | Author |
| 2010-07-01 | Teach fast-isel to avoid loading a value from memory when it's already | Dan Gohman |
| 2010-07-01 | Enable on-demand fast-isel. | Dan Gohman |
| 2010-07-01 | Reapply r106422, splitting the code for materializing a value out of | Dan Gohman |
| 2010-07-01 | Don't use operator[] here, because it's not desirable to insert a default | Dan Gohman |
| 2010-07-01 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-07-01 | Add memory operand folding support to InlineSpiller. | Jakob Stoklund Olesen |
| 2010-06-30 | Add support for rematerialization to InlineSpiller. | Jakob Stoklund Olesen |
| 2010-06-30 | Use the catch-all selectors we already found when converting them to use the | Bill Wendling |
| 2010-06-30 | Handle array and vector typed parameters in sjljehprepare like we do | Jim Grosbach |
| 2010-06-30 | grammar tweak in comment. | Jim Grosbach |
| 2010-06-30 | Some fool committed without testing (or even building) first. | Jakob Stoklund Olesen |
| 2010-06-30 | Remember to track spill slot uses in VirtRegMap when inserting loads and stores. | Jakob Stoklund Olesen |
| 2010-06-30 | Remove an unused variable. The call to getRoot has side-effects, so | Duncan Sands |
| 2010-06-30 | use ArgOperand API | Gabor Greif |
| 2010-06-30 | use ArgOperand API | Gabor Greif |
| 2010-06-30 | use CallSite::arg_end instead of CallInst::op_end | Gabor Greif |
| 2010-06-30 | Remove trailing whitespace, no functionality changes. | John Mosby |
| 2010-06-30 | Do not construct DIE for already processed MDNode. | Devang Patel |
| 2010-06-30 | Use skipInstruction() as a simpler way of iterating over instructions using S... | Jakob Stoklund Olesen |
| 2010-06-30 | Use clEnumValN macro to work around keyword clash | Jakob Stoklund Olesen |
| 2010-06-30 | Add variables into a scope before constructing scope DIE otherwise variables ... | Devang Patel |
| 2010-06-29 | Begin implementation of an inline spiller. | Jakob Stoklund Olesen |
| 2010-06-29 | Revert r107205 and r107207. | Bill Wendling |
| 2010-06-29 | Print InlinedAt location. | Devang Patel |
| 2010-06-29 | Print InlinedAt location. | Devang Patel |
| 2010-06-29 | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling |
| 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 |