index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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