| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 50 | -906/+906 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 6 | -0/+79 |
* | This test is not interesting. | Evan Cheng | 2008-02-15 | 1 | -21/+0 |
* | Fix a miscompilation from Dan's recent apintification. | Chris Lattner | 2008-02-14 | 1 | -0/+8 |
* | This readme entry is done, testcase here: CodeGen/X86/zero-remat.ll | Chris Lattner | 2008-02-14 | 1 | -0/+2 |
* | Fix test. | Evan Cheng | 2008-02-14 | 1 | -1/+1 |
* | Teach LegalizeTypes how to expand and promote CTLZ, | Duncan Sands | 2008-02-13 | 1 | -12/+11 |
* | In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower this | Chris Lattner | 2008-02-13 | 1 | -0/+18 |
* | Add testcase for recent legalizer change | Nate Begeman | 2008-02-13 | 1 | -0/+8 |
* | New tests. | Evan Cheng | 2008-02-13 | 3 | -0/+71 |
* | Don't mask the isel bug. | Evan Cheng | 2008-02-12 | 3 | -3/+3 |
* | This test assumes no SSE4.1. | Evan Cheng | 2008-02-12 | 1 | -1/+1 |
* | Fix some test cases. | Evan Cheng | 2008-02-12 | 3 | -3/+3 |
* | Determine whether a spill kills the register it's spilling before insertion r... | Evan Cheng | 2008-02-11 | 1 | -0/+10 |
* | Alignment of struct containing vectors depends on | Dale Johannesen | 2008-02-09 | 1 | -1/+1 |
* | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng | 2008-02-08 | 1 | -0/+99 |
* | Added missing entries in X86 load / store folding tables. | Evan Cheng | 2008-02-08 | 1 | -0/+20 |
* | Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ... | Evan Cheng | 2008-02-07 | 2 | -33/+46 |
* | It's PR1925, not PR1609. | Evan Cheng | 2008-02-06 | 1 | -1/+1 |
* | Fix a number of local register allocator issues: PR1609. | Evan Cheng | 2008-02-06 | 1 | -0/+19 |
* | Fix PR1975: dag isel emitter produces patterns that isel wrong flag result. | Evan Cheng | 2008-02-05 | 1 | -0/+12 |
* | If a vr is already marked alive in a bb, then it has PHI uses that are visite... | Evan Cheng | 2008-02-05 | 1 | -0/+67 |
* | Crashes LegalizeTypes with "Do not know how to | Duncan Sands | 2008-02-04 | 1 | -0/+22 |
* | Crashes LegalizeTypes with "Do not know how to split | Duncan Sands | 2008-02-04 | 1 | -0/+14 |
* | remove target triple to make this test more "generic" | Chris Lattner | 2008-02-04 | 1 | -2/+0 |
* | Crashed the new type legalizer. Not likely to catch | Duncan Sands | 2008-02-04 | 1 | -0/+21 |
* | CBackend: Implement unaligned load/store. | Lauro Ramos Venancio | 2008-02-01 | 1 | -0/+15 |
* | Add target triples to these so they don't fail on linux. | Chris Lattner | 2008-01-29 | 2 | -0/+4 |
* | Overhaul Cell SPU's addressing mode internals so that there are now | Scott Michel | 2008-01-29 | 6 | -194/+79 |
* | Update this test. Due to dag combiner improvements, we now compile | Chris Lattner | 2008-01-27 | 1 | -1/+1 |
* | Implement some dag combines that allow doing fneg/fabs/fcopysign in integer | Chris Lattner | 2008-01-27 | 1 | -0/+21 |
* | New test to verify that "merging 4 loads into a vec load" continues to work and | Chris Lattner | 2008-01-26 | 1 | -0/+35 |
* | Infer alignment of loads and increase their alignment when we can tell they are | Chris Lattner | 2008-01-26 | 1 | -0/+22 |
* | remove a useless xfailed test. | Chris Lattner | 2008-01-26 | 1 | -27/+0 |
* | If there's no instructions being emitted on X86 for a function, emit a | Bill Wendling | 2008-01-26 | 1 | -0/+6 |
* | Need to convert to LLVM code and not C. | Bill Wendling | 2008-01-26 | 1 | -5/+4 |
* | Rename the .c to .ll | Bill Wendling | 2008-01-26 | 1 | -0/+0 |
* | Move testcase to the code gen directory. | Bill Wendling | 2008-01-26 | 1 | -0/+7 |
* | Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to | Chris Lattner | 2008-01-26 | 1 | -0/+31 |
* | Add target-specific dag combines for FAND(x,0) and FOR(x,0). This allows | Chris Lattner | 2008-01-25 | 1 | -0/+14 |
* | Significantly simplify and improve handling of FP function results on x86-32. | Chris Lattner | 2008-01-24 | 3 | -1/+29 |
* | take these with a pr # | Chris Lattner | 2008-01-24 | 2 | -2/+2 |
* | Let each target decide byval alignment. For X86, it's 4-byte unless the aggre... | Evan Cheng | 2008-01-23 | 4 | -4/+34 |
* | SSE varargs arguments are passed in memory. | Evan Cheng | 2008-01-22 | 1 | -0/+9 |
* | Implement flt_rounds for PowerPC. | Dale Johannesen | 2008-01-18 | 1 | -0/+19 |
* | remove extraneous &&'s from tests, as Scott is apparently not going to. | Chris Lattner | 2008-01-18 | 20 | -160/+160 |
* | Test is correct again for the moment. | Dale Johannesen | 2008-01-18 | 1 | -3/+0 |
* | Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to: | Chris Lattner | 2008-01-18 | 1 | -0/+11 |
* | Forward progress: crtbegin.c now compiles successfully! | Scott Michel | 2008-01-17 | 3 | -11/+112 |
* | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -0/+8 |