Style and formatting fixes for r229715
[oota-llvm.git] / include / llvm / Transforms / Utils / Cloning.h
2015-02-18 Andrew KaylorStyle and formatting fixes for r229715
2015-02-18 Andrew KaylorAdding implementation to outline C++ catch handlers...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-09-07 Hal FinkelAdd an Assumption-Tracking Pass
2014-09-01 Hal FinkelFeed AA to the inliner and use AA->getModRefBehavior...
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-05-19 NAKAMURA TakumiWhitespace.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-12 Alon MishneCloning a function now also clones its debug metadata...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2013-05-28 James MolloyExtend RemapInstruction and friends to take an optional...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-19 Benjamin KramerRemove unused and broken CloneFunction wrapper.
2012-02-25 Chad RosierAdd support for disabling llvm.lifetime intrinsics...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2011-12-23 Mon P WangWhen not destroying the source, the linker is not remap...
2011-06-15 Eli FriedmanRemove unused code.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-23 Devang PatelCosmetic change.
2010-05-01 Chris Lattnerrename InlineInfo.DevirtualizedCalls -> InlinedCalls to
2010-04-23 Chris Lattnerswitch InlineInfo.DevirtualizedCalls's list to be of...
2010-04-22 Chris LattnerThe inliner was choosing to not consider call sites
2010-04-22 Chris Lattnerrefactor the interface to InlineFunction so that most...
2010-01-27 Benjamin KramerDon't bother with sprintf, just pass the Twine through.
2009-12-18 Dan GohmanEliminate unnecessary LLVMContexts.
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-08-27 Chris Lattnerenhance InlineFunction to be able to optionally return
2009-08-27 Chris Lattnersmallvectorize the list of returns built by CloneAndPru...
2009-08-27 Chris Lattnerremove CloneTrace, which appears to be dead since 2004.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-13 Dan GohmanMake Loop and MachineLoop be subclasses of LoopBase...
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-01-11 Chris Lattnerdon't include loopinfo.h from this file.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-14 Owen AndersonStart the process of making MachineLoopInfo possible...
2007-08-10 Devang PatelAdd utility to clone loops.
2007-02-03 Chris LattnerSwitch inliner over to use DenseMap instead of std...
2007-01-30 Chris LattnerThe inliner/cloner can now optionally take TargetData...
2006-05-27 Chris LattnerImplement a new method: CloneAndPruneFunctionInto,...
2006-05-17 Chris LattnerAdd a CloneModule call that exposes the mapping of...
2006-01-14 Chris LattnerTeach inline function how to update the callgraph when...
2006-01-13 Chris LattnerAllow the code cloning interfaces to capture some impor...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-05-19 Alkis EvlogimenosDeclare function defined in namespace llvm as gcc-3...
2004-02-04 Chris LattnerCheck in header file I forgot before.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-31 Chris LattnerFix an FLAT OUT WRONG comment
2003-08-24 Chris LattnerAdd versions of InlineFunction which work on Invoke...
2003-05-31 Tanya LattnerFixed comment width, changed arg to be const, fixed...
2003-05-30 Tanya LattnerSorry, correcting small typo.
2003-05-30 Tanya LattnerAdded support for cloning a trace.
2003-05-29 Chris LattnerDoxygenify comments
2003-04-18 Chris LattnerAdd prototype for new CloneBasicBlock function
2002-11-20 Chris LattnerCloning stuff doesn't modify the source module
2002-11-19 Chris LattnerMinor changes to cloning interface
2002-11-19 Chris LattnerExtend function cloning interface to support inlining
2002-11-19 Chris LattnerMerge cloning and inlining utilities