Age | Commit message (Expand) | Author |
2010-06-29 | Reapply my if-conversion cleanup from svn r106939 with fixes. | Bob Wilson |
2010-06-29 | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman |
2010-06-29 | Described the missing AVX forms of SSE2 convert instructions | Bruno Cardoso Lopes |
2010-06-29 | The comment string does not match for all targets. PowerPC uses ;. | Devang Patel |
2010-06-28 | Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they | Bob Wilson |
2010-06-28 | Refix XTARGET. Previous attempt matches on powerpc-apple-darwin, | Dale Johannesen |
2010-06-28 | Attempt to fix XTARGET. | Dale Johannesen |
2010-06-28 | Use DW_FORM_addr for DW_AT_entry_pc. | Devang Patel |
2010-06-28 | In asm's, output operands with matching input constraints | Dale Johannesen |
2010-06-28 | Constant fold x == undef to undef. | Dan Gohman |
2010-06-28 | Fix Value::stripPointerCasts and BasicAA to avoid trouble on | Dan Gohman |
2010-06-28 | Remove this weak test. | Devang Patel |
2010-06-28 | Testcase for llvm-gcc fix 107051. | Dale Johannesen |
2010-06-28 | Don't write temporary files in test directory | Jakob Stoklund Olesen |
2010-06-28 | Add a triple so test runs on Linux as well. | Jakob Stoklund Olesen |
2010-06-28 | Add more special treatment for inline asm in RegAllocFast. | Jakob Stoklund Olesen |
2010-06-28 | Preserve deleted function's local variables' debug info. | Devang Patel |
2010-06-28 | Make this test darwin specific. | Devang Patel |
2010-06-26 | this test is failing nondeterministically and blaming me, just disable | Chris Lattner |
2010-06-26 | Fix test weirdness. | Benjamin Kramer |
2010-06-26 | Fix some tests that didn't test anything. | Benjamin Kramer |
2010-06-26 | Partial specialization test should not depend on the order of specialization ... | Kenneth Uildriks |
2010-06-26 | When splitting a VAARG, remember its alignment. | Rafael Espindola |
2010-06-26 | Revert my if-conversion cleanup since it caused a bunch of nightly test | Bob Wilson |
2010-06-26 | Fix PR7328: when turning a tail recursion into a loop, need to preserve | Duncan Sands |
2010-06-26 | Remove bogus test. | Eli Friedman |
2010-06-26 | Clean up some problems with extra CFG edges being introduced during | Bob Wilson |
2010-06-26 | When creating X86 MUL8 and DIV8 instructions, make sure we don't produce | Jakob Stoklund Olesen |
2010-06-25 | Add AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm} instructions | Bruno Cardoso Lopes |
2010-06-25 | Reapply r106896: | Bruno Cardoso Lopes |
2010-06-25 | Thumb2ITBlockPass: Fix a possible dereference of an invalid iterator. This was | Daniel Dunbar |
2010-06-25 | revert this now, it's using avx instead of sse :) | Bruno Cardoso Lopes |
2010-06-25 | Change if-conversion block size limit checks to add some flexibility. | Evan Cheng |
2010-06-25 | Add several AVX MOV flavors | Bruno Cardoso Lopes |
2010-06-25 | The hasMemory argument is irrelevant to how the argument | Dale Johannesen |
2010-06-25 | pcmpeqd and friends are Commutable. | Dan Gohman |
2010-06-25 | - Reapply r106066 now that the bzip2 build regression has been fixed. | Bill Wendling |
2010-06-25 | XFAIL this test on powerpc for now. | Devang Patel |
2010-06-25 | Add some AVX convert instructions | Bruno Cardoso Lopes |
2010-06-24 | Don't write an output file to cwd, and put an rdar prefix on | Dan Gohman |
2010-06-24 | Teach EmitLiveInCopies to omit copies for unused virtual registers, | Dan Gohman |
2010-06-24 | It's possible that a flag is added to the SDNode that points back to the | Bill Wendling |
2010-06-24 | DBG_VALUE machine instruction pointing to undefined register for a variable j... | Devang Patel |
2010-06-24 | - Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}. | Bruno Cardoso Lopes |
2010-06-24 | Disallow matching "i" constraint to symbol addresses when | Dale Johannesen |
2010-06-24 | Replace a big gob of old coalescer logic with the new CoalescerPair class. | Jakob Stoklund Olesen |
2010-06-24 | PR7458: Try commuting Thumb2 instruction operands to put them into 2-address | Bob Wilson |
2010-06-24 | Eliminate the other half of the BRCOND optimization, and update | Dan Gohman |
2010-06-24 | Eliminate the first have of the optimization which eliminates BRCOND | Dan Gohman |
2010-06-24 | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman |