summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* Add lowering for AVX2 shift instructions.Craig Topper2011-11-11
* test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi2011-11-10
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-10
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-10
* AVX2: Add patterns for variable shift operationsNadav Rotem2011-11-09
* Speculatively revert commit 144124 (djg) in the hope that the 32 bitDuncan Sands2011-11-09
* Add AVX2 support for vselect of v32i8Nadav Rotem2011-11-09
* Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...Craig Topper2011-11-09
* Add instruction selection for AVX2 integer comparisons.Craig Topper2011-11-09
* Add AVX2 instruction lowering for add, sub, and mul.Craig Topper2011-11-09
* Collapse DomainValues across loop back-edges.Jakob Stoklund Olesen2011-11-09
* Add a hack to the scheduler to disable pseudo-two-address dependencies inDan Gohman2011-11-08
* Adding test for machine-licm operating on invariant load instructionsPete Cooper2011-11-08
* test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtriple=x86_64-linux. Passi...NAKAMURA Takumi2011-11-08
* test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64.NAKAMURA Takumi2011-11-08
* test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see...NAKAMURA Takumi2011-11-08
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-08
* Add x86 isel logic and patterns to match movlps from clang generated IR for _...Evan Cheng2011-11-08
* Convert to the new EH model.Bill Wendling2011-11-08
* Convert tests to the new EH model.Bill Wendling2011-11-08
* Added missing newlinePete Cooper2011-11-08
* Revert r144034 while I try to track down a crash.Eli Friedman2011-11-07
* Fix test for Windows as well.Jakob Stoklund Olesen2011-11-07
* Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen2011-11-07
* InstCombine now optimizes vector udiv by power of 2 to shiftsPete Cooper2011-11-07
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-07
* Fix test for Linux.Jakob Stoklund Olesen2011-11-07
* Expand V_SET0 to xorps by default.Jakob Stoklund Olesen2011-11-07
* Add AVX2 variable shift instructions and intrinsics.Craig Topper2011-11-07
* Add AVX2 VPMOVMASK instructions and intrinsics.Craig Topper2011-11-07
* Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...Craig Topper2011-11-07
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-06
* Add more AVX2 instructions and intrinsics.Craig Topper2011-11-06
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-05
* Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman2011-11-04
* Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper2011-11-04
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* Reverted r143600 - selector reference changePete Cooper2011-11-03
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-03
* Treat objc selector reference globals as invariant so that MachineLICM can ho...Pete Cooper2011-11-03
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-02
* More AVX2 instructions and intrinsics.Craig Topper2011-11-02
* Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-02
* Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman2011-11-01
* Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-01
* Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-31
* Test case for X86 FS/GS Base intrinsicsCraig Topper2011-10-31
* Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-31
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-31
* X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer2011-10-30