| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | memopv16i8 had wrong alignment requirement, would have broken pabsb | Nate Begeman | 2008-02-09 | 1 | -129/+193 |
* | Skeleton of insert and extract matching, more to come | Nate Begeman | 2008-02-09 | 1 | -2/+62 |
* | Tablegen support for insert & extract element matching | Nate Begeman | 2008-02-09 | 1 | -0/+16 |
* | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng | 2008-02-08 | 14 | -33/+101 |
* | 64-bit (MMX) vectors do not need restrictive alignment. | Dale Johannesen | 2008-02-08 | 1 | -6/+4 |
* | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 4 | -8/+8 |
* | Added missing entries in X86 load / store folding tables. | Evan Cheng | 2008-02-08 | 1 | -0/+8 |
* | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 2 | -15/+15 |
* | Add SourceValue information for outgoing argument stores on x86. | Dan Gohman | 2008-02-07 | 1 | -2/+4 |
* | Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ... | Evan Cheng | 2008-02-07 | 5 | -49/+30 |
* | In some cases, e.g. ADD32ri, no transformation is made. Guide against it. | Evan Cheng | 2008-02-07 | 1 | -0/+2 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 6 | -94/+102 |
* | Move to getCALLSEQ_END to ensure CALLSEQ_END node produces a flag. This is co... | Evan Cheng | 2008-02-05 | 1 | -2/+7 |
* | Implement sseregparm. | Dale Johannesen | 2008-02-05 | 2 | -4/+18 |
* | Ident mnemonics appropriately | Nate Begeman | 2008-02-05 | 1 | -4/+4 |
* | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 8 | -8/+0 |
* | This method should be virtual | Nate Begeman | 2008-02-04 | 1 | -1/+1 |
* | Eliminate some redundant code. | Nate Begeman | 2008-02-04 | 1 | -7/+1 |
* | The rest of the SSE4.1 intrinsic patterns that are obvious to me. Getting | Nate Begeman | 2008-02-04 | 1 | -8/+45 |
* | Some more SSE 4.1 intrinsic patterns. | Nate Begeman | 2008-02-04 | 1 | -31/+94 |
* | SSE 4.1 Intrinsics and detection | Nate Begeman | 2008-02-03 | 6 | -1/+119 |
* | explicitly include Compiler.h instead of getting it from tblgen in the middle... | Chris Lattner | 2008-02-03 | 4 | -0/+4 |
* | don't do ReplaceUses on a result that doesn't exist. | Chris Lattner | 2008-02-03 | 1 | -2/+4 |
* | Get rid of the annoying blank lines before labels. | Evan Cheng | 2008-02-02 | 9 | -11/+1 |
* | Don't use uninitialized values. Fixes vec_align.ll on X86 Linux. | Nick Lewycky | 2008-02-02 | 1 | -1/+1 |
* | Unbreak ppc debug support. | Evan Cheng | 2008-02-02 | 1 | -0/+3 |
* | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 10 | -2/+21 |
* | Frame index can be negative. | Evan Cheng | 2008-02-02 | 3 | -3/+3 |
* | CBackend: Implement unaligned load/store. | Lauro Ramos Venancio | 2008-02-01 | 1 | -14/+35 |
* | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 2 | -20/+0 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 6 | -97/+94 |
* | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 4 | -12/+12 |
* | Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex... | Christopher Lamb | 2008-01-31 | 1 | -1/+9 |
* | 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 | 1 | -12/+6 |
* | 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. | Dan Gohman | 2008-01-31 | 1 | -1/+1 |
* | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman | 2008-01-31 | 3 | -7/+7 |
* | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 6 | -94/+97 |
* | Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun... | Evan Cheng | 2008-01-30 | 1 | -4/+8 |
* | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 10 | -30/+14 |
* | Skip over the label which marks the beginning of the function before insertin... | Evan Cheng | 2008-01-30 | 1 | -0/+6 |
* | More cleanups for CellSPU: | Scott Michel | 2008-01-30 | 15 | -458/+389 |
* | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 7 | -42/+42 |
* | Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc... | Evan Cheng | 2008-01-29 | 6 | -96/+283 |
* | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands | 2008-01-29 | 3 | -13/+22 |
* | Handle 'X' constraint in asm's better. | Dale Johannesen | 2008-01-29 | 2 | -0/+19 |
* | Overhaul Cell SPU's addressing mode internals so that there are now | Scott Michel | 2008-01-29 | 8 | -680/+566 |
* | If the function has no machine instructions, then emit a "nop" so that | Bill Wendling | 2008-01-28 | 1 | -0/+10 |
* | add a note | Chris Lattner | 2008-01-27 | 1 | -0/+39 |