aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyCFG.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-19Hrm, some people complain when the compiler cheerfully tells them what it'sChris Lattner
2004-10-18Turn store -> null/undef into the LLVM unreachable instruction! This simpleChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-05simplify-cfg is really a function passChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-24Eliminate extraneous #includeChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-21New CFG Simplification pass: removed from the old DCE passChris Lattner