| Commit message (Expand) | Author | Age | Files | Lines |
| * | this is done. | Chris Lattner | 2007-12-29 | 1 | -7/+0 |
| * | One readme entry is done, one is really easy (Evan, want to investigate | Chris Lattner | 2007-12-29 | 1 | -77/+25 |
| * | Fold comparisons against a constant nan, and optimize ORD/UNORD | Chris Lattner | 2007-12-29 | 1 | -17/+0 |
| * | this xform is implemented. | Chris Lattner | 2007-12-29 | 1 | -22/+0 |
| * | Codegen: | Chris Lattner | 2007-12-29 | 1 | -4/+29 |
| * | avoid going through a stack slot to convert from fpstack to xmm reg | Chris Lattner | 2007-12-29 | 2 | -29/+39 |
| * | add a note | Chris Lattner | 2007-12-29 | 1 | -1/+41 |
| * | expand note. | Chris Lattner | 2007-12-29 | 1 | -0/+4 |
| * | add a note. | Chris Lattner | 2007-12-28 | 1 | -0/+32 |
| * | add a note. | Chris Lattner | 2007-12-28 | 1 | -0/+32 |
| * | add a note | Chris Lattner | 2007-12-28 | 1 | -0/+19 |
| * | add a simple hack | Chris Lattner | 2007-12-24 | 1 | -0/+12 |
| * | Setting GlobalDirective in TargetAsmInfo by default rather than | Gordon Henriksen | 2007-12-23 | 2 | -2/+1 |
| * | fix some warnings. This code needs to be de-tabified :( | Chris Lattner | 2007-12-22 | 1 | -2/+3 |
| * | fix strict-aliasing violation | Chris Lattner | 2007-12-22 | 1 | -3/+1 |
| * | Erm, really disable :) | Anton Korobeynikov | 2007-12-22 | 1 | -1/+1 |
| * | Disable, until we'll really need it | Anton Korobeynikov | 2007-12-22 | 1 | -0/+3 |
| * | Preliminary PIC JIT support for X86 (32-bit) / Darwin. | Evan Cheng | 2007-12-22 | 5 | -65/+89 |
| * | Oops. | Evan Cheng | 2007-12-22 | 1 | -2/+1 |
| * | Fix JIT code emission of X86::MovePCtoStack. | Evan Cheng | 2007-12-22 | 2 | -5/+7 |
| * | Allow JIT with non-static relocation model. | Evan Cheng | 2007-12-22 | 1 | -1/+2 |
| * | Fix silly typo in the FP CEP handling. | Anton Korobeynikov | 2007-12-21 | 1 | -0/+1 |
| * | Fix a brain fart by our beloved leader (the content | Duncan Sands | 2007-12-21 | 1 | -4/+3 |
| * | Fix unintented change from last commit | Nicolas Geoffray | 2007-12-21 | 1 | -3/+3 |
| * | Enable EH for linux/ppc32 targets | Nicolas Geoffray | 2007-12-21 | 2 | -15/+33 |
| * | New entry. | Evan Cheng | 2007-12-21 | 1 | -0/+15 |
| * | Fix JIT encoding for CMPSD as well. | Evan Cheng | 2007-12-20 | 2 | -4/+8 |
| * | More working CellSPU tests: | Scott Michel | 2007-12-20 | 6 | -60/+70 |
| * | Enable EH on PPC Darwin. This basically works; there | Dale Johannesen | 2007-12-19 | 1 | -1/+1 |
| * | CellSPU testcase, extract_elt.ll: extract vector element. | Scott Michel | 2007-12-19 | 1 | -2/+5 |
| * | Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.ll | Scott Michel | 2007-12-19 | 2 | -6/+5 |
| * | Add new immed16.ll test case, fix CellSPU errata to make test case work. | Scott Michel | 2007-12-19 | 5 | -13/+23 |
| * | Mark the "isRemat" instruction as never having side effects. | Bill Wendling | 2007-12-19 | 1 | -1/+1 |
| * | add an obvious load folding missed optzn. | Chris Lattner | 2007-12-18 | 1 | -0/+21 |
| * | Fold certain additions through selects (and their compares) so as to eliminat... | Christopher Lamb | 2007-12-18 | 1 | -18/+0 |
| * | add a missed case. | Chris Lattner | 2007-12-18 | 1 | -0/+18 |
| * | Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. I | Bill Wendling | 2007-12-17 | 7 | -21/+57 |
| * | - Restore some i8 functionality in CellSPU | Scott Michel | 2007-12-17 | 7 | -55/+479 |
| * | LD_Fp64m should have "isRematerializable" set. | Bill Wendling | 2007-12-17 | 1 | -1/+2 |
| * | As per feedback, revised comments to (hopefully) make the different side effect | Bill Wendling | 2007-12-17 | 1 | -3/+12 |
| * | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -3/+4 |
| * | don't violate C TBAA rules, use FloatToBits instead. | Chris Lattner | 2007-12-16 | 1 | -22/+10 |
| * | fix a questionable cast, thanks to Mike Stump for pointing this out. | Chris Lattner | 2007-12-16 | 1 | -1/+1 |
| * | Fix the JIT encoding of cmp*ss, which aborts with this assertion currently: | Chris Lattner | 2007-12-16 | 2 | -4/+6 |
| * | Make better use of instructions that clear high bits; fix various 2-wide shuf... | Evan Cheng | 2007-12-15 | 3 | -45/+119 |
| * | Start committing working test cases for CellSPU. | Scott Michel | 2007-12-15 | 4 | -4/+52 |
| * | Actually, MOVPQIto64mr is a dup of MOVPQI2QImr, MOV64toPQIrm is a dup of MOVQ... | Evan Cheng | 2007-12-14 | 2 | -11/+2 |
| * | Fix (mem) <-> low 64-bits of xmm bugs pointed out by David Greene. Mac OS X L... | Evan Cheng | 2007-12-14 | 1 | -8/+8 |
| * | x86-32 long doubles are 4-byte aligned on the stack | Dale Johannesen | 2007-12-14 | 1 | -1/+1 |
| * | Fix bsf / bsr jit encoding. | Evan Cheng | 2007-12-14 | 2 | -6/+6 |