| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a test case to verify that misusing anyregcc crashes as expected. | Andrew Trick | 2013-11-13 | 1 | -0/+17 |
* | SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too. | Juergen Ributzka | 2013-11-13 | 1 | -0/+42 |
* | Cleanup the stackmap operand folding code and fix a corner case. | Andrew Trick | 2013-11-12 | 1 | -1/+21 |
* | Simplify operand folding when rematerializing a load. | Andrew Trick | 2013-11-12 | 1 | -11/+6 |
* | Fix the recently added anyregcc convention to handle spilled operands. | Andrew Trick | 2013-11-11 | 1 | -8/+37 |
* | [Stackmap] Materialize the jump address within the patchpoint noop slide. | Juergen Ributzka | 2013-11-09 | 3 | -50/+36 |
* | [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic. | Juergen Ributzka | 2013-11-08 | 1 | -0/+289 |
* | Slightly change the way stackmap and patchpoint intrinsics are lowered. | Andrew Trick | 2013-11-05 | 1 | -0/+20 |
* | Check for both styles of clobbers, those produced by dragonegg and | Eric Christopher | 2013-11-04 | 1 | -9/+22 |
* | Add support for AVX512 masked vector blend intrinsics. | Cameron McInally | 2013-11-04 | 1 | -0/+32 |
* | AVX-512: added VPCONFLICT instruction and intrinsics, | Elena Demikhovsky | 2013-11-03 | 1 | -0/+23 |
* | Fix PR17764 | Michael Liao | 2013-11-02 | 1 | -0/+10 |
* | These test cases for experimental features are a bit too darwin-specific stil... | Andrew Trick | 2013-10-31 | 2 | -4/+4 |
* | Add new calling convention for WebKit Java Script. | Andrew Trick | 2013-10-31 | 1 | -0/+20 |
* | Add support for stack map generation in the X86 backend. | Andrew Trick | 2013-10-31 | 2 | -0/+253 |
* | Merge and filecheckize. | Roman Divacky | 2013-10-31 | 2 | -8/+16 |
* | Add AVX512 unmasked integer broadcast intrinsics and support. | Cameron McInally | 2013-10-31 | 1 | -0/+28 |
* | AVX-512: Implemented CMOV for 512-bit vectors | Elena Demikhovsky | 2013-10-31 | 1 | -0/+22 |
* | Legalize: Improve legalization of long vector extends. | Jim Grosbach | 2013-10-31 | 1 | -0/+18 |
* | Produce .weak_def_can_be_hidden for some linkonce_odr values | Rafael Espindola | 2013-10-30 | 1 | -0/+26 |
* | Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl... | Juergen Ributzka | 2013-10-30 | 1 | -42/+0 |
* | SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too. | Juergen Ributzka | 2013-10-30 | 1 | -0/+42 |
* | 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 |