Age | Commit message (Expand) | Author |
2009-11-11 | Add support for tail duplication to BranchFolding, and extend | Dan Gohman |
2009-11-11 | Fix liveness calculation when splitting critical edges during PHI elimination. | Jakob Stoklund Olesen |
2009-11-11 | Add TargetLowering::isLegalICmpImmediate. It tells LSR what immediate can be ... | Evan Cheng |
2009-11-11 | Do jump table adjustment before constant island allocation | Jim Grosbach |
2009-11-11 | Fix indentation level. | Dan Gohman |
2009-11-11 | Whitespace cleanups. | Dan Gohman |
2009-11-11 | Prefix MBB numbers with "BB#" in debug output to make it clear what | Dan Gohman |
2009-11-11 | Minor code simplification. | Dan Gohman |
2009-11-11 | Set isBarrier = 1 on return instructions, as they are control barriers. | Dan Gohman |
2009-11-11 | Use a tab in INT3's asm string, for consistency. | Dan Gohman |
2009-11-11 | another const prop failure. | Chris Lattner |
2009-11-11 | add a note | Chris Lattner |
2009-11-11 | Reject duplicate case values in a switch, PR5450. | Chris Lattner |
2009-11-11 | Don't trivially delete unused calls to llvm.invariant.start. This allows | Duncan Sands |
2009-11-11 | remove the now dead condprop pass, PR3906. | Chris Lattner |
2009-11-11 | Remove dead code. | Rafael Espindola |
2009-11-11 | Show command-line args and features passed into backend in debug output. Appr... | Sandeep Patel |
2009-11-11 | Fix -Asserts warning. | Daniel Dunbar |
2009-11-11 | The TBB and TBH instructions for Thumb2 are really handy for jump tables, but | Jim Grosbach |
2009-11-11 | stub out some LazyValueInfo interfaces, and have JumpThreading | Chris Lattner |
2009-11-11 | Make sure that the exception handling data has the same visibility as the | Bill Wendling |
2009-11-11 | Do not assume first function scope seen represents current function. | Devang Patel |
2009-11-11 | Add From arguments to StringRef search functions, and tweak doxyments. | Daniel Dunbar |
2009-11-11 | llvm-gcc/clang don't (won't?) need this hack. | Daniel Dunbar |
2009-11-11 | Stub out a new lazy value info pass, which will eventually | Chris Lattner |
2009-11-11 | add a fixme | Chris Lattner |
2009-11-11 | remove redundant foward declaration. This function is already in | Chris Lattner |
2009-11-11 | While creating DbgScopes, do not forget parent scope. | Devang Patel |
2009-11-11 | Block terminator may be a switch. | Evan Cheng |
2009-11-10 | add a note | Chris Lattner |
2009-11-10 | I did this a week or two ago | Chris Lattner |
2009-11-10 | Ignore variable if scope info is not available. | Devang Patel |
2009-11-10 | Emit correct code when making a ConstantPool entry for a vector | Dale Johannesen |
2009-11-10 | Implement support to debug inlined functions. | Devang Patel |
2009-11-10 | implement a TODO by teaching jump threading about "xor x, 1". | Chris Lattner |
2009-11-10 | move some generally useful functions out of jump threading | Chris Lattner |
2009-11-10 | Don't mark conditional branch instructions as control barriers. | Dan Gohman |
2009-11-10 | Modify how the prologue encoded the "move" information for the FDE. GCC | Bill Wendling |
2009-11-10 | Process InlinedAt location info. | Devang Patel |
2009-11-10 | fix a crash in SCCP handling extractvalue of an array, pointed out and | Chris Lattner |
2009-11-10 | Teach PHIElimination to split critical edges when -split-phi-edges is enabled. | Jakob Stoklund Olesen |
2009-11-10 | Refactoring: Extract method PHIElimination::isLiveOut(). | Jakob Stoklund Olesen |
2009-11-10 | improve comment. | Chris Lattner |
2009-11-10 | Make jump threading eliminate blocks that just contain phi nodes, | Chris Lattner |
2009-11-10 | Generalize lsr code that optimize loop to count down towards zero. | Evan Cheng |
2009-11-10 | make this handle redefinition of malloc function with different prototype cor... | Victor Hernandez |
2009-11-10 | Change Thumb1 address mode printing, instead of | Evan Cheng |
2009-11-10 | Add a comment. | Evan Cheng |
2009-11-10 | Add defensive break. | Duncan Sands |
2009-11-10 | Add a monstrous hack to improve X86ISelDAGToDAG compile time. | Daniel Dunbar |