| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the grep commands for this test to be tolerant of ABI | Dan Gohman | 2008-08-11 | 1 | -1/+4 |
* | Take the FrameOffset into account when computing the alignment | Dan Gohman | 2008-08-11 | 1 | -0/+23 |
* | Add an EXTRACTPSmr pattern to match the pattern that | Dan Gohman | 2008-08-08 | 1 | -0/+16 |
* | It's not legal to output a GV in a coalesced section if it's used in an ARM P... | Evan Cheng | 2008-08-08 | 1 | -0/+13 |
* | Don't crash printing the asm for a ConstantExpr PtrToInt just because the int | Nick Lewycky | 2008-08-08 | 1 | -0/+7 |
* | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -0/+12 |
* | [Last] Batch 7 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+40 |
* | Batch 6 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+52 |
* | Batch 5 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+43 |
* | Batch 4 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+65 |
* | Batch 3 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+87 |
* | Batch 2 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+39 |
* | Batch 1 of Mips CodeGen tests, more coming... | Bruno Cardoso Lopes | 2008-08-08 | 4 | -0/+61 |
* | Print section flags ok on platforms, which use '@' as comment string. Fix test. | Anton Korobeynikov | 2008-08-07 | 1 | -1/+1 |
* | Re-enable elimination of unnecessary SUBREG_TO_REG instructions in | Dan Gohman | 2008-08-07 | 2 | -0/+21 |
* | Add an extra example that shouldn't get an and instruction. | Dan Gohman | 2008-08-07 | 1 | -1/+6 |
* | Re-introduce the 8-bit subreg zext-inreg patterns for x86-32, | Dan Gohman | 2008-08-06 | 2 | -28/+15 |
* | Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64. | Evan Cheng | 2008-08-05 | 1 | -0/+13 |
* | Fix PR2596: out of bound reference. | Evan Cheng | 2008-08-05 | 1 | -0/+40 |
* | Update the remaining tests not to use -disable-correct-folding, and remove two | Owen Anderson | 2008-08-05 | 6 | -115/+18 |
* | One more -disable-correct-folding case removed. | Owen Anderson | 2008-08-05 | 1 | -9/+9 |
* | Remove another -disable-correct-folding use. | Owen Anderson | 2008-08-05 | 1 | -3/+3 |
* | Eliminate another use of -disable-correct-folding. | Owen Anderson | 2008-08-05 | 1 | -7/+8 |
* | This check is unnecessary, and getting rid of it removes a use of -disable-co... | Owen Anderson | 2008-08-05 | 1 | -1/+1 |
* | Remove the need for -disable-correct-folding from this test. | Owen Anderson | 2008-08-05 | 1 | -9/+12 |
* | Fix PR2568: Fix bug that cause redudant kill marker after its live interval h... | Evan Cheng | 2008-08-05 | 1 | -0/+44 |
* | Update these tests to work by disabling the new correct CFG generation. This... | Owen Anderson | 2008-08-04 | 11 | -12/+12 |
* | Fix SDISel lowering of PHI nodes to use ComputeValueVTs. | Dan Gohman | 2008-08-04 | 1 | -0/+44 |
* | Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs. | Dan Gohman | 2008-08-04 | 1 | -0/+17 |
* | Make sse2 explicit, for non-x86 hosts. | Dale Johannesen | 2008-07-31 | 1 | -2/+2 |
* | Improve dagcombining for sext-loads and sext-in-reg nodes. | Dan Gohman | 2008-07-31 | 1 | -0/+9 |
* | Don't look for leaf values to store when lowering stores of | Dan Gohman | 2008-07-30 | 1 | -0/+18 |
* | I missed this file in r54223. movzbl is now used instead | Dan Gohman | 2008-07-30 | 1 | -1/+1 |
* | Reapply r54147 with a constraint to only use the 8-bit | Dan Gohman | 2008-07-30 | 3 | -0/+92 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -29/+29 |
* | Fix PR2609. If a label is deleted, then it needs | Duncan Sands | 2008-07-29 | 1 | -0/+282 |
* | Revert 54147. | Dan Gohman | 2008-07-29 | 2 | -80/+0 |
* | Add x86 isel patterns to match what would be a ZERO_EXTEND_INREG operation, | Dan Gohman | 2008-07-28 | 2 | -0/+80 |
* | Fix embedded CRLF characters. | Dan Gohman | 2008-07-27 | 1 | -632/+632 |
* | Fix test RUN line | Nate Begeman | 2008-07-25 | 1 | -1/+1 |
* | Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmx | Nate Begeman | 2008-07-25 | 1 | -0/+8 |
* | This test needs -aggressive-remat enabled. | Dan Gohman | 2008-07-25 | 1 | -1/+1 |
* | Teach ARM isLegalAddressingMode to handle unknown type without crashing. This... | Evan Cheng | 2008-07-25 | 1 | -0/+9 |
* | Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe... | Dan Gohman | 2008-07-25 | 1 | -0/+15 |
* | Add target triples so these tests behave as expected on non-darwin hosts. | Dan Gohman | 2008-07-24 | 3 | -3/+3 |
* | Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al... | Evan Cheng | 2008-07-24 | 1 | -0/+11 |
* | New test case. | Evan Cheng | 2008-07-24 | 1 | -0/+7 |
* | Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions. | Evan Cheng | 2008-07-23 | 3 | -4/+12 |
* | LegalizeTypes support for VSETCC. Fixes PR2575. | Duncan Sands | 2008-07-22 | 1 | -0/+30 |
* | Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to ou... | Evan Cheng | 2008-07-22 | 1 | -0/+16 |