index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
select.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-07
X86: optimization for -(x != 0)
Manman Ren
1
-0
/
+30
2012-05-02
Revert r155853
Manman Ren
1
-21
/
+0
2012-04-30
X86: optimization for -(x != 0)
Manman Ren
1
-0
/
+21
2012-04-30
test/CodeGen/X86/select.ll: remove spaces
Manman Ren
1
-1
/
+1
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
1
-2
/
+2
2011-04-14
As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
Bill Wendling
1
-1
/
+1
2011-04-14
Have the X86 back-end emit the alias instead of what's being aliased. In most
Bill Wendling
1
-1
/
+1
2010-12-22
X86: Lower a select directly to a setcc_carry if possible.
Benjamin Kramer
1
-2
/
+19
2010-12-05
Teach X86ISelLowering that the second result of X86ISD::UMUL is a flags
Chris Lattner
1
-0
/
+22
2010-12-05
fix the rest of the linux miscompares :)
Chris Lattner
1
-1
/
+1
2010-12-05
generalize the previous check to handle -1 on either side of the
Chris Lattner
1
-0
/
+24
2010-12-05
relax this to handle linux defaulting to -static.
Chris Lattner
1
-1
/
+1
2010-12-05
Improve an integer select optimization in two ways:
Chris Lattner
1
-0
/
+58
2010-12-05
merge some tests into select.ll and make them more specific.
Chris Lattner
1
-4
/
+88
2010-12-05
rename test
Chris Lattner
1
-0
/
+15
2010-12-05
remove two tests that aren't really testing anything.
Chris Lattner
1
-63
/
+0
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
1
-3
/
+3
2008-04-14
Remove -unwind-tables-optional everywhere, since
Dale Johannesen
1
-3
/
+3
2008-04-08
Rename -disable-required-unwind-tables to -unwind-tables-optional.
Dale Johannesen
1
-3
/
+3
2008-04-08
Add -disable-required-unwind-tables to tests
Dale Johannesen
1
-3
/
+3
2008-03-31
Mark functions in some tests as 'nounwind'. Generating
Dale Johannesen
1
-11
/
+11
2007-10-08
Update test.
Evan Cheng
1
-41
/
+40
2007-04-16
For PR1319:
Reid Spencer
1
-1
/
+1
2007-01-30
For PR411:
Reid Spencer
1
-1
/
+1
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
1
-2
/
+2
2006-09-05
make this harder
Chris Lattner
1
-1
/
+2
2004-04-01
Tests for fp cmov's that I forgot to check in earlier
Chris Lattner
1
-0
/
+13
2004-03-30
Test folding comparisons into select instructions
Chris Lattner
1
-0
/
+18
2004-03-30
New testcase for select instructions
Chris Lattner
1
-0
/
+32