Age | Commit message (Expand) | Author |
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 |
2010-06-24 | Teach the x86 mc assembler that %dr6 = %db6, this implements | Chris Lattner |
2010-06-24 | Optimize the "bit test" code path for switch lowering in the | Dan Gohman |
2010-06-24 | Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c... | Jakob Stoklund Olesen |
2010-06-24 | Add AVX CMP{SS,SD}{rr,rm} instructions and encoding testcases | Bruno Cardoso Lopes |
2010-06-24 | Replace a big gob of old coalescer logic with the new CoalescerPair class. | Jakob Stoklund Olesen |
2010-06-23 | We are missing opportunites to use ldm. Take code like this: | Bill Wendling |
2010-06-23 | Add AVX MOVMSK{PS,PD}rr instructions | Bruno Cardoso Lopes |
2010-06-23 | Add tests for different AVX cmp opcodes, also teach the x86 asm parser to und... | Bruno Cardoso Lopes |
2010-06-23 | Add AVX SHUF{PS,PD}{rr,rm} instructions | Bruno Cardoso Lopes |
2010-06-23 | Add support for the x86 instructions "pusha" and "popa". | Nico Weber |
2010-06-23 | Fix a tblgen bug. | Bruno Cardoso Lopes |
2010-06-23 | Reinstate correct test, remove the real invalidated test. | Dale Johannesen |
2010-06-23 | Remove tests invalidated by previous checkin. | Dale Johannesen |
2010-06-23 | MorphNodeTo doesn't preserve the memory operands. Because we're morphing a node | Bill Wendling |
2010-06-23 | tests: Tweak lit.cfg to fix breakage with out-of-dir lookup. | Daniel Dunbar |
2010-06-23 | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar |
2010-06-23 | Revert r106066, "Create a more targeted fix for not sinking instructions into... | Daniel Dunbar |
2010-06-23 | Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043. | Stuart Hastings |
2010-06-22 | Add AVX compare packed instructions | Bruno Cardoso Lopes |
2010-06-22 | Loosen up this test so that it doesn't depend as much on register | Dan Gohman |
2010-06-22 | Fix OptimizeMax to handle an odd case where one of the max operands | Dan Gohman |
2010-06-22 | Reapply support for AVX unpack and interleave instructions, with | Bruno Cardoso Lopes |
2010-06-22 | Add AVX MOV{SS,SD}{rr,rm} instructions | Bruno Cardoso Lopes |
2010-06-22 | Thumb1 functions using @llvm.returnaddress were not saving the incoming LR. | Bob Wilson |
2010-06-22 | Move a 64-bit test to the 64-bit file. Fixes an llvm-mc assertion | Eric Christopher |
2010-06-22 | Add SSE so these actually pass on non-X86 hosts. | Dale Johannesen |
2010-06-22 | Fix a subtle multiclass bug: when using class inheritance on | Bruno Cardoso Lopes |
2010-06-22 | Corresponding test changes for r106564. | Bill Wendling |
2010-06-22 | Move v-binop-widen tests to X86 since they don't work on all platforms | Mon P Wang |
2010-06-22 | Remove the SimpleJoin optimization from SimpleRegisterCoalescing. | Jakob Stoklund Olesen |
2010-06-22 | Allow "exhaustive" trip count evaluation on phi nodes with all | Dan Gohman |
2010-06-22 | Tail merging pass shall not break up IT blocks. rdar://8115404 | Evan Cheng |
2010-06-21 | Teach two-address lowering how to unfold a load to open up commuting | Dan Gohman |
2010-06-21 | Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores wh... | Evan Cheng |
2010-06-21 | Make this test more robust in case LLVM ever decides to align the global | Dan Gohman |
2010-06-21 | Add missing FileCheck call. | Dale Johannesen |
2010-06-21 | test case for r106438. | Devang Patel |
2010-06-21 | Fix PR 7433. Silly typo in non-Darwin ARM tail call | Dale Johannesen |