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
/
Utils
Age
Commit message (
Expand
)
Author
2009-12-13
Don't leave pointers uninitialized in the default constructor. GCC complains
Chandler Carruth
2009-12-08
Remove unnecessary #include "llvm/LLVMContext.h".
Nick Lewycky
2009-12-04
add an assert to make it really clear what this is doing. Return singularval as
Chris Lattner
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-02
Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cpp
Jim Grosbach
2009-11-23
Pull LLVMContext out of PromoteMemToReg.
Nick Lewycky
2009-11-20
Make Loop::getLoopLatch() work on loops which don't have preheaders, as
Dan Gohman
2009-11-19
Eliminate duplicate phi nodes in loops. Loop rotation, for example, can intro...
Jim Grosbach
2009-11-19
Make EliminateDuplicatePHINodes() available as a utility function
Jim Grosbach
2009-11-12
Add the braces gcc suggested.
Daniel Dunbar
2009-11-11
Don't trivially delete unused calls to llvm.invariant.start. This allows
Duncan Sands
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-10
move some generally useful functions out of jump threading
Chris Lattner
2009-11-10
refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.
Chris Lattner
2009-11-09
fix ConstantFoldCompareInstOperands to take the LHS/RHS as
Chris Lattner
2009-11-09
Fix a comment in a typo that Duncan noticed.
Dan Gohman
2009-11-09
Generalize LCSSA to handle loops with exits with predecessors outside
Dan Gohman
2009-11-06
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-05
Avoid calling getUniqueExitBlocks from within LoopSimplify, as it depends
Dan Gohman
2009-11-05
The introduction of indirectbr meant the introduction of
Dan Gohman
2009-11-05
Teach LoopUnroll how to bail if LoopSimplify can't give it what it needs.
Dan Gohman
2009-11-05
Delete an unused member variable.
Dan Gohman
2009-11-05
Add an assertion to catch indirectbr in SplitBlockPredecessors. This
Dan Gohman
2009-11-03
remove a isFreeCall check: it is a callinst that can write to memory already.
Chris Lattner
2009-11-03
Alphabetize.
Ted Kremenek
2009-11-02
fix a bug exposed by moving SRoA earlier which caused a crash building kc++
Chris Lattner
2009-11-01
improve comment.
Chris Lattner
2009-11-01
change llvm::MergeBlockIntoPredecessor to not merge two blocks BB1->BB2
Chris Lattner
2009-11-01
constant fold indirectbr(blockaddress(%bb)) -> br label %bb.
Chris Lattner
2009-11-01
Revert 85678/85680. The decision is to stay with the current form of
Chris Lattner
2009-10-31
llvm::SplitEdge should refuse to split an edge from an indirectbr.
Chris Lattner
2009-10-31
update the comment above llvm::SplitCriticalEdge, and make
Chris Lattner
2009-10-31
adjust a couple xforms to work with null bb's in BlockAddress.
Chris Lattner
2009-10-31
Revert r85667. LoopUnroll currently can't call utility functions which
Dan Gohman
2009-10-31
Remove redundant code.
Dan Gohman
2009-10-31
Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into
Dan Gohman
2009-10-31
Simplify this code.
Dan Gohman
2009-10-31
Update CMakeLists for recent renames.
Dan Gohman
2009-10-31
Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp to
Dan Gohman
2009-10-30
Add a comment about a missed opportunity.
Dan Gohman
2009-10-30
Teach SimplifyCFG how to eliminate duplicate PHI nodes within a block.
Dan Gohman
2009-10-29
teach various passes about blockaddress. We no longer
Chris Lattner
2009-10-29
teach ValueMapper about BlockAddress', making bugpoint a lot more useful.
Chris Lattner
2009-10-29
unindent massive blocks, no functionality change.
Chris Lattner
2009-10-27
Factor out redundancy from clone() implementations.
Devang Patel
2009-10-27
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez
2009-10-27
Fix a pretty serious misfeature of the inliner: if it inlines a function
Chris Lattner
2009-10-26
Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...
Victor Hernandez
2009-10-26
Remove FreeInst.
Victor Hernandez
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
[next]