aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-12-12Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth
2011-12-12Add an explicit test of the auto-upgrade functionality for the newChandler Carruth
2011-12-12Teach the verifier to reject all non-constant arguments to the secondChandler Carruth
2011-12-11Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-10Don't assume things about the exact details of the LLVM version number,Chandler Carruth
2011-12-10Revert associate SelectInsertValue test as well.Chad Rosier
2011-12-10Revert r146322 to appease buildbots. Original commit message:Chad Rosier
2011-12-10Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-10Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel
2011-12-10Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola
2011-12-09Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman
2011-12-09ARM assembly aliases for BIC<-->AND (immediate).Jim Grosbach
2011-12-09Update test to something more sensible.Evan Cheng
2011-12-09ARM assembly parsing and encoding for VLD2 with writeback.Jim Grosbach
2011-12-09[fast-isel] Add support for selecting insertvalue.Chad Rosier
2011-12-09Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola
2011-12-09The second part of support for generating dwarf for assembly source files. ThisKevin Enderby
2011-12-09X86: Add patterns for the various rounding ops for SSE4.1 and AVX.Benjamin Kramer
2011-12-09Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick
2011-12-09Forgot setting -march.Evan Cheng
2011-12-09Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola
2011-12-09jalr should use t9 ($25) for indirect calls regardless of the relocation modelAkira Hatanaka
2011-12-09Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman
2011-12-08Fix infinite loop in DSE when deleting a free in a reachable loop that's alsoNick Lewycky
2011-12-08Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417Evan Cheng
2011-12-08ARM 64-bit VEXT assembly uses a .64 suffix, not .32, amazingly enough.Jim Grosbach
2011-12-08ARM VSHR implied destination operand form aliases.Jim Grosbach
2011-12-08Add various missing AVX patterns which was causing crashes. Sadly, the generatedEvan Cheng
2011-12-08Tidy up a bit.Jim Grosbach
2011-12-08ARM VSUB implied destination operand form aliases.Jim Grosbach
2011-12-08Tidy up a bit.Jim Grosbach
2011-12-08ARM VQADD implied destination operand form aliases.Jim Grosbach
2011-12-08ARM a few more VMUL implied destination operand form aliases.Jim Grosbach
2011-12-08Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson
2011-12-08Add test for r146163.Evan Cheng
2011-12-08Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsicsDaniel Dunbar
2011-12-08test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi
2011-12-08Fix a bug in the integer-promotion of bitcast operations on vector types.Nadav Rotem
2011-12-08Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...Stepan Dyatkovskiy
2011-12-08ARM NEON two-operand aliases for VSHL(immediate).Jim Grosbach
2011-12-08ARM NEON two-operand aliases for VSHL(register).Jim Grosbach
2011-12-08ARM optional destination operand variants for VEXT instructions.Jim Grosbach
2011-12-08Tidy up.Jim Grosbach
2011-12-08ARM assembler aliases for "add Rd, #-imm" to "sub Rd, #imm".Jim Grosbach
2011-12-07ARM assembly, allow 'asl' as a synonym for 'lsl' in shifted-register operands.Jim Grosbach
2011-12-0732 to 64-bit zext pattern.Akira Hatanaka
2011-12-07ARM two-operand aliases for VAND/VEOR/VORR instructions.Jim Grosbach
2011-12-07ARM two-operand aliases for VADDW instructions.Jim Grosbach
2011-12-07ARM two-operand aliases for VADD instructions.Jim Grosbach
2011-12-0764-bit WrapperPICPat patterns.Akira Hatanaka