index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now Attributes are divided in three groups
Devang Patel
2008-09-26
1
-9
/
+17
*
Large mechanical patch.
Devang Patel
2008-09-25
3
-34
/
+34
*
Commit CodeGenPrepare.cpp changes which was accidentially left out of 56526.
Evan Cheng
2008-09-24
1
-19
/
+2
*
Fix fallout in CodeGenPrepare from 56526. Will likely need more work.
Eric Christopher
2008-09-24
1
-119
/
+136
*
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-24
1
-8
/
+8
*
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-24
1
-1
/
+1
*
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
1
-1
/
+1
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
3
-10
/
+9
*
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-23
1
-1
/
+1
*
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
1
-1
/
+1
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+32
*
Remove the MarkModRef pass (use AddReadAttrs instead).
Duncan Sands
2008-09-19
1
-69
/
+0
*
splitLoop does not handle split condition EQ.
Devang Patel
2008-09-18
1
-0
/
+6
*
Decrementing the iterator here could be wrong if the worklist is empty after ...
Bill Wendling
2008-09-18
1
-4
/
+5
*
Do not ignore iv uses outside the loop.
Devang Patel
2008-09-17
1
-1
/
+21
*
Improve instcombine's handling of integer min and max in two ways:
Dan Gohman
2008-09-16
1
-29
/
+115
*
Teach LSR to optimize away SMAX operations for tripcounts in common
Dan Gohman
2008-09-15
1
-0
/
+127
*
On 64-bit targets, change 32-bit getelementptr indices to be 64-bit
Dan Gohman
2008-09-11
1
-1
/
+12
*
Fix a vectorshuffle instcombine bug introduced by r55995.
Dan Gohman
2008-09-11
1
-1
/
+4
*
Fix a copy+paste bug that Duncan spotted. For several
Dan Gohman
2008-09-11
1
-1
/
+1
*
In my analysis for r56076 I missed the case where the original
Dan Gohman
2008-09-11
1
-1
/
+2
*
Fix an icmp+sdiv optimization to check for and handle an overflow
Dan Gohman
2008-09-10
1
-1
/
+16
*
fix white spaces.
Devang Patel
2008-09-10
1
-5
/
+5
*
Fix a warning about comparing signed and unsigned values.
Dan Gohman
2008-09-10
1
-1
/
+1
*
if loop induction variable is always sign or zero extended then
Devang Patel
2008-09-09
1
-1
/
+118
*
fix overflow check.
Devang Patel
2008-09-09
1
-2
/
+1
*
Make SimplifyDemandedVectorElts simplify vectors with multiple
Dan Gohman
2008-09-09
1
-34
/
+82
*
s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
Devang Patel
2008-09-08
1
-8
/
+9
*
Remove unused counter.
Devang Patel
2008-09-08
1
-1
/
+0
*
Remove OptimizeIVType()
Devang Patel
2008-09-08
1
-206
/
+0
*
Remove unused map.
Devang Patel
2008-09-05
1
-1
/
+0
*
A loop may be unswitched multiple times. Reconstruct dom info. at the end.
Devang Patel
2008-09-04
1
-5
/
+8
*
Initialize loop data first.
Devang Patel
2008-09-04
1
-2
/
+1
*
Do not unswitch if the function notes say we're optimizing this function for ...
Devang Patel
2008-09-04
1
-1
/
+7
*
Add intrinsic forms of pow and exp2. The non-intrinsic
Dale Johannesen
2008-09-04
1
-0
/
+10
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
30
-31
/
+31
*
Fix a bug that prevented PRE from applying in some cases.
Owen Anderson
2008-09-03
1
-3
/
+5
*
Don't apply this transform to vectors. Fixes PR2756.
Nick Lewycky
2008-09-03
1
-3
/
+4
*
Add additional check to ensure that iv is canonicalized.
Devang Patel
2008-09-03
1
-0
/
+1
*
Check iteration count.
Devang Patel
2008-09-03
1
-0
/
+4
*
While removing PHI, use basicblock to identify incoming value.
Devang Patel
2008-09-03
1
-2
/
+3
*
If all IV uses are extending integer IV then change the type of IV itself, if...
Devang Patel
2008-09-02
1
-0
/
+201
*
Add a small pass that sets the readnone/readonly
Duncan Sands
2008-09-01
1
-0
/
+69
*
Do not apply the transformation if the target does not support DestTy natively.
Devang Patel
2008-08-27
1
-2
/
+9
*
Fix typos and whitespaces. Other cosmetic changes based on feedback.
Devang Patel
2008-08-27
1
-12
/
+9
*
Put a heuristic in place to prevent GVN from falling into bad cases with mass...
Owen Anderson
2008-08-26
1
-0
/
+6
*
If IV is used in a int-to-float cast inside the loop then try to eliminate th...
Devang Patel
2008-08-26
1
-2
/
+118
*
improve encapsulation of the BBExecutable set.
Chris Lattner
2008-08-23
1
-8
/
+4
*
Switch an assortment of maps, sets and vectors to more efficient versions,
Chris Lattner
2008-08-23
1
-28
/
+25
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-1
/
+1
[next]