| Commit message (Expand) | Author | Age | Files | Lines |
* | Add testcase for PR11107. | Bill Wendling | 2011-10-11 | 1 | -0/+49 |
* | Revert r141569 and r141576. | Devang Patel | 2011-10-10 | 5 | -59/+62 |
* | Reapply r141365 now that PR11107 is fixed. | Bill Wendling | 2011-10-10 | 2 | -7/+12 |
* | Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. F... | Eli Friedman | 2011-10-10 | 1 | -0/+10 |
* | Add support for dumping section headers to llvm-objdump. This uses the same | Nick Lewycky | 2011-10-10 | 1 | -0/+16 |
* | If loop header is also loop exiting block then it may not be safe to hoist in... | Devang Patel | 2011-10-10 | 2 | -59/+1 |
* | Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because the | Nadav Rotem | 2011-10-10 | 1 | -4/+4 |
* | Add dominance check for the instruction being hoisted. | Devang Patel | 2011-10-10 | 3 | -3/+58 |
* | X86: Add patterns for the movbe instruction (mov + bswap, only available on a... | Benjamin Kramer | 2011-10-10 | 1 | -0/+36 |
* | Insert dummy ED table entries for pseudo-instructions. | Jakob Stoklund Olesen | 2011-10-10 | 1 | -0/+4 |
* | Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame to | Bill Wendling | 2011-10-10 | 2 | -12/+7 |
* | XFAIL tblgen tests on leak checkers. | Benjamin Kramer | 2011-10-10 | 3 | -0/+3 |
* | When getting the number of bits necessary for addressing mode | Bill Wendling | 2011-10-10 | 1 | -1/+1 |
* | Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa... | Craig Topper | 2011-10-09 | 2 | -8/+56 |
* | Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies. | Jakob Stoklund Olesen | 2011-10-08 | 1 | -0/+41 |
* | Add missing test case for r141410. | Jakob Stoklund Olesen | 2011-10-08 | 1 | -0/+39 |
* | Unit test for LSR phi reuse in r141442. | Andrew Trick | 2011-10-08 | 1 | -0/+53 |
* | llvm-objdump: Add relocation and archive support. | Michael J. Spencer | 2011-10-08 | 1 | -0/+24 |
* | Enable ARM mode VDUP(scalar) tests. | Jim Grosbach | 2011-10-07 | 1 | -12/+12 |
* | ARM NEON assembly parsing and encoding for VDUP(scalar). | Jim Grosbach | 2011-10-07 | 1 | -12/+24 |
* | Remove Multidefs | David Greene | 2011-10-07 | 2 | -47/+9 |
* | High bits of movmskp{s|d} and pmovmskb are known zero. rdar://10247336 | Evan Cheng | 2011-10-07 | 1 | -0/+31 |
* | Reenable tail calls for iOS 5.0 and later. | Bob Wilson | 2011-10-07 | 1 | -0/+4 |
* | Reenable use of divmod compiler_rt functions for iOS 5.0 and later. | Bob Wilson | 2011-10-07 | 1 | -0/+58 |
* | Peephole optimization for ABS on ARM. | Anton Korobeynikov | 2011-10-07 | 2 | -7/+12 |
* | Teach GVN to also propagate switch cases. For example, in this code | Duncan Sands | 2011-10-07 | 1 | -0/+33 |
* | Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE. | Craig Topper | 2011-10-07 | 1 | -0/+24 |
* | Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT. | Craig Topper | 2011-10-07 | 2 | -0/+18 |
* | Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6... | Craig Topper | 2011-10-07 | 2 | -4/+4 |
* | Tidy up tests. Un-XFAIL file and mark individual tests as FIXME instead. | Jim Grosbach | 2011-10-06 | 1 | -26/+28 |
* | Fix and clean up tests. Un-XFAIL. | Jim Grosbach | 2011-10-06 | 1 | -41/+46 |
* | Fix and clean up tests. Un-XFAIL. | Jim Grosbach | 2011-10-06 | 1 | -85/+96 |
* | Make Test More Thorough | David Greene | 2011-10-06 | 1 | -0/+12 |
* | s/tblgen/llvm-tblgen/g in a few missed places, including the tests | Peter Collingbourne | 2011-10-06 | 54 | -65/+65 |
* | ocaml bindings: add llvm_ipo based on IPO.h | Torok Edwin | 2011-10-06 | 1 | -0/+73 |
* | add more tests for the OCaml bindings | Torok Edwin | 2011-10-06 | 1 | -9/+101 |
* | Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w... | Craig Topper | 2011-10-06 | 2 | -0/+37 |
* | Remove a check from ARM shifted operand isel helper methods, which were blocking | Cameron Zwarich | 2011-10-05 | 1 | -5/+4 |
* | Update Test for Multidefs | David Greene | 2011-10-05 | 1 | -8/+16 |
* | Add a Multidef Test | David Greene | 2011-10-05 | 1 | -0/+18 |
* | PR11061: Make simplifylibcalls fold strcmp("", x) correctly. | Eli Friedman | 2011-10-05 | 2 | -44/+124 |
* | Revert 141203. InstCombine is looping on unit tests. | Jim Grosbach | 2011-10-05 | 1 | -2/+2 |
* | Check for the returns_twice attribute in callsFunctionThatReturnsTwice. This | Rafael Espindola | 2011-10-05 | 1 | -4/+17 |
* | Update InstCombine worklist after instruction transform is complete. | Jim Grosbach | 2011-10-05 | 1 | -2/+2 |
* | Make this test less sensitive to codegen optimizations. | Dan Gohman | 2011-10-05 | 1 | -0/+1 |
* | Support a valid, but not very useful, encoding of CPSIE where none of the AIF... | Owen Anderson | 2011-10-05 | 1 | -0/+3 |
* | GVN does simple propagation of conditions: when it sees a conditional | Duncan Sands | 2011-10-05 | 2 | -10/+34 |
* | Generalize GVN's conditional propagation logic slightly: | Duncan Sands | 2011-10-05 | 1 | -1/+21 |
* | Missing test case for r141164. | Andrew Trick | 2011-10-05 | 1 | -0/+50 |
* | Teach the MC to output code/data region marker labels in MachO and ELF modes.... | Owen Anderson | 2011-10-04 | 1 | -2/+2 |