aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyCFG.cpp
AgeCommit message (Expand)Author
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-05Use a worklist-driven algorithm instead of a recursive one.Chris Lattner
2007-03-04switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speedingChris Lattner
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer
2006-12-19Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner
2006-12-08Incorporate any changes in the successor blocks into the result ofReid Spencer
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
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