Delete trailing whitespace; NFC
[oota-llvm.git] / lib / Transforms / Utils / CloneFunction.cpp
2015-12-09 Sanjoy DasDelete trailing whitespace; NFC
2015-11-18 Sanjoy DasTeach the inliner to track deoptimization state
2015-11-16 Keno FischerAlso map the personality function in CloneFunctionInto
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-13 Duncan P. N. Exon... TransformUtils: Remove implicit ilist iterator conversi...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-06 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-07-10 Adam Nemet[LoopDist] Move loop-versioning helper functions to...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-14 Duncan P. N. Exon... DebugInfo: Update signature of DICompileUnit::replace*()
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-10 Reid Kleckner[WinEH] Try to make outlining invokes work a little...
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-06 Duncan P. N. Exon... Transforms: Stop using DIDescriptor::is*() and auto...
2015-03-20 Andrew KaylorFixing a bug with WinEH PHI handling
2015-03-11 Andrew KaylorExtended support for native Windows C++ EH outlining
2015-03-10 Sanjay Patelremove names from comments; NFC
2015-03-10 Sanjay Patelfix typos; NFC
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-23 Andrew KaylorRemap frame variables for native Windows exception...
2015-02-18 Andrew KaylorAdding implementation to outline C++ catch handlers...
2014-12-19 Duncan P. N. Exon... Rename MapValue(Metadata*) to MapMetadata()
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-06 Duncan P. N. Exon... Utils: Style cleanups, NFC
2014-12-06 Duncan P. N. Exon... Utils: Avoid RAUW on metadata in CloneFunction()
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-05-19 Eric ChristopherRevert "Patch for function cloning to inline all blocks...
2014-04-30 Gerolf HoflehnerPatch for function cloning to inline all blocks whose...
2014-04-26 Gerolf HoflehnerRestore CloneFunction.cpp which got accidently
2014-04-26 Gerolf HoflehnerRevert commit r207302 since build failures
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-03-26 Reid KlecknerCloneFunction: Clone all attributes, including the CC
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-12 Alon MishneCloning a function now also clones its debug metadata...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2013-05-28 James MolloyExtend RemapInstruction and friends to take an optional...
2013-04-10 Joey GoulyChange CloneFunctionInto to always clone Argument attri...
2013-03-07 Pekka JaaskelainenFixed a crash when cloning a function into a function...
2013-01-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-14 Bill WendlingRemove the bitwise assignment OR operator from the...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-04-06 Chandler CarruthSink the collection of return instructions until after...
2012-04-06 Chandler CarruthSink the return instruction collection until after...
2012-03-28 Chandler CarruthSwitch to WeakVHs in the value mapper, and aggressively...
2012-03-25 Chandler CarruthTeach the function cloner (and thus the inliner) to...
2012-03-25 Chandler CarruthMove the instruction simplification of callsite argumen...
2012-03-20 Eric ChristopherZap some dead code pointed out by Chandler.
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2011-12-23 Mon P WangWhen not destroying the source, the linker is not remap...
2011-10-21 Eli FriedmanRemap blockaddress correctly when inlining a function...
2011-10-02 Nick LewyckyEnhance a couple places where we were doing constant...
2011-07-19 Jay FoadUse ArrayRef in ConstantFoldInstOperands and ConstantFo...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-08 Benjamin KramerRemove unused copy of UpdateInlinedAtInfo.
2011-07-08 Devang PatelRefactor. It is inliner's responsibility to update...
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-01-08 Chris LattnerRevamp the ValueMapper interfaces in a couple ways:
2010-10-13 Rafael EspindolaFix PR8313 by changing ValueToValueMap use a TrackingVH.
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-24 Dan GohmanUse MapValue in the Linker instead of having a private...
2010-07-20 Dan GohmanUse DebugLocs instead of MDNodes.
2010-07-20 Dan GohmanDon't look up the "dbg" metadata kind by name.
2010-06-24 Devang PatelUse available typedef for " DenseMap<const Value*,...
2010-06-23 Devang PatelCosmetic change.
2010-05-07 Devang PatelUse overloaded operators instead of DIDescriptor::getNode()
2010-04-20 Devang PatelThere is no need to install ValueMapper.h header.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-01-27 Benjamin KramerDon't bother with sprintf, just pass the Twine through.
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-31 Chris Lattnerfix Analysis/DebugInfo.h to not include Metadata.h...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-29 Benjamin KramerUse an array instead of a SmallVector.
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-29 Chris Lattnerremove useless argument.
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
next