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
...
*
at the end of instcombine, explicitly clear WorklistMap.
Chris Lattner
2007-08-05
1
-7
/
+9
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-2
/
+2
*
Replacing a cast with another one does not reduce the number of
Chris Lattner
2007-08-02
1
-5
/
+3
*
Disable an xform that causes an infinite loop. This fixes PR1594
Chris Lattner
2007-08-02
1
-0
/
+1
*
wrap some long lines. Major offenders that are left include
Chris Lattner
2007-08-02
1
-1
/
+2
*
Enhance instcombine to be more aggressive about folding casts of
Chris Lattner
2007-08-02
1
-32
/
+42
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-1
/
+1
*
Fix a bug in GetKnownAlignment of packed structs.
Lauro Ramos Venancio
2007-07-31
1
-3
/
+5
*
Fix a typo/thinko.
Reid Spencer
2007-07-30
1
-1
/
+1
*
completely remove a transformation that is unsafe in the face of
Chris Lattner
2007-07-23
1
-36
/
+0
*
Apply temporary work around to fix llvm mis-compilation
Devang Patel
2007-07-21
1
-1
/
+3
*
this xform is already done by the constant folder.
Chris Lattner
2007-07-20
1
-6
/
+1
*
Optimize alignment of loads and stores.
Dan Gohman
2007-07-20
1
-0
/
+10
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
1
-5
/
+5
*
Repair a regression in Transforms/InstCombine/mul.ll that Reid noticed.
Chris Lattner
2007-07-16
1
-0
/
+13
*
Implement shift-simplify.ll:test[45].
Chris Lattner
2007-07-15
1
-11
/
+23
*
Implement shift-simplify.ll:test3, turning:
Chris Lattner
2007-07-15
1
-103
/
+116
*
Significantly improve the documentation of the instcombine divide/compare
Chris Lattner
2007-06-21
1
-35
/
+51
*
refactor a bunch of code out of visitICmpInstWithInstAndIntCst into its own
Chris Lattner
2007-06-20
1
-123
/
+134
*
silence a bogus warning Duraid ran into.
Chris Lattner
2007-06-19
1
-1
/
+1
*
Generalize many transforms to work on ~ of vectors in addition to ~ of
Chris Lattner
2007-06-15
1
-29
/
+31
*
Implement two xforms:
Chris Lattner
2007-06-15
1
-6
/
+26
*
delete some obviously dead vector operations, which deletes a few thousand
Chris Lattner
2007-06-15
1
-1
/
+12
*
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
[prev]
[next]