| Commit message (Expand) | Author | Age | Files | Lines |
* | Make GlobalValue alignment consistent with load, store, and alloca | Dan Gohman | 2010-07-28 | 1 | -0/+2 |
* | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 4 | -0/+26 |
* | Implement a vectorized algorithm for <16 x i8> << <16 x i8> | Nate Begeman | 2010-07-28 | 1 | -1/+12 |
* | Testcase for r109556. Radar 8198362. | Stuart Hastings | 2010-07-27 | 1 | -0/+18 |
* | ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ... | Nate Begeman | 2010-07-27 | 1 | -0/+14 |
* | Update tests to not rely on input file's absolute path. | Devang Patel | 2010-07-27 | 3 | -4/+4 |
* | Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT... | Nate Begeman | 2010-07-27 | 1 | -0/+6 |
* | Make coff-dump.py executable and add python as executable for this script. | Tobias Grosser | 2010-07-27 | 1 | -0/+1 |
* | Make MC use Windows COFF on Windows and add tests. | Michael J. Spencer | 2010-07-27 | 4 | -0/+688 |
* | Currently EH lowering code expects typeinfo to be global only. | Anton Korobeynikov | 2010-07-26 | 1 | -0/+95 |
* | Fix a test with malformed IR. Not sure why this didn't fail before. | Owen Anderson | 2010-07-26 | 1 | -0/+3 |
* | Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable | Dan Gohman | 2010-07-26 | 1 | -0/+36 |
* | Avoid depending on LCSSA implicitly pulling in LoopSimplify. | Dan Gohman | 2010-07-26 | 1 | -2/+2 |
* | Support x86 "eiz" and "riz" pseudo index registers in the assembler. | Bruno Cardoso Lopes | 2010-07-24 | 4 | -0/+48 |
* | Consolidate the ELF section directive tests into a single file as | Matt Fleming | 2010-07-23 | 8 | -42/+23 |
* | - Allow target to specify when is register pressure "too high". In most cases, | Evan Cheng | 2010-07-23 | 1 | -8/+8 |
* | Move AVX encoding tests to different files | Bruno Cardoso Lopes | 2010-07-23 | 4 | -6548/+6552 |
* | Use the proper type for shift counts. This fixes a bootstrap error. | Dan Gohman | 2010-07-23 | 1 | -0/+22 |
* | Test case to insure template function declaration refers to correct filename.... | Stuart Hastings | 2010-07-23 | 1 | -0/+86 |
* | Add AVX version of CLMUL instructions | Bruno Cardoso Lopes | 2010-07-23 | 2 | -0/+84 |
* | DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bits | Dan Gohman | 2010-07-23 | 1 | -0/+18 |
* | Add complete assembler support for FMA3 instructions, with descriptions and e... | Bruno Cardoso Lopes | 2010-07-23 | 2 | -0/+1348 |
* | Add remaining AVX instructions (most of them dealing with GR64 destinations. ... | Bruno Cardoso Lopes | 2010-07-22 | 1 | -0/+32 |
* | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 22 | -0/+886 |
* | Custom lower the memory barrier instructions and add support | Eric Christopher | 2010-07-22 | 2 | -0/+28 |
* | More register pressure aware scheduling work. | Evan Cheng | 2010-07-21 | 1 | -8/+8 |
* | Add more 256-bit forms for a bunch of regular AVX instructions | Bruno Cardoso Lopes | 2010-07-21 | 2 | -0/+260 |
* | Baby steps towards ARM fast-isel. | Eric Christopher | 2010-07-21 | 1 | -0/+15 |
* | Add missing AVX convert instructions. Those instructions are not described in... | Bruno Cardoso Lopes | 2010-07-21 | 2 | -0/+72 |
* | Disallow null as a named metadata operand. | Dan Gohman | 2010-07-21 | 1 | -1/+1 |
* | Fix calling convention on ARM if vfp2+ is enabled. | Rafael Espindola | 2010-07-21 | 1 | -5/+23 |
* | 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 |