aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-061-20/+0
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+2
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+1
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman2010-08-061-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-8/+10
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Enable first-class aggregates support.Dan Gohman2008-07-231-28/+6
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-2/+0
* Fix insert point handling for multiple return values.Devang Patel2008-04-081-4/+12
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-12/+12
* simplifyDevang Patel2008-03-101-2/+4
* Handle 'ret' with multiple values.Devang Patel2008-03-051-11/+23
* Skip functions that return multiple values.Devang Patel2008-03-051-0/+5
* remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner2008-02-191-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.hChris Lattner2006-06-021-0/+2
* Patch to make some xforms preserve each other. Patch contributed byChris Lattner2006-05-091-0/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Add support for unreachableChris Lattner2004-10-161-3/+23
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-2/+1
* Use one destination constructor for the unconditional branch.Alkis Evlogimenos2004-05-261-1/+1
* Minor cleanups and simplificationsChris Lattner2003-11-211-10/+4
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-5/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Expand the pass to unify all of the unwind blocks as wellChris Lattner2003-09-101-5/+29
* Remove using declarationsChris Lattner2003-05-221-4/+3
* * We now preserve the no-critical-edge pass (because we cannot insert critica...Chris Lattner2003-03-311-11/+17
* Fix bug I introduced with one of my previous changes.Chris Lattner2002-09-121-1/+1
* Fix bugs in previous checkinsChris Lattner2002-09-101-4/+4
* Fix minor problems in previous checkinChris Lattner2002-09-101-3/+3
* Clean up code due to auto-insert constructorsChris Lattner2002-09-101-5/+5
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-1/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-2/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* *** empty log message ***Chris Lattner2002-07-231-0/+2
* *** empty log message ***Chris Lattner2002-06-251-8/+8
* Give the unified exit node a nameChris Lattner2002-05-071-1/+1
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-071-1/+1
* Cleanup implementation a bitChris Lattner2002-05-071-4/+6
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-1/+1