| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -45/+55 |
| * | Implement sseregparm. | Dale Johannesen | 2008-02-05 | 2 | -4/+18 |
| * | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -1/+0 |
| * | 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 |
| * | Get rid of the annoying blank lines before labels. | Evan Cheng | 2008-02-02 | 2 | -2/+0 |
| * | Don't use uninitialized values. Fixes vec_align.ll on X86 Linux. | Nick Lewycky | 2008-02-02 | 1 | -1/+1 |
| * | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 2 | -1/+6 |
| * | Frame index can be negative. | Evan Cheng | 2008-02-02 | 2 | -2/+2 |
| * | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 1 | -10/+0 |
| * | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -50/+45 |
| * | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 1 | -4/+4 |
| * | Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i... | Evan Cheng | 2008-01-31 | 2 | -0/+15 |
| * | 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 | 2 | -4/+4 |
| * | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -45/+50 |
| * | 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 | 2 | -4/+4 |
| * | Skip over the label which marks the beginning of the function before insertin... | Evan Cheng | 2008-01-30 | 1 | -0/+6 |
| * | Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc... | Evan Cheng | 2008-01-29 | 6 | -96/+283 |
| * | Handle 'X' constraint in asm's better. | Dale Johannesen | 2008-01-29 | 2 | -0/+19 |
| * | add a note | Chris Lattner | 2008-01-27 | 1 | -0/+39 |
| * | Use fldz and fld1 for long double constants instead of a constant pool load. | Chris Lattner | 2008-01-27 | 1 | -1/+14 |
| * | Add some notes. | Chris Lattner | 2008-01-26 | 1 | -0/+18 |
| * | Remove some code for inferring alignment info from the x86 backend | Chris Lattner | 2008-01-26 | 1 | -10/+1 |
| * | If there's no instructions being emitted on X86 for a function, emit a | Bill Wendling | 2008-01-26 | 1 | -2/+12 |
| * | optimize fxor like for | Chris Lattner | 2008-01-25 | 1 | -3/+6 |
| * | Add target-specific dag combines for FAND(x,0) and FOR(x,0). This allows | Chris Lattner | 2008-01-25 | 1 | -4/+30 |
| * | Provide correct DWARF register numbering for debug information emission on x8... | Anton Korobeynikov | 2008-01-25 | 3 | -9/+9 |
| * | Significantly simplify and improve handling of FP function results on x86-32. | Chris Lattner | 2008-01-24 | 3 | -127/+128 |
| * | Let each target decide byval alignment. For X86, it's 4-byte unless the aggre... | Evan Cheng | 2008-01-23 | 2 | -0/+46 |
| * | The last pieces needed for loading arbitrary | Duncan Sands | 2008-01-23 | 3 | -9/+3 |
| * | Honor explicit section information on Darwin. | Dale Johannesen | 2008-01-23 | 1 | -1/+4 |
| * | SSE varargs arguments are passed in memory. | Evan Cheng | 2008-01-22 | 1 | -2/+2 |
| * | Honour ByVal parameter attribute for name decoration | Anton Korobeynikov | 2008-01-20 | 1 | -3/+12 |
| * | Remove Darwin'ism | Anton Korobeynikov | 2008-01-20 | 1 | -4/+1 |
| * | Enable PIC codegen on x86-64/linux | Anton Korobeynikov | 2008-01-20 | 1 | -1/+1 |
| * | Need to handle any 'nest' parameter before integer | Duncan Sands | 2008-01-19 | 1 | -8/+8 |
| * | make a method public | Chris Lattner | 2008-01-18 | 1 | -7/+7 |
| * | Revert the part of 45848 that treated weak globals | Dale Johannesen | 2008-01-17 | 1 | -3/+2 |
| * | This commit changes: | Chris Lattner | 2008-01-17 | 2 | -5/+10 |
| * | * Introduce a new SelectionDAG::getIntPtrConstant method | Chris Lattner | 2008-01-17 | 1 | -34/+29 |
| * | Trampoline support for x86-64. This looks like | Duncan Sands | 2008-01-16 | 1 | -7/+56 |
| * | make it more clear that this predicate only applies to scalar FP types. | Chris Lattner | 2008-01-16 | 2 | -10/+10 |
| * | introduce a isTypeInSSEReg predicate, which allows us to simplify | Chris Lattner | 2008-01-16 | 2 | -21/+18 |
| * | My previous commit had an incomplete message, it should have been: | Chris Lattner | 2008-01-16 | 1 | -1/+1 |
| * | make the 'fp return in ST(0)' optimization smart enough to | Chris Lattner | 2008-01-16 | 1 | -1/+1 |
| * | various whitespace cleanups, no functionality change. | Chris Lattner | 2008-01-16 | 1 | -7/+7 |
| * | Fix and enable EH for x86-64 Darwin. Adds | Dale Johannesen | 2008-01-15 | 2 | -5/+13 |