index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
InstCombine
/
InstCombineCompares.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
reapply r101434
Gabor Greif
2010-04-16
1
-3
/
+3
*
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
Gabor Greif
2010-04-16
1
-3
/
+3
*
reapply r101364, which has been backed out in r101368
Gabor Greif
2010-04-15
1
-3
/
+3
*
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
1
-3
/
+3
*
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-15
1
-3
/
+3
*
Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience.
Dan Gohman
2010-04-08
1
-1
/
+1
*
Fix PR6503. This turned into a much more interesting and nasty bug. Various
Chris Lattner
2010-03-05
1
-8
/
+9
*
Fix indentation.
Dan Gohman
2010-02-24
1
-10
/
+10
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-1
/
+1
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-2
/
+2
*
cleanups.
Chris Lattner
2010-02-01
1
-4
/
+4
*
tidy up some stuff duncan pointed out.
Chris Lattner
2010-01-08
1
-2
/
+3
*
optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn!
Chris Lattner
2010-01-05
1
-1
/
+23
*
Truncate GEP indexes larger than the pointer size down to pointer size
Chris Lattner
2010-01-04
1
-0
/
+9
*
split instcombine of compares (visit[FI]Cmp) out to
Chris Lattner
2010-01-04
1
-0
/
+2443
[prev]