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
/
Scalar
/
InstructionCombining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR1499.
Lauro Ramos Venancio
2007-06-06
1
-0
/
+4
*
fix a miscompilation when passing a float through varargs
Chris Lattner
2007-05-23
1
-2
/
+1
*
Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll, a bug that devastates
Chris Lattner
2007-05-19
1
-0
/
+8
*
Fix Transforms/InstCombine/2007-05-14-Crash.ll
Chris Lattner
2007-05-15
1
-7
/
+16
*
Fix typos.
Dan Gohman
2007-05-11
1
-1
/
+1
*
fix regressions from my previous checking, including
Chris Lattner
2007-05-11
1
-2
/
+2
*
fix Transforms/InstCombine/2007-05-10-icmp-or.ll
Chris Lattner
2007-05-11
1
-5
/
+10
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Fix a bug in my previous patch
Chris Lattner
2007-05-06
1
-1
/
+1
*
Implement Transforms/InstCombine/cast_ptr.ll
Chris Lattner
2007-05-05
1
-1
/
+22
*
wrap long lines
Chris Lattner
2007-05-05
1
-8
/
+8
*
Fix InstCombine/2007-05-04-Crash.ll and PR1384
Chris Lattner
2007-05-05
1
-10
/
+14
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
fix a bug triggered by 403.gcc
Chris Lattner
2007-04-28
1
-2
/
+1
*
Fix several latent bugs in EmitGEPOffset that didn't manifest with its
Chris Lattner
2007-04-28
1
-36
/
+52
*
uhn zap cvs
Chris Lattner
2007-04-28
1
-6
/
+0
*
Implement PR1345 and Transforms/InstCombine/bitcast-gep.ll
Chris Lattner
2007-04-28
1
-28
/
+104
*
refactor some code relating to pointer cast xforms, pulling it out of the cod...
Chris Lattner
2007-04-27
1
-53
/
+56
*
Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.
Zhou Sheng
2007-04-19
1
-4
/
+4
*
Extend store merging to support the 'if/then' version in addition to if/then/...
Chris Lattner
2007-04-15
1
-26
/
+60
*
refactor some code, no functionality change.
Chris Lattner
2007-04-15
1
-58
/
+77
*
fix long lines
Chris Lattner
2007-04-14
1
-8
/
+9
*
Implement Transforms/InstCombine/vec_extract_elt.ll, transforming:
Chris Lattner
2007-04-14
1
-0
/
+11
*
Implement InstCombine/vec_demanded_elts.ll:test2. This allows us to turn
Chris Lattner
2007-04-14
1
-0
/
+66
*
Implement PR1201 and test/Transforms/InstCombine/malloc-free-delete.ll
Chris Lattner
2007-04-14
1
-8
/
+23
*
Turn stuff like:
Chris Lattner
2007-04-11
1
-9
/
+40
*
Simplify some comparisons to arithmetic, this implements:
Chris Lattner
2007-04-11
1
-0
/
+27
*
canonicalize (x <u 2147483648) -> (x >s -1) and (x >u 2147483647) -> (x <s 0)
Chris Lattner
2007-04-11
1
-25
/
+32
*
fix a miscompilation of:
Chris Lattner
2007-04-11
1
-63
/
+59
*
Strengthen the boundary conditions of this fold, implementing
Chris Lattner
2007-04-09
1
-3
/
+3
*
Fix PR1304 and Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll
Chris Lattner
2007-04-09
1
-2
/
+10
*
Eliminate useless insertelement instructions. This implements
Chris Lattner
2007-04-09
1
-0
/
+4
*
reenable this xform, whoops :)
Chris Lattner
2007-04-08
1
-1
/
+2
*
Fix regression on Instcombine/apint-or2.ll
Chris Lattner
2007-04-08
1
-30
/
+29
*
Generalize the code that handles (A&B)|(A&C) to work where B/C are not consta...
Chris Lattner
2007-04-08
1
-30
/
+83
*
implement Transforms/InstCombine/malloc2.ll and PR1313
Chris Lattner
2007-04-06
1
-1
/
+11
*
Prevent transformConstExprCastCall from generating conversions that assert
Dale Johannesen
2007-04-04
1
-0
/
+35
*
Fix 2007-04-04-BadFoldBitcastIntoMalloc.ll
Jeff Cohen
2007-04-04
1
-4
/
+5
*
Fix comment.
Duncan Sands
2007-04-04
1
-1
/
+1
*
Fix a bug I introduced with my patch yesterday which broke Qt (I converted
Chris Lattner
2007-04-03
1
-1
/
+1
*
reinstate the previous two patches, with a bugfix :)
Chris Lattner
2007-04-03
1
-493
/
+525
*
Reverting back to 1.723. The last two commits broke JM (and possibily others)...
Evan Cheng
2007-04-03
1
-524
/
+491
*
Split a whole ton of code out of visitICmpInst into visitICmpInstWithInstAndI...
Chris Lattner
2007-04-03
1
-520
/
+524
*
Fix PR1253 and xor2.ll:test[01]
Chris Lattner
2007-04-03
1
-1
/
+30
*
1. Make use of APInt operation instead of using ConstantExpr::getXXX.
Zhou Sheng
2007-04-02
1
-26
/
+19
*
Use uint32_t for bitwidth instead of unsigned.
Zhou Sheng
2007-04-02
1
-29
/
+29
*
Wrap long line
Chris Lattner
2007-04-02
1
-3
/
+3
*
use more obvious function name.
Chris Lattner
2007-04-02
1
-1
/
+1
[next]