aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Add a test case to verify that misusing anyregcc crashes as expected.Andrew Trick2013-11-131-0/+17
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-11-131-0/+42
* Cleanup the stackmap operand folding code and fix a corner case.Andrew Trick2013-11-121-1/+21
* Simplify operand folding when rematerializing a load.Andrew Trick2013-11-121-11/+6
* Fix the recently added anyregcc convention to handle spilled operands.Andrew Trick2013-11-111-8/+37
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-093-50/+36
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-081-0/+289
* Slightly change the way stackmap and patchpoint intrinsics are lowered.Andrew Trick2013-11-051-0/+20
* Check for both styles of clobbers, those produced by dragonegg andEric Christopher2013-11-041-9/+22
* Add support for AVX512 masked vector blend intrinsics.Cameron McInally2013-11-041-0/+32
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-031-0/+23
* Fix PR17764Michael Liao2013-11-021-0/+10
* These test cases for experimental features are a bit too darwin-specific stil...Andrew Trick2013-10-312-4/+4
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-311-0/+20
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-312-0/+253
* Merge and filecheckize.Roman Divacky2013-10-312-8/+16
* Add AVX512 unmasked integer broadcast intrinsics and support.Cameron McInally2013-10-311-0/+28
* AVX-512: Implemented CMOV for 512-bit vectorsElena Demikhovsky2013-10-311-0/+22
* Legalize: Improve legalization of long vector extends.Jim Grosbach2013-10-311-0/+18
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-301-0/+26
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-10-301-42/+0
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-10-301-0/+42
* AVX-512: PMIN/PMAX intrinsics and patternsElena Demikhovsky2013-10-271-0/+56
* [X86][AVX512] Add patterns that match the AVX512 floating point register vbro...Quentin Colombet2013-10-251-0/+14
* [X86][AVX512] Add patterns that match the AVX512 floating point vbroadcast in...Quentin Colombet2013-10-251-0/+14
* Added test for -elf configuration, to see that _alloca call is properly Yaron Keren2013-10-241-9/+16
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-241-0/+15
* Replace sse41/sse42 with sse4.1/sse4.2 in test command lines to fix bots.Craig Topper2013-10-242-2/+2
* Add non-AVX tests for AES intrinsics.Craig Topper2013-10-241-0/+48
* Add tests for SSE intrinsics in non-avx mode by copying from the AVX test cas...Craig Topper2013-10-246-0/+1704
* X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.Benjamin Kramer2013-10-234-3/+37
* X86: Custom lower zext v16i8 to v16i16.Benjamin Kramer2013-10-232-0/+21
* Fix PR17631Michael Liao2013-10-231-0/+22
* AVX-512: aligned / unaligned load and store for 512-bit integer vectors.Elena Demikhovsky2013-10-221-0/+28
* Add testcase for PR3168. It was fixed over time.Bill Wendling2013-10-221-0/+21
* Fix spelling, grammar, and match naming convention for test files.Eric Christopher2013-10-211-1/+1
* X86 vector element shift-by-immediate instructions take i8 immediates. MakeLang Hames2013-10-212-4/+4
* AVX-512: MUL operation lowering for v8i64Elena Demikhovsky2013-10-211-1/+10
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-201-0/+2
* Test case for r192957David Majnemer2013-10-181-0/+21
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-183-7/+5
* Add testcase to make sure we don't generate a compact unwind section for ELF ...Bill Wendling2013-10-171-0/+48
* Fix tests not to depend on specific regalloc or instruction order.Benjamin Kramer2013-10-172-4/+4
* Fix edge condition in DAGCombiner to improve codegen of shift sequences.Andrea Di Biagio2013-10-171-0/+8
* x86: Move bitcasts outside concat_vector.Jim Grosbach2013-10-171-1/+24
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-173-5/+7
* Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,Yunzhong Gao2013-10-161-0/+3
* DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...Benjamin Kramer2013-10-161-0/+14
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-163-4/+4
* Add a triple to this test.Rafael Espindola2013-10-161-1/+1