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
/
fold-pcmpeqd-0.ll
Age
Commit message (
Expand
)
Author
2011-11-10
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-11-09
Speculatively revert commit 144124 (djg) in the hope that the 32 bit
Duncan Sands
2011-11-08
Add a hack to the scheduler to disable pseudo-two-address dependencies in
Dan Gohman
2011-04-05
Fix register-dependent X86 tests.
Jakob Stoklund Olesen
2011-03-11
Change the x86 32-bit scheduler to register pressure and fix up the
Eric Christopher
2011-03-09
Fix testcase.
Eric Christopher
2011-03-08
Turn on list-ilp scheduling by default on x86 and x86-64, fix up
Eric Christopher
2010-04-17
Start function numbering at 0.
Dan Gohman
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-02-20
make these tests pass when run on a G5.
Chris Lattner
2009-02-10
Fix PR3457: Ignore control successors when looking for closest scheduled succ...
Evan Cheng
2009-01-06
Use a latency value of 0 for the artificial edges inserted by
Dan Gohman
2008-12-20
Use the correct Preds and Succs lists in setHeightDirty()
Dan Gohman
2008-12-16
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-03
Fix test.
Evan Cheng
2008-12-03
Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
Dan Gohman