index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2011-12-12
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-12
Add an explicit test of the auto-upgrade functionality for the new
Chandler Carruth
2011-12-12
Teach the verifier to reject all non-constant arguments to the second
Chandler Carruth
2011-12-11
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-10
Don't assume things about the exact details of the LLVM version number,
Chandler Carruth
2011-12-10
Revert associate SelectInsertValue test as well.
Chad Rosier
2011-12-10
Revert r146322 to appease buildbots. Original commit message:
Chad Rosier
2011-12-10
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-10
Make CR spill and restore use a reserved register. These operations cannot us...
Hal Finkel
2011-12-10
Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas
Rafael Espindola
2011-12-09
Splats can contain undef's; make sure to handle them correctly. PR11526.
Eli Friedman
2011-12-09
ARM assembly aliases for BIC<-->AND (immediate).
Jim Grosbach
2011-12-09
Update test to something more sensible.
Evan Cheng
2011-12-09
ARM assembly parsing and encoding for VLD2 with writeback.
Jim Grosbach
2011-12-09
[fast-isel] Add support for selecting insertvalue.
Chad Rosier
2011-12-09
Handle reloc_signed_4byte in here. Not doing so was a regression from my
Rafael Espindola
2011-12-09
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
X86: Add patterns for the various rounding ops for SSE4.1 and AVX.
Benjamin Kramer
2011-12-09
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-12-09
Forgot setting -march.
Evan Cheng
2011-12-09
Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in a
Rafael Espindola
2011-12-09
jalr should use t9 ($25) for indirect calls regardless of the relocation model
Akira Hatanaka
2011-12-09
Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.
Eli Friedman
2011-12-08
Fix infinite loop in DSE when deleting a free in a reachable loop that's also
Nick Lewycky
2011-12-08
Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417
Evan Cheng
2011-12-08
ARM 64-bit VEXT assembly uses a .64 suffix, not .32, amazingly enough.
Jim Grosbach
2011-12-08
ARM VSHR implied destination operand form aliases.
Jim Grosbach
2011-12-08
Add various missing AVX patterns which was causing crashes. Sadly, the generated
Evan Cheng
2011-12-08
Tidy up a bit.
Jim Grosbach
2011-12-08
ARM VSUB implied destination operand form aliases.
Jim Grosbach
2011-12-08
Tidy up a bit.
Jim Grosbach
2011-12-08
ARM VQADD implied destination operand form aliases.
Jim Grosbach
2011-12-08
ARM a few more VMUL implied destination operand form aliases.
Jim Grosbach
2011-12-08
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
Add test for r146163.
Evan Cheng
2011-12-08
Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsics
Daniel Dunbar
2011-12-08
test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2011-12-08
Fix a bug in the integer-promotion of bitcast operations on vector types.
Nadav Rotem
2011-12-08
Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...
Stepan Dyatkovskiy
2011-12-08
ARM NEON two-operand aliases for VSHL(immediate).
Jim Grosbach
2011-12-08
ARM NEON two-operand aliases for VSHL(register).
Jim Grosbach
2011-12-08
ARM optional destination operand variants for VEXT instructions.
Jim Grosbach
2011-12-08
Tidy up.
Jim Grosbach
2011-12-08
ARM assembler aliases for "add Rd, #-imm" to "sub Rd, #imm".
Jim Grosbach
2011-12-07
ARM assembly, allow 'asl' as a synonym for 'lsl' in shifted-register operands.
Jim Grosbach
2011-12-07
32 to 64-bit zext pattern.
Akira Hatanaka
2011-12-07
ARM two-operand aliases for VAND/VEOR/VORR instructions.
Jim Grosbach
2011-12-07
ARM two-operand aliases for VADDW instructions.
Jim Grosbach
2011-12-07
ARM two-operand aliases for VADD instructions.
Jim Grosbach
2011-12-07
64-bit WrapperPICPat patterns.
Akira Hatanaka
[prev]
[next]