| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex... | Christopher Lamb | 2008-01-31 | 1 | -1/+9 |
| * | Add more thorough error checking for NULL register classes. | Christopher Lamb | 2008-01-31 | 1 | -1/+2 |
| * | Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i... | Evan Cheng | 2008-01-31 | 2 | -0/+15 |
| * | MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula... | Evan Cheng | 2008-01-31 | 2 | -13/+8 |
| * | Makes the same change in ppc backend: avoid inserting prologue before debug l... | Evan Cheng | 2008-01-31 | 1 | -0/+10 |
| * | Avoid unnecessarily casting away const, fixing a FIXME. | Dan Gohman | 2008-01-31 | 2 | -2/+2 |
| * | Avoid unnecessarily casting away const. | Dan Gohman | 2008-01-31 | 1 | -1/+1 |
| * | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman | 2008-01-31 | 6 | -10/+10 |
| * | Also avoid adding callee save code before debug labels. | Evan Cheng | 2008-01-31 | 1 | -1/+9 |
| * | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 11 | -142/+287 |
| * | Fixed a bug in MergeValueInAsValue() pointed out by David Greene. Replace val... | Evan Cheng | 2008-01-30 | 1 | -3/+3 |
| * | Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun... | Evan Cheng | 2008-01-30 | 2 | -8/+12 |
| * | Adjust loop per review feedback. | Dale Johannesen | 2008-01-30 | 1 | -4/+2 |
| * | A semi-gross fix for a debug info issue. When inserting the "function start" ... | Evan Cheng | 2008-01-30 | 1 | -9/+26 |
| * | Accept getelementptr starting at GV with all 0 indices as a | Dale Johannesen | 2008-01-30 | 1 | -0/+14 |
| * | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 12 | -35/+19 |
| * | Add a new PseudoSourceValue class, which will be used to help track | Dan Gohman | 2008-01-30 | 1 | -0/+33 |
| * | Remove a couple more cases of "getNumUses() == 0". No need to walk the linked | Nick Lewycky | 2008-01-30 | 1 | -2/+2 |
| * | Use empty() instead of comparing size() with zero. | Nick Lewycky | 2008-01-30 | 1 | -1/+1 |
| * | Don't DCE FreeInst's. We were using those! Patch from Owen Anderson. | Nick Lewycky | 2008-01-30 | 1 | -1/+1 |
| * | Skip over the label which marks the beginning of the function before insertin... | Evan Cheng | 2008-01-30 | 1 | -0/+6 |
| * | Back out mods to llvmAsmParser, incorrectly committed | Scott Michel | 2008-01-30 | 3 | -4562/+3410 |
| * | More cleanups for CellSPU: | Scott Michel | 2008-01-30 | 18 | -3868/+4951 |
| * | Make DSE much more aggressive by performing DCE earlier. Update a testcase t... | Owen Anderson | 2008-01-30 | 1 | -2/+55 |
| * | Fix an issue where, under very specific circumstances, memdep could end up de... | Owen Anderson | 2008-01-30 | 1 | -2/+2 |
| * | Fix a bug where scalarrepl would discard offset if type would match. | Chris Lattner | 2008-01-30 | 1 | -2/+2 |
| * | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 14 | -108/+108 |
| * | Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc... | Evan Cheng | 2008-01-29 | 6 | -96/+283 |
| * | When expanding an operand, it's not the result value | Duncan Sands | 2008-01-29 | 1 | -2/+2 |
| * | Don't let globalopt hack on volatile loads or stores. | Chris Lattner | 2008-01-29 | 1 | -1/+4 |
| * | Use empty() instead of comparing size() with zero. | Dan Gohman | 2008-01-29 | 17 | -22/+22 |
| * | Fix a typo in a comment. | Dan Gohman | 2008-01-29 | 1 | -1/+1 |
| * | Fix 80-col violations. | Dan Gohman | 2008-01-29 | 3 | -10/+17 |
| * | Remove top-level const qualifiers from casts, avoiding associated | Dan Gohman | 2008-01-29 | 1 | -10/+10 |
| * | Fix a typo in a comment. | Dan Gohman | 2008-01-29 | 1 | -1/+0 |
| * | Add explicit keywords. | Dan Gohman | 2008-01-29 | 1 | -2/+2 |
| * | eliminate additions of 0.0 when they are obviously dead. This has to be care... | Chris Lattner | 2008-01-29 | 1 | -0/+47 |
| * | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands | 2008-01-29 | 6 | -19/+26 |
| * | Add support for eliminating memcpy's at the end of functions. Also fix some ... | Owen Anderson | 2008-01-29 | 1 | -26/+63 |
| * | RegAllocBigBlock doesn't need LiveVariables either. | Owen Anderson | 2008-01-29 | 1 | -13/+2 |
| * | Properly expand extract-element for non-power-of-2 codegen | Nate Begeman | 2008-01-29 | 1 | -2/+3 |
| * | Handle 'X' constraint in asm's better. | Dale Johannesen | 2008-01-29 | 5 | -21/+69 |
| * | Filter loops that subtract induction variables. | Devang Patel | 2008-01-29 | 1 | -17/+17 |
| * | Overhaul Cell SPU's addressing mode internals so that there are now | Scott Michel | 2008-01-29 | 8 | -680/+566 |
| * | Simplify the code and fix a typo. | Lauro Ramos Venancio | 2008-01-28 | 1 | -7/+4 |
| * | Fix fpcmp infinite loop when comparing "29-266" with "29-268". | Lauro Ramos Venancio | 2008-01-28 | 1 | -5/+21 |
| * | If the function has no machine instructions, then emit a "nop" so that | Bill Wendling | 2008-01-28 | 1 | -0/+10 |
| * | Transform calls to memcpy into llvm.memcpy calls, patch by Eli Friedman. | Chris Lattner | 2008-01-28 | 1 | -0/+30 |
| * | Handle some more combinations of extend and icmp. Fixes PR1940. | Nick Lewycky | 2008-01-28 | 2 | -8/+25 |
| * | Fix PR1932 by disabling an xform invalid for fdiv. | Chris Lattner | 2008-01-28 | 1 | -9/+10 |