| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner | 2010-05-01 | 1 | -0/+182 |
* | The inliner has traditionally not considered call sites | Chris Lattner | 2010-05-01 | 1 | -2/+43 |
* | Test failing too much on too many platforms. | Bill Wendling | 2010-05-01 | 1 | -85/+0 |
* | Maybe it needs sse2? | Bill Wendling | 2010-04-30 | 1 | -1/+1 |
* | Force 64-bit. | Bill Wendling | 2010-04-30 | 1 | -1/+1 |
* | Dan recently disabled recursive inlining within a function, but we | Chris Lattner | 2010-04-30 | 2 | -92/+32 |
* | EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the | Bill Wendling | 2010-04-30 | 1 | -0/+85 |
* | The local register allocator has to spill dirty callee saved registers before a | Jakob Stoklund Olesen | 2010-04-30 | 1 | -0/+143 |
* | Preserve debug info attached with call instruction while eliminating dead arg... | Devang Patel | 2010-04-30 | 1 | -0/+68 |
* | New test. | Devang Patel | 2010-04-30 | 1 | -0/+17 |
* | Add lint checks for invalid uses of memory. | Dan Gohman | 2010-04-30 | 1 | -0/+18 |
* | Add -o /dev/null to some tests which don't care about their output. | Dan Gohman | 2010-04-30 | 6 | -6/+6 |
* | Fix test. | Evan Cheng | 2010-04-30 | 1 | -2/+2 |
* | Another sibcall bug. If caller and callee calling conventions differ, then it... | Evan Cheng | 2010-04-30 | 1 | -0/+18 |
* | Reject really weird coalescer case when trying to merge identical subregisters | Jakob Stoklund Olesen | 2010-04-29 | 1 | -0/+142 |
* | Load folding tail call should not use ebp / rbp after it's popped. PEI | Evan Cheng | 2010-04-29 | 1 | -0/+52 |
* | Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the | Kevin Enderby | 2010-04-28 | 1 | -0/+16 |
* | fix this to work with objdir != srcdir | Chris Lattner | 2010-04-28 | 1 | -1/+1 |
* | Fix comment. | Dale Johannesen | 2010-04-28 | 1 | -1/+1 |
* | Test for llvm-gcc checkin 102543. | Dale Johannesen | 2010-04-28 | 1 | -0/+6 |
* | Update tests. Now DBG_VALUE instruction is created only if alloca correspondi... | Devang Patel | 2010-04-28 | 1 | -39/+35 |
* | fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), | Chris Lattner | 2010-04-28 | 1 | -0/+19 |
* | Rework global alignment computation again. Now we do round up | Chris Lattner | 2010-04-28 | 3 | -7/+31 |
* | Enable i16 to i32 promotion by default. | Evan Cheng | 2010-04-28 | 10 | -18/+70 |
* | Update tests. | Evan Cheng | 2010-04-28 | 3 | -11/+35 |
* | Emit debug info for byval parameters. | Devang Patel | 2010-04-28 | 1 | -0/+45 |
* | Do not count kill, implicit_def instructions as printed instructions. | Evan Cheng | 2010-04-27 | 1 | -1/+1 |
* | round zero-byte .zerofill directives up to 1 byte. This | Chris Lattner | 2010-04-27 | 1 | -0/+14 |
* | Un-XFAIL this on ppc. My enabling of dbg_declare handling | Dale Johannesen | 2010-04-27 | 1 | -1/+0 |
* | on darwin empty functions need to codegen into something of non-zero length, | Chris Lattner | 2010-04-26 | 2 | -2/+2 |
* | Handle register-to-register copies within the tGPR class. | Bob Wilson | 2010-04-26 | 1 | -0/+73 |
* | Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie... | Devang Patel | 2010-04-26 | 1 | -1/+1 |
* | When checking whether the special handling for an addrec increment which | Dan Gohman | 2010-04-26 | 1 | -1/+24 |
* | Add a comment to this test. | Dan Gohman | 2010-04-26 | 1 | -0/+3 |
* | fix PR6921 a different way. Intead of increasing the | Chris Lattner | 2010-04-26 | 2 | -0/+19 |
* | Revert r102300/102301, which serious broke objc apps. | Chris Lattner | 2010-04-26 | 3 | -21/+5 |
* | fix PR6940: sitofp(undef) folds to 0.0, not undef. | Chris Lattner | 2010-04-26 | 1 | -2/+13 |
* | testcase for PR6913 | Chris Lattner | 2010-04-25 | 1 | -0/+17 |
* | this passes now. | Chris Lattner | 2010-04-25 | 1 | -3/+2 |
* | Fix PR6921: globals were not getting correctly rounded up to their | Chris Lattner | 2010-04-25 | 2 | -2/+19 |
* | Generalize LSR's OptimizeMax to handle the new kinds of max expressions | Dan Gohman | 2010-04-24 | 1 | -0/+32 |
* | ScalarEvolution support for <= and >= loops. | Dan Gohman | 2010-04-24 | 4 | -4/+31 |
* | no longer xfail | Chris Lattner | 2010-04-23 | 1 | -2/+1 |
* | Per Chris, fuse four trivial tests using grep (r102199) into one that uses Fi... | Stuart Hastings | 2010-04-23 | 5 | -36/+45 |
* | Change TargetData's algorithm for computing defualt vector type | Dan Gohman | 2010-04-23 | 1 | -3/+3 |
* | Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test... | Stuart Hastings | 2010-04-23 | 4 | -0/+36 |
* | fix some failures my callgraph dump format change broke. | Chris Lattner | 2010-04-23 | 3 | -4/+3 |
* | testcase for the bug that required a patch to be reverted. | Chris Lattner | 2010-04-23 | 1 | -0/+31 |
* | Fix LSR to tolerate cases where ScalarEvolution initially | Dan Gohman | 2010-04-23 | 1 | -0/+28 |
* | disable my previous inliner patch, it appears to be busting self-host. | Chris Lattner | 2010-04-23 | 1 | -0/+1 |