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
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Disable null pointer folding transforms for non-generic address spaces. This ...
Christopher Lamb
2007-12-29
1
-3
/
+9
*
Repair a transform that Chris noticed a bug in. Thanks to Nicholas for point...
Owen Anderson
2007-12-28
1
-5
/
+12
*
disable this instcombine xform, it miscompiles:
Chris Lattner
2007-12-28
1
-0
/
+2
*
implement InstCombine/shift-trunc-shift.ll. This allows
Chris Lattner
2007-12-22
1
-0
/
+44
*
Implement review feedback, including additional transforms
Christopher Lamb
2007-12-20
1
-17
/
+15
*
simplify this code with the new m_Zero() pattern. Make sure the select only
Chris Lattner
2007-12-20
1
-18
/
+10
*
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-19
1
-9
/
+2
*
Fold subtracts into integer compares vs. zero. This improves generate code fo...
Christopher Lamb
2007-12-18
1
-1
/
+18
*
Fix comments
Christopher Lamb
2007-12-18
1
-4
/
+2
*
Remove an orthogonal transformation of the selection condition from my most r...
Christopher Lamb
2007-12-18
1
-30
/
+2
*
Rename isNoReturn to doesNotReturn, and isNoUnwind to
Duncan Sands
2007-12-18
1
-1
/
+1
*
Fix typos.
Christopher Lamb
2007-12-18
1
-1
/
+1
*
Fold certain additions through selects (and their compares) so as to eliminat...
Christopher Lamb
2007-12-18
1
-0
/
+61
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-12
/
+20
*
Make instcombine promote inline asm calls to 'nounwind'
Duncan Sands
2007-12-16
1
-0
/
+13
*
1. "Upgrage" comments.
Wojciech Matyjewicz
2007-12-12
1
-15
/
+16
*
simplify some code.
Chris Lattner
2007-12-06
1
-2
/
+1
*
move some ashr-specific code out of commonShiftTransforms into visitAShr.
Chris Lattner
2007-12-06
1
-15
/
+16
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-11
/
+18
*
Implement PR1822
Chris Lattner
2007-11-25
1
-0
/
+7
*
Fix PR1816. If a bitcast of a function only exists because of a
Duncan Sands
2007-11-25
1
-4
/
+5
*
add a comment.
Chris Lattner
2007-11-23
1
-1
/
+1
*
Fix PR1817.
Chris Lattner
2007-11-22
1
-1
/
+6
*
Fix PR1800 by correcting mistaken logic.
Chris Lattner
2007-11-16
1
-2
/
+1
*
Better check
Andrew Lenharth
2007-11-08
1
-1
/
+1
*
Fix PR1780
Andrew Lenharth
2007-11-08
1
-1
/
+1
*
Implement PR1777 by detecting dependent phis that
Chris Lattner
2007-11-06
1
-0
/
+62
*
wrap long lines
Chris Lattner
2007-11-06
1
-2
/
+4
*
Fix an abort in instcombine when folding creates a vector rem instruction.
Dan Gohman
2007-11-05
1
-5
/
+9
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-14
/
+14
*
Fix InstCombine/2007-10-31-RangeCrash.ll
Chris Lattner
2007-11-01
1
-0
/
+8
*
simplify some code by using the new isNaN predicate
Chris Lattner
2007-10-24
1
-4
/
+2
*
Implement a couple of foldings for ordered and unordered comparisons,
Chris Lattner
2007-10-24
1
-4
/
+44
*
Try again.
Devang Patel
2007-10-18
1
-3
/
+36
*
Reverting r43070 for now. It's causing llc test failures.
Evan Cheng
2007-10-17
1
-25
/
+0
*
Apply "Instead of loading small c string constant, use integer constant direc...
Devang Patel
2007-10-17
1
-25
/
+28
*
Use immediate stores.
Devang Patel
2007-10-16
1
-3
/
+25
*
Achieve same result but use fewer lines of code.
Devang Patel
2007-10-15
1
-8
/
+7
*
Dest type is always i8 *. This allows some simplification.
Devang Patel
2007-10-12
1
-33
/
+12
*
Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.ll
Chris Lattner
2007-10-12
1
-1
/
+7
*
eliminate warning
Gabor Greif
2007-10-12
1
-1
/
+1
*
Fix some 80 column violations.
Chris Lattner
2007-10-12
1
-35
/
+42
*
Lower memcpy if it makes sense.
Devang Patel
2007-10-11
1
-0
/
+46
*
Tone down an overzealous optimization.
Dale Johannesen
2007-10-03
1
-3
/
+21
*
Improve comment.
Duncan Sands
2007-09-19
1
-1
/
+2
*
A global variable with external weak linkage can be null, while
Duncan Sands
2007-09-19
1
-2
/
+6
*
Instcombine x-((x/y)*y) into a remainder operator.
Dan Gohman
2007-09-17
1
-1
/
+12
*
Factor the trampoline transformation into a subroutine.
Duncan Sands
2007-09-17
1
-137
/
+148
*
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-14
1
-3
/
+6
[next]