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
/
SimplifyCFG.cpp
Age
Commit message (
Expand
)
Author
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-20
Implement SimplifyCFG/BrUnwind.ll
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-07-15
Progress on PR341
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-21
*FINALLY* Fix a really nasty nondeterministic bug that has been haunting us
Chris Lattner
2004-06-20
Add some DEBUG output to the simplifycfg routines
Chris Lattner
2004-06-19
Do not sort by the address of LLVM ConstantInt* objects. This produces
Chris Lattner
2004-05-02
Do not clone arbitrary condition instructions.
Chris Lattner
2004-05-02
Do not infinitely "unroll" single BB loops.
Chris Lattner
2004-05-02
Dont' merge terminators that are needed to select PHI node values.
Chris Lattner
2004-05-01
Implement SimplifyCFG/branch-cond-merge.ll
Chris Lattner
2004-05-01
Fix my missing parens
Chris Lattner
2004-05-01
Implement SimplifyCFG/branch-cond-prop.ll
Chris Lattner
2004-04-09
Fold code like:
Chris Lattner
2004-04-02
Fix the obvious bug in my previous checkin
Chris Lattner
2004-04-02
Implement Transforms/SimplifyCFG/return-merge.ll
Chris Lattner
2004-03-30
Now that all the code generators support the select instruction, and the inst...
Chris Lattner
2004-03-17
Fix compilation of mesa, which I broke earlier today
Chris Lattner
2004-03-16
Do not copy gigantic switch instructions
Chris Lattner
2004-02-28
Implement switch->br and br->switch folding by ripping out the switch->switch
Chris Lattner
2004-02-26
turn things like:
Chris Lattner
2004-02-24
If a block is made dead, make sure to promptly remove it.
Chris Lattner
2004-02-24
Implement SimplifyCFG/switch_switch_fold.ll
Chris Lattner
2004-02-24
Rearrange code a bit
Chris Lattner
2004-02-24
Implement: test/Regression/Transforms/SimplifyCFG/switch_create.ll
Chris Lattner
2004-02-16
Implement test/Regression/Transforms/SimplifyCFG/UncondBranchToReturn.ll,
Chris Lattner
2004-02-11
Implement SimplifyCFG/PhiEliminate.ll
Chris Lattner
2004-02-11
The hasConstantReferences predicate always returns false.
Chris Lattner
2004-02-08
rename the "exceptional" destination of an invoke instruction to the 'unwind'...
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-09-08
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-08-24
Implement SimplifyCFG/InvokeEliminate.ll
Chris Lattner
2003-08-17
Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
Chris Lattner
2003-08-05
Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll
Chris Lattner
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2003-03-07
Fix bug: SimplifyCFG/2003-03-07-DominateProblem.ll
Chris Lattner
2003-03-05
Implement CFGSimplify/PhiBlockMerge*.ll
Chris Lattner
2003-03-05
Implement testcase CFGSimplify/EqualPHIEdgeBlockMerge.ll
Chris Lattner
2002-10-29
Fix spelling of `propagate'.
Misha Brukman
2002-10-08
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-09-24
Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll
Chris Lattner
2002-09-24
Minor cleanups
Chris Lattner
2002-07-29
Allow folding of basic blocks that have PHI nodes in them, fixing "bug":
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-21
Add implementation of SimplifyCFG
Chris Lattner