aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyCFG.cpp
AgeCommit message (Expand)Author
2008-05-14rename SimplifyCFG.cpp -> SimplifyCFGPass.cppChris Lattner
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-02-14simplify code, no functionality change.Chris Lattner
2008-01-26If there are no machine instructions emitted for a function, then insertBill Wendling
2008-01-26If we have a function like this:Bill Wendling
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-18Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands
2007-12-10Make PruneEH update the nounwind/noreturn attributesDuncan Sands
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-12-03update file comment.Chris Lattner
2007-11-28Add some convenience methods for querying attributes, andDuncan Sands
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-23Remove some logic I thoughtlessly copied overDuncan Sands
2007-11-22Turn invokes of nounwind functions into ordinary calls.Duncan Sands
2007-11-14Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.llChris Lattner
2007-11-13Implement PR1786 by iterating between dead cycle eliminationChris Lattner
2007-11-04Finishing initial docs for all transformations in Passes.html.Gordon Henriksen
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