index
:
llvm
embtk-support-master
embtk-support-release-3.2
embtk-support-release-3.3
embtk-support-release-3.4
master
release-3.2
release-3.4
Unofficial llvm GIT mirror used in EmbToolkit
Git daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
Commit message (
Expand
)
Author
Age
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
*
Remove the MarkModRef pass (use AddReadAttrs instead).
Duncan Sands
2008-09-19
*
splitLoop does not handle split condition EQ.
Devang Patel
2008-09-18
*
Decrementing the iterator here could be wrong if the worklist is empty after ...
Bill Wendling
2008-09-18
*
Do not ignore iv uses outside the loop.
Devang Patel
2008-09-17
*
Improve instcombine's handling of integer min and max in two ways:
Dan Gohman
2008-09-16
*
Teach LSR to optimize away SMAX operations for tripcounts in common
Dan Gohman
2008-09-15
*
On 64-bit targets, change 32-bit getelementptr indices to be 64-bit
Dan Gohman
2008-09-11
*
Fix a vectorshuffle instcombine bug introduced by r55995.
Dan Gohman
2008-09-11
*
Fix a copy+paste bug that Duncan spotted. For several
Dan Gohman
2008-09-11
*
In my analysis for r56076 I missed the case where the original
Dan Gohman
2008-09-11
*
Fix an icmp+sdiv optimization to check for and handle an overflow
Dan Gohman
2008-09-10
*
fix white spaces.
Devang Patel
2008-09-10
*
Fix a warning about comparing signed and unsigned values.
Dan Gohman
2008-09-10
*
if loop induction variable is always sign or zero extended then
Devang Patel
2008-09-09
*
fix overflow check.
Devang Patel
2008-09-09
*
Make SimplifyDemandedVectorElts simplify vectors with multiple
Dan Gohman
2008-09-09
*
s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
Devang Patel
2008-09-08
*
Remove unused counter.
Devang Patel
2008-09-08
*
Remove OptimizeIVType()
Devang Patel
2008-09-08
*
Remove unused map.
Devang Patel
2008-09-05
*
A loop may be unswitched multiple times. Reconstruct dom info. at the end.
Devang Patel
2008-09-04
*
Initialize loop data first.
Devang Patel
2008-09-04
*
Do not unswitch if the function notes say we're optimizing this function for ...
Devang Patel
2008-09-04
*
Add intrinsic forms of pow and exp2. The non-intrinsic
Dale Johannesen
2008-09-04
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
*
Fix a bug that prevented PRE from applying in some cases.
Owen Anderson
2008-09-03
*
Don't apply this transform to vectors. Fixes PR2756.
Nick Lewycky
2008-09-03
*
Add additional check to ensure that iv is canonicalized.
Devang Patel
2008-09-03
*
Check iteration count.
Devang Patel
2008-09-03
*
While removing PHI, use basicblock to identify incoming value.
Devang Patel
2008-09-03
*
If all IV uses are extending integer IV then change the type of IV itself, if...
Devang Patel
2008-09-02
*
Add a small pass that sets the readnone/readonly
Duncan Sands
2008-09-01
*
Do not apply the transformation if the target does not support DestTy natively.
Devang Patel
2008-08-27
*
Fix typos and whitespaces. Other cosmetic changes based on feedback.
Devang Patel
2008-08-27
*
Put a heuristic in place to prevent GVN from falling into bad cases with mass...
Owen Anderson
2008-08-26
*
If IV is used in a int-to-float cast inside the loop then try to eliminate th...
Devang Patel
2008-08-26
*
improve encapsulation of the BBExecutable set.
Chris Lattner
2008-08-23
*
Switch an assortment of maps, sets and vectors to more efficient versions,
Chris Lattner
2008-08-23
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
*
Fix PR2423 by checking all indices for out of range access, not only
Chris Lattner
2008-08-23
*
consolidate DenseMapInfo implementations, and add one for std::pair.
Chris Lattner
2008-08-22
*
Revert r54876 r54877 r54906 and r54907. Evan found that these caused a 20%
Nick Lewycky
2008-08-21
*
Silence a compiler warning.
Evan Cheng
2008-08-20
*
Fixed shuffle optimizations to handle non power of 2 vectors
Mon P Wang
2008-08-20
*
don't use the result of WriteAsOperand
Chris Lattner
2008-08-19
*
Make this comment clearer. Instead of using an ambiguous ~ (not) on an icmp
Nick Lewycky
2008-08-17
*
Consider the case where xor by -1 and xor by 128 have been combined already to
Nick Lewycky
2008-08-17
*
Revert 54821. It's miscompiling 252.eon and 447.dealII
Evan Cheng
2008-08-17
*
I found a better place for this optz'n.
Nick Lewycky
2008-08-17
[next]