| Age | Commit message (Expand) | Author |
| 2010-07-05 | random tidying | Chris Lattner |
| 2010-07-04 | Infer alignments of fixed frame objects when they are constructed. This ensur... | Evan Cheng |
| 2010-07-04 | Proper indentation. | Bill Wendling |
| 2010-07-02 | Propagate the AlignStack bit in InlineAsm's to the | Dale Johannesen |
| 2010-07-02 | 80-column and trailing whitespace cleanup. | Jim Grosbach |
| 2010-07-02 | grammar tweaks | Jim Grosbach |
| 2010-07-02 | Rename CreateReg to CreateRegs, and MakeReg to CreateReg. | Dan Gohman |
| 2010-07-01 | Temporarily disable on-demand fast-isel. | Dan Gohman |
| 2010-07-01 | Use FuncInfo's isExportedInst accessor method instead of | Dan Gohman |
| 2010-07-01 | Rename CreateRegForValue to CreateReg, and change its argument | Dan Gohman |
| 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-06-30 | grammar tweak in comment. | Jim Grosbach |
| 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-29 | Add a VT argument to getMinimalPhysRegClass and replace the copy related uses | Rafael Espindola |
| 2010-06-29 | Remove initialized but otherwise unused variables. | Duncan Sands |
| 2010-06-28 | Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they | Bob Wilson |
| 2010-06-28 | In asm's, output operands with matching input constraints | Dale Johannesen |
| 2010-06-26 | When splitting a VAARG, remember its alignment. | Rafael Espindola |
| 2010-06-25 | Change if-conversion block size limit checks to add some flexibility. | Evan Cheng |
| 2010-06-25 | The hasMemory argument is irrelevant to how the argument | Dale Johannesen |
| 2010-06-25 | Remove variables which are assigned to but for which the value | Duncan Sands |
| 2010-06-25 | use ArgOperand API | Gabor Greif |
| 2010-06-25 | use ArgOperand API | Gabor Greif |
| 2010-06-25 | prune an include | Gabor Greif |
| 2010-06-24 | It's possible that a flag is added to the SDNode that points back to the | Bill Wendling |
| 2010-06-24 | Simplify this code; switch lowering shouldn't produce cases | Dan Gohman |
| 2010-06-24 | Eliminate the other half of the BRCOND optimization, and update | Dan Gohman |
| 2010-06-24 | Eliminate the first have of the optimization which eliminates BRCOND | Dan Gohman |
| 2010-06-24 | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman |
| 2010-06-24 | Optimize the "bit test" code path for switch lowering in the | Dan Gohman |
| 2010-06-23 | MorphNodeTo doesn't preserve the memory operands. Because we're morphing a node | Bill Wendling |
| 2010-06-23 | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar |
| 2010-06-23 | Some targets don't require the fencing MEMBARRIER instructions surrounding | Jim Grosbach |
| 2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
| 2010-06-21 | Revert r106422, which is breaking the non-fast-isel path. | Dan Gohman |
| 2010-06-21 | More changes for non-top-down fast-isel. | Dan Gohman |
| 2010-06-21 | Do one lookup instead of two. | Dan Gohman |
| 2010-06-21 | Generalize this to look in the regular ValueMap in addition to | Dan Gohman |
| 2010-06-18 | Teach regular and fast isel to set dead flags on unused implicit defs | Dan Gohman |
| 2010-06-18 | back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set) | Jim Grosbach |
| 2010-06-18 | Fix cross initialization compilation error. | Evan Cheng |
| 2010-06-18 | Add Expand-to-libcall support for additional atomics. This covers the usual | Jim Grosbach |
| 2010-06-18 | Minor code simplifications. | Dan Gohman |
| 2010-06-18 | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman |
| 2010-06-18 | Don't replace the old Ordering object with a new one; just clear() | Dan Gohman |