| Age | Commit message (Expand) | Author |
| 2010-06-24 | Remove the now unused LiveIntervals::getVNInfoSourceReg(). | Jakob Stoklund Olesen |
| 2010-06-24 | Teach AdjustCopiesBackFrom to also use CoalescerPair to identify compatible c... | Jakob Stoklund Olesen |
| 2010-06-24 | Remove the -fast-spill option. | Jakob Stoklund Olesen |
| 2010-06-24 | Loosen up the requirements in the Horrible Hack(tm) to include all selectors | Bill Wendling |
| 2010-06-24 | Replace a big gob of old coalescer logic with the new CoalescerPair class. | Jakob Stoklund Olesen |
| 2010-06-24 | Print the LSBs of a SlotIndex symbolically using letters referring to the | Jakob Stoklund Olesen |
| 2010-06-24 | Simplify this code; switch lowering shouldn't produce cases | Dan Gohman |
| 2010-06-24 | Be more strict about subreg-to-subreg copies in CoalescerPair. | Jakob Stoklund Olesen |
| 2010-06-24 | Verify that VNI kills are pointing to existing instructions. | Jakob Stoklund Olesen |
| 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-24 | Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c... | Jakob Stoklund Olesen |
| 2010-06-24 | Replace a big gob of old coalescer logic with the new CoalescerPair class. | Jakob Stoklund Olesen |
| 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-23 | Add a few VNInfo data structure checks. | Jakob Stoklund Olesen |
| 2010-06-23 | Revert r106066, "Create a more targeted fix for not sinking instructions into... | Daniel Dunbar |
| 2010-06-22 | Also convert SUBREG_TO_REG to a KILL when relevant, like the other subreg | Jakob Stoklund Olesen |
| 2010-06-22 | Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out | Dan Gohman |
| 2010-06-22 | Remove the SimpleJoin optimization from SimpleRegisterCoalescing. | Jakob Stoklund Olesen |
| 2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
| 2010-06-22 | When unfolding a load, avoid assuming which instruction that | Dan Gohman |
| 2010-06-22 | Use single interface, using twine, to get named metadata. | Devang Patel |
| 2010-06-22 | Tail merging pass shall not break up IT blocks. rdar://8115404 | Evan Cheng |
| 2010-06-22 | Discard special LLVM prefix from linkage name. | Devang Patel |
| 2010-06-22 | Do not rely on Twine temporaries to survive. | Devang Patel |
| 2010-06-22 | Fix the new load-unfolding code to update LiveVariable's dead flags, | Dan Gohman |
| 2010-06-21 | Teach two-address lowering how to unfold a load to open up commuting | Dan Gohman |
| 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-19 | Tidy. | Bob Wilson |
| 2010-06-18 | Teach regular and fast isel to set dead flags on unused implicit defs | Dan Gohman |
| 2010-06-18 | Only run CoalesceExtSubRegs when we can expect LiveIntervalAnalysis to clean up | Jakob Stoklund Olesen |
| 2010-06-18 | Allow ARM if-converter to be run after post allocation scheduling. | Evan Cheng |
| 2010-06-18 | back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set) | Jim Grosbach |
| 2010-06-18 | TwoAddressInstructionPass::CoalesceExtSubRegs can insert INSERT_SUBREG | Jakob Stoklund Olesen |
| 2010-06-18 | Fix an inverted condition. | Evan Cheng |
| 2010-06-18 | Fix cross initialization compilation error. | Evan Cheng |
| 2010-06-18 | Teach iff-converter to properly count # of dups. It was not skipping over dbg... | Evan Cheng |
| 2010-06-18 | Add Expand-to-libcall support for additional atomics. This covers the usual | Jim Grosbach |
| 2010-06-18 | Don't leak RegClass2VRegMap, which is now a new[] array instead of a | Dan Gohman |
| 2010-06-18 | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman |
| 2010-06-18 | Fix PR7372: Conditional branches (at least on ARM) are treated as predicated, | Bob Wilson |
| 2010-06-18 | Don't bother calling releaseMemory before destroying the DominatorTreeBase. | Dan Gohman |