Add a pointer to the owning LLVMContext to Module. This requires threading LLVMConte...
[oota-llvm.git] / include / llvm / Transforms / Utils / Cloning.h
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