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
/
select.ll
Age
Commit message (
Expand
)
Author
2013-01-08
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-05
Revert revision 171524. Original message:
Nadav Rotem
2013-01-04
The current Intel Atom microarchitecture has a feature whereby when a function
Preston Gurd
2012-10-13
X86: Fix accidentally swapped operands.
Benjamin Kramer
2012-10-13
X86: Promote i8 cmov when both operands are coming from truncates of the same...
Benjamin Kramer
2012-07-25
Update testing case for Atom when disabling rematerialization in
Manman Ren
2012-07-25
Disable rematerialization in TwoAddressInstructionPass.
Manman Ren
2012-05-07
X86: optimization for -(x != 0)
Manman Ren
2012-05-02
Revert r155853
Manman Ren
2012-04-30
X86: optimization for -(x != 0)
Manman Ren
2012-04-30
test/CodeGen/X86/select.ll: remove spaces
Manman Ren
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2011-04-14
As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
Bill Wendling
2011-04-14
Have the X86 back-end emit the alias instead of what's being aliased. In most
Bill Wendling
2010-12-22
X86: Lower a select directly to a setcc_carry if possible.
Benjamin Kramer
2010-12-05
Teach X86ISelLowering that the second result of X86ISD::UMUL is a flags
Chris Lattner
2010-12-05
fix the rest of the linux miscompares :)
Chris Lattner
2010-12-05
generalize the previous check to handle -1 on either side of the
Chris Lattner
2010-12-05
relax this to handle linux defaulting to -static.
Chris Lattner
2010-12-05
Improve an integer select optimization in two ways:
Chris Lattner
2010-12-05
merge some tests into select.ll and make them more specific.
Chris Lattner
2010-12-05
rename test
Chris Lattner
2010-12-05
remove two tests that aren't really testing anything.
Chris Lattner
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2008-04-14
Remove -unwind-tables-optional everywhere, since
Dale Johannesen
2008-04-08
Rename -disable-required-unwind-tables to -unwind-tables-optional.
Dale Johannesen
2008-04-08
Add -disable-required-unwind-tables to tests
Dale Johannesen
2008-03-31
Mark functions in some tests as 'nounwind'. Generating
Dale Johannesen
2007-10-08
Update test.
Evan Cheng
2007-04-16
For PR1319:
Reid Spencer
2007-01-30
For PR411:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-09-05
make this harder
Chris Lattner
2004-04-01
Tests for fp cmov's that I forgot to check in earlier
Chris Lattner
2004-03-30
Test folding comparisons into select instructions
Chris Lattner
2004-03-30
New testcase for select instructions
Chris Lattner