more space; NFC
[oota-llvm.git] / lib / Transforms / Utils / UnifyFunctionExitNodes.cpp
2015-10-13 Duncan P. N. Exon... TransformUtils: Remove implicit ilist iterator conversi...
2015-01-28 Chandler Carruth[LPM] Stop using the string based preservation API...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-06 Dan GohmanEliminate PromoteMemoryToRegisterID; just use addPreser...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-04-08 Devang PatelFix insert point handling for multiple return values.
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-10 Devang Patelsimplify
2008-03-05 Devang PatelHandle 'ret' with multiple values.
2008-03-05 Devang PatelSkip functions that return multiple values.
2008-02-19 Chris Lattnerremove the LowerSelect pass. The last client was the...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-06-02 Chris LattnerForce anything that #includes llvm/Transforms/Utils...
2006-05-09 Chris LattnerPatch to make some xforms preserve each other. Patch...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-16 Chris LattnerAdd support for unreachable
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-05-26 Alkis EvlogimenosUse one destination constructor for the unconditional...
2003-11-21 Chris LattnerMinor cleanups and simplifications
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-10 Chris LattnerExpand the pass to unify all of the unwind blocks as...
2003-05-22 Chris LattnerRemove using declarations
2003-03-31 Chris Lattner* We now preserve the no-critical-edge pass (because...
2002-09-12 Chris LattnerFix bug I introduced with one of my previous changes.
2002-09-10 Chris LattnerFix bugs in previous checkins
2002-09-10 Chris LattnerFix minor problems in previous checkin
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Chris Lattner*** empty log message ***
2002-05-07 Chris LattnerGive the unified exit node a name
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerCleanup implementation a bit
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-27 Chris Lattners/Method/Function
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-01 Chris LattnerGeneral cleanup
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-06 Chris LattnerAdd method to unify all exit nodes of a method