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