| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AVX only vzeroall and vzeroupper instructions | Bruno Cardoso Lopes | 2010-07-21 | 1 | -0/+8 |
* | Turn this test on again after the llvm-gcc change in r108986. | Eric Christopher | 2010-07-21 | 1 | -2/+1 |
* | Update this to use a "valid" alignment. | Eric Christopher | 2010-07-21 | 1 | -2/+2 |
* | Add new AVX vpermilps, vpermilpd and vperm2f128 instructions | Bruno Cardoso Lopes | 2010-07-21 | 2 | -0/+144 |
* | Add new AVX vmaskmov instructions, and also fix the VEX encoding bits to supp... | Bruno Cardoso Lopes | 2010-07-21 | 2 | -0/+64 |
* | Add new AVX vextractf128 instructions | Bruno Cardoso Lopes | 2010-07-20 | 2 | -0/+16 |
* | Include some tests for the recently committed ELF section directive | Matt Fleming | 2010-07-20 | 8 | -0/+48 |
* | Testcase for llvm-gcc commit r108910. | Eric Christopher | 2010-07-20 | 1 | -0/+10 |
* | Add new AVX instruction vinsertf128 | Bruno Cardoso Lopes | 2010-07-20 | 2 | -0/+16 |
* | Fix SCEV denormalization of expressions where the exit value from | Dan Gohman | 2010-07-20 | 1 | -0/+99 |
* | update tests for smarter BIC usage | Jim Grosbach | 2010-07-20 | 3 | -6/+4 |
* | The same problem was being tracked in PR7652. | Duncan Sands | 2010-07-20 | 1 | -0/+1 |
* | Fix PR7174, a couple o Mips fixes: | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+33 |
* | Fix Mips PR7473. Patch by stetorvs@gmail.com | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+21 |
* | x86_32 tests for vbroadcast | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+16 |
* | Add AVX vbroadcast new instruction | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+16 |
* | Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! | Bruno Cardoso Lopes | 2010-07-19 | 2 | -0/+144 |
* | After a custom inserter, in a block which has constant instructions, | Dan Gohman | 2010-07-19 | 1 | -0/+16 |
* | X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same | Daniel Dunbar | 2010-07-19 | 2 | -0/+6 |
* | Testcase for 108732 (8195660). | Dale Johannesen | 2010-07-19 | 1 | -0/+21 |
* | Fix PR 7662. | Devang Patel | 2010-07-19 | 1 | -0/+24 |
* | Testcase for r108687. | Owen Anderson | 2010-07-19 | 1 | -0/+16 |
* | Remove r108639 now that it is handled by InstCombine instead. | Owen Anderson | 2010-07-19 | 1 | -17/+0 |
* | X86-64: Mark WINCALL and more tail call instructions as code gen only. | Daniel Dunbar | 2010-07-19 | 1 | -1/+1 |
* | MC/X86: We now match instructions like "incl %eax" correctly for the arch we are | Daniel Dunbar | 2010-07-19 | 1 | -3/+3 |
* | tests: Force another triple. | Daniel Dunbar | 2010-07-19 | 1 | -1/+1 |
* | tests: Force triples. | Daniel Dunbar | 2010-07-18 | 2 | -2/+2 |
* | MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token | Daniel Dunbar | 2010-07-18 | 1 | -3/+3 |
* | MC/AsmParser: Add macro argument substitution support. | Daniel Dunbar | 2010-07-18 | 2 | -0/+45 |
* | MC/AsmParser: Add basic support for macro instantiation. | Daniel Dunbar | 2010-07-18 | 1 | -1/+1 |
* | MC/AsmParser: Add basic parsing support for .macro definitions. | Daniel Dunbar | 2010-07-18 | 1 | -4/+19 |
* | daniel doesn't hate me, he hates macpython 2.5, which | Chris Lattner | 2010-07-18 | 1 | -3/+0 |
* | MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't | Daniel Dunbar | 2010-07-18 | 1 | -0/+8 |
* | Add a testcase for r108639. | Owen Anderson | 2010-07-18 | 1 | -0/+17 |
* | Another attempt at getting the clang self-host to like my instcombine patch. | Owen Anderson | 2010-07-17 | 1 | -0/+26 |
* | Add combiner patterns to more effectively utilize the BFI (bitfield insert) | Jim Grosbach | 2010-07-17 | 2 | -0/+46 |
* | Test for ELF .size directive. | Eli Friedman | 2010-07-17 | 1 | -0/+8 |
* | Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction | Jim Grosbach | 2010-07-16 | 2 | -0/+34 |
* | Consider this function: | Bill Wendling | 2010-07-16 | 4 | -16/+27 |
* | Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill | Jakob Stoklund Olesen | 2010-07-16 | 1 | -133/+0 |
* | Feed the right output into FileCheck. | Benjamin Kramer | 2010-07-16 | 1 | -2/+2 |
* | Arrays and vectors with different numbers of elements are not equivalent. | Nick Lewycky | 2010-07-16 | 1 | -0/+18 |
* | LoopSimplify does not update domfrontier correctly. | Tobias Grosser | 2010-07-16 | 1 | -0/+20 |
* | Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -1/+1 |
* | Add forgotten test case. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -0/+28 |
* | Use the source-order scheduler instead of the "fast" scheduler at -O0, | Dan Gohman | 2010-07-16 | 2 | -3/+3 |
* | Also revert 108422, it's causing some test failures. | Eric Christopher | 2010-07-16 | 1 | -15/+0 |
* | Fix this test. | Dan Gohman | 2010-07-16 | 1 | -1/+1 |
* | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen | 2010-07-16 | 1 | -0/+147 |
* | Revert. This isn't the correct way to go. | Bill Wendling | 2010-07-15 | 2 | -12/+3 |