| Commit message (Expand) | Author | Age | Files | Lines |
* | AVX-512: PMIN/PMAX intrinsics and patterns | Elena Demikhovsky | 2013-10-27 | 1 | -0/+56 |
* | [X86][AVX512] Add patterns that match the AVX512 floating point register vbro... | Quentin Colombet | 2013-10-25 | 1 | -0/+14 |
* | [X86][AVX512] Add patterns that match the AVX512 floating point vbroadcast in... | Quentin Colombet | 2013-10-25 | 1 | -0/+14 |
* | Added test for -elf configuration, to see that _alloca call is properly | Yaron Keren | 2013-10-24 | 1 | -9/+16 |
* | AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics | Elena Demikhovsky | 2013-10-24 | 1 | -0/+15 |
* | Replace sse41/sse42 with sse4.1/sse4.2 in test command lines to fix bots. | Craig Topper | 2013-10-24 | 2 | -2/+2 |
* | Add non-AVX tests for AES intrinsics. | Craig Topper | 2013-10-24 | 1 | -0/+48 |
* | Add tests for SSE intrinsics in non-avx mode by copying from the AVX test cas... | Craig Topper | 2013-10-24 | 6 | -0/+1704 |
* | X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate. | Benjamin Kramer | 2013-10-23 | 4 | -3/+37 |
* | X86: Custom lower zext v16i8 to v16i16. | Benjamin Kramer | 2013-10-23 | 2 | -0/+21 |
* | Fix PR17631 | Michael Liao | 2013-10-23 | 1 | -0/+22 |
* | AVX-512: aligned / unaligned load and store for 512-bit integer vectors. | Elena Demikhovsky | 2013-10-22 | 1 | -0/+28 |
* | Add testcase for PR3168. It was fixed over time. | Bill Wendling | 2013-10-22 | 1 | -0/+21 |
* | Fix spelling, grammar, and match naming convention for test files. | Eric Christopher | 2013-10-21 | 1 | -1/+1 |
* | X86 vector element shift-by-immediate instructions take i8 immediates. Make | Lang Hames | 2013-10-21 | 2 | -4/+4 |
* | AVX-512: MUL operation lowering for v8i64 | Elena Demikhovsky | 2013-10-21 | 1 | -1/+10 |
* | Emit prefix data after debug and EH directives. | Peter Collingbourne | 2013-10-20 | 1 | -0/+2 |
* | Test case for r192957 | David Majnemer | 2013-10-18 | 1 | -0/+21 |
* | Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output" | Hans Wennborg | 2013-10-18 | 3 | -7/+5 |
* | Add testcase to make sure we don't generate a compact unwind section for ELF ... | Bill Wendling | 2013-10-17 | 1 | -0/+48 |
* | Fix tests not to depend on specific regalloc or instruction order. | Benjamin Kramer | 2013-10-17 | 2 | -4/+4 |
* | Fix edge condition in DAGCombiner to improve codegen of shift sequences. | Andrea Di Biagio | 2013-10-17 | 1 | -0/+8 |
* | x86: Move bitcasts outside concat_vector. | Jim Grosbach | 2013-10-17 | 1 | -1/+24 |
* | Re-commit r192758 - MC: quote tricky symbol names in asm output | Hans Wennborg | 2013-10-17 | 3 | -5/+7 |
* | Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar, | Yunzhong Gao | 2013-10-16 | 1 | -0/+3 |
* | DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con... | Benjamin Kramer | 2013-10-16 | 1 | -0/+14 |
* | Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti... | NAKAMURA Takumi | 2013-10-16 | 3 | -4/+4 |
* | Add a triple to this test. | Rafael Espindola | 2013-10-16 | 1 | -1/+1 |
* | Add support for metadata representing .ident directives. | Rafael Espindola | 2013-10-16 | 1 | -0/+9 |
* | MC: Better handling of tricky symbol and section names | Hans Wennborg | 2013-10-16 | 3 | -4/+4 |
* | Enable MI Sched for x86. | Andrew Trick | 2013-10-15 | 65 | -278/+336 |
* | Fix PR17546 | Michael Liao | 2013-10-15 | 1 | -0/+10 |
* | Fix PR16807 | Michael Liao | 2013-10-15 | 1 | -0/+18 |
* | llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to ... | NAKAMURA Takumi | 2013-10-15 | 1 | -1/+1 |
* | Improve on r192635, ExeDepsFix for avx, and add a test case. | Andrew Trick | 2013-10-15 | 1 | -0/+29 |
* | [X86][FastISel] During X86 fastisel, the address of indirect call was resolved | Quentin Colombet | 2013-10-14 | 1 | -0/+132 |
* | Fix a typo, in a comment, in a test. | Nick Lewycky | 2013-10-14 | 1 | -1/+1 |
* | Revert part of a fix from 2010, changes since then: | Eric Christopher | 2013-10-14 | 1 | -1/+5 |
* | MachineSink: Fix and tweak critical-edge breaking heuristic. | Will Dietz | 2013-10-14 | 4 | -5/+15 |
* | Fixed a bug in dynamic allocation memory on stack. | Elena Demikhovsky | 2013-10-14 | 2 | -1/+60 |
* | Force a CPU on test so it doesn't depend on microarchitectural scheduling dec... | Benjamin Kramer | 2013-10-12 | 1 | -2/+2 |
* | [DAGCombiner] Load slicing test case: attempt to really fix the buildbots (us... | Quentin Colombet | 2013-10-11 | 1 | -2/+2 |
* | [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s... | Quentin Colombet | 2013-10-11 | 1 | -0/+140 |
* | [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ... | Quentin Colombet | 2013-10-11 | 1 | -140/+0 |
* | [DAGCombiner] Slice a big load in two loads when the element are next to each | Quentin Colombet | 2013-10-11 | 1 | -0/+140 |
* | Tests: Do not unnecessarily depend on kill comments | Matthias Braun | 2013-10-10 | 1 | -9/+4 |
* | Disable function padding to get this test to pass on atom. | Benjamin Kramer | 2013-10-10 | 1 | -1/+1 |
* | AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics. | Elena Demikhovsky | 2013-10-09 | 1 | -14/+60 |
* | Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi... | Craig Topper | 2013-10-09 | 2 | -3/+7 |
* | Fix a typo in the mattr part of the run line. | Craig Topper | 2013-10-08 | 1 | -1/+1 |