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
/
Scalar
/
SimplifyCFG.cpp
Age
Commit message (
Expand
)
Author
2008-05-14
rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp
Chris Lattner
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-02-14
simplify code, no functionality change.
Chris Lattner
2008-01-26
If there are no machine instructions emitted for a function, then insert
Bill Wendling
2008-01-26
If we have a function like this:
Bill Wendling
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-18
Rename isNoReturn to doesNotReturn, and isNoUnwind to
Duncan Sands
2007-12-10
Make PruneEH update the nounwind/noreturn attributes
Duncan Sands
2007-12-03
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
update file comment.
Chris Lattner
2007-11-28
Add some convenience methods for querying attributes, and
Duncan Sands
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-23
Remove some logic I thoughtlessly copied over
Duncan Sands
2007-11-22
Turn invokes of nounwind functions into ordinary calls.
Duncan Sands
2007-11-14
Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll
Chris Lattner
2007-11-13
Implement PR1786 by iterating between dead cycle elimination
Chris Lattner
2007-11-04
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-05
Use a worklist-driven algorithm instead of a recursive one.
Chris Lattner
2007-03-04
switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speeding
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2006-12-19
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-08
Incorporate any changes in the successor blocks into the result of
Reid Spencer
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-19
Hrm, some people complain when the compiler cheerfully tells them what it's
Chris Lattner
2004-10-18
Turn store -> null/undef into the LLVM unreachable instruction! This simple
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
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-05
simplify-cfg is really a function pass
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-24
Eliminate extraneous #include
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-21
New CFG Simplification pass: removed from the old DCE pass
Chris Lattner