index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2010-05-18
Fix the predicate which checks for non-sensical formulae which have
Dan Gohman
2010-05-18
Factor out the code for recomputing an LSRUse's Regs set after some
Dan Gohman
2010-05-18
Factor out code for estimating search space complexity into a helper
Dan Gohman
2010-05-18
Add some more debug output.
Dan Gohman
2010-05-18
Factor out the code for deleting a formula from an LSRUse into
Dan Gohman
2010-05-18
Make some debug output more informative.
Dan Gohman
2010-05-18
Print an error message in Formula::print if the HasBaseReg flag
Dan Gohman
2010-05-18
Rename RegUseTracker's RegUses member to RegUsesMap to avoid
Dan Gohman
2010-05-15
Teach the always inliner to release its inline cost estimates, like the basic
Nick Lewycky
2010-05-15
Clean up, no functional change.
Nick Lewycky
2010-05-13
Remove heinous tabs.
Nick Lewycky
2010-05-13
Replace the core comparison login in merge functions. We can now merge
Nick Lewycky
2010-05-12
Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort
Nick Lewycky
2010-05-11
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-11
Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!
Douglas Gregor
2010-05-08
make simplifycfg insert an llvm.trap before the 'unreachable' it introduces
Chris Lattner
2010-05-08
Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence
Chris Lattner
2010-05-08
Fix PR7052, patch by Jakub Staszak!
Chris Lattner
2010-05-07
When pruning candidate formulae out of an LSRUse, update the
Dan Gohman
2010-05-07
Wrap const MDNode * inside DIDescriptor.
Devang Patel
2010-05-07
Use overloaded operators instead of DIDescriptor::getNode()
Devang Patel
2010-05-07
Update CMake build.
Ted Kremenek
2010-05-07
Add an LLVM IR version of code sinking. This uses the same simple algorithm
Dan Gohman
2010-05-05
Use the right version of "append" to combine two SmallVectors.
Bob Wilson
2010-05-04
Combine the implementations of the core part of the SSAUpdater and
Bob Wilson
2010-05-04
Defer adding critical edges to the "toSplit" list until after checking for
Bob Wilson
2010-05-03
Use getConstant instead of getIntegerSCEV. The two are basically the
Dan Gohman
2010-05-03
Check for side effects before splitting loop.
Devang Patel
2010-05-01
revert r102831. We already delete dead readonly calls in
Chris Lattner
2010-05-01
Disable the call-deletion transformation introduced in r86975. Without
Owen Anderson
2010-05-01
rename InlineInfo.DevirtualizedCalls -> InlinedCalls to
Chris Lattner
2010-05-01
Implement rdar://6295824 and PR6724 with two tiny changes
Chris Lattner
2010-05-01
The inliner has traditionally not considered call sites
Chris Lattner
2010-04-30
Preserve debug info attached with call instruction while eliminating dead arg...
Devang Patel
2010-04-28
further clarify alignment of globals, fix instcombine
Chris Lattner
2010-04-26
Fix a problem that lower invoke has with allocas (PR6694), and
Chris Lattner
2010-04-26
fix PR6940: sitofp(undef) folds to 0.0, not undef.
Chris Lattner
2010-04-25
remove #if 1's.
Chris Lattner
2010-04-24
Generalize LSR's OptimizeMax to handle the new kinds of max expressions
Dan Gohman
2010-04-23
enable my inliner change: add newly devirtualized call sites to
Chris Lattner
2010-04-23
switch InlineInfo.DevirtualizedCalls's list to be of WeakVH.
Chris Lattner
2010-04-23
Fix LSR to tolerate cases where ScalarEvolution initially
Dan Gohman
2010-04-23
disable my previous inliner patch, it appears to be busting self-host.
Chris Lattner
2010-04-22
The inliner was choosing to not consider call sites
Chris Lattner
2010-04-22
refactor the interface to InlineFunction so that most of the in/out
Chris Lattner
2010-04-22
when inlining something like this:
Chris Lattner
2010-04-22
eliminate dead #include.
Chris Lattner
2010-04-21
Fix a performance problem with the new SSAUpdater. This showed up in the
Bob Wilson
2010-04-20
Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no r...
Devang Patel
2010-04-20
There is no need to install ValueMapper.h header.
Devang Patel
[prev]
[next]