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
/
CodeGen
/
X86
/
pmul.ll
Age
Commit message (
Expand
)
Author
2012-05-17
Remove -join-physregs from the test suite.
Jakob Stoklund Olesen
2012-04-27
Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...
Craig Topper
2011-05-04
Prepare remaining tests for -join-physreg going away.
Jakob Stoklund Olesen
2010-03-30
Remove the pmulld intrinsic and autoupdate it as a vector multiply.
Eric Christopher
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-02-11
Don't use special heuristics for nodes with no data predecessors
Dan Gohman
2009-01-25
Teach 2addr pass to be do more commuting. If both uses of a two-address instr...
Evan Cheng
2008-12-18
Fix test to account for generating some vector code for mul v2i64 instead
Mon P Wang
2008-05-27
Make this test independent of the target-triple; the stack alignment
Dan Gohman
2008-05-26
The Linux ABI emits an extra "movl %esp, %ebp" in function prologue and
Nick Lewycky
2008-05-23
Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And add
Dan Gohman