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-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
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-24
MapValue doesn't needs its LLVMContext argument.
Dan Gohman
2009-10-24
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-20
alternate fix for PR5258 which avoids worklist problems, with reduced testcase.
Chris Lattner
2009-10-20
Fix PR5258, jump-threading creating invalid PHIs.
Torok Edwin
2009-10-19
Fix SplitBlockPredecessors' LoopInfo updating code to handle the case
Dan Gohman
2009-10-19
Change instnamer to name arguments "arg" instead of "tmp" for clarity, and
Dan Gohman
2009-10-17
Simplify some code (first hunk) and fix PR5208 (second hunk) by
Chris Lattner
2009-10-17
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-16
Strip trailing white space.
Duncan Sands
2009-10-13
Update CMake file.
Ted Kremenek
[prev]
[next]