aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-02-06[unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-08-06Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-07-23Enable first-class aggregates support.Dan Gohman
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2008-04-08Fix insert point handling for multiple return values.Devang Patel
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-03-10simplifyDevang Patel
2008-03-05Handle 'ret' with multiple values.Devang Patel
2008-03-05Skip functions that return multiple values.Devang Patel
2008-02-19remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
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
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-06-02Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.hChris Lattner
2006-05-09Patch to make some xforms preserve each other. Patch contributed byChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-16Add support for unreachableChris Lattner
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-05-26Use one destination constructor for the unconditional branch.Alkis Evlogimenos
2003-11-21Minor cleanups and simplificationsChris Lattner
2003-11-20Start using the nicer terminator auto-insertion APIChris 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-09-10Expand the pass to unify all of the unwind blocks as wellChris Lattner
2003-05-22Remove using declarationsChris Lattner
2003-03-31* We now preserve the no-critical-edge pass (because we cannot insert critica...Chris Lattner
2002-09-12Fix bug I introduced with one of my previous changes.Chris Lattner
2002-09-10Fix bugs in previous checkinsChris Lattner
2002-09-10Fix minor problems in previous checkinChris Lattner
2002-09-10Clean up code due to auto-insert constructorsChris Lattner
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-07Give the unified exit node a nameChris Lattner
2002-05-07Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner
2002-05-07Cleanup implementation a bitChris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner