summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneFunction.cpp
Commit message (Expand)AuthorAge
* Revert "Patch for function cloning to inline all blocks whose address is taken"Eric Christopher2014-05-19
* Patch for function cloning to inline all blocks whose address is takenGerolf Hoflehner2014-04-30
* Restore CloneFunction.cpp which got accidentlyGerolf Hoflehner2014-04-26
* Revert commit r207302 since build failuresGerolf Hoflehner2014-04-26
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-26
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...Alon Mishne2014-03-12
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-28
* Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly2013-04-10
* Fixed a crash when cloning a function into a function withPekka Jaaskelainen2013-03-07
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-30
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-23
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-18
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-14
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Sink the collection of return instructions until after *all*Chandler Carruth2012-04-06
* Sink the return instruction collection until after we're done deletingChandler Carruth2012-04-06
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-28
* Teach the function cloner (and thus the inliner) to simplify PHINodesChandler Carruth2012-03-25
* Move the instruction simplification of callsite arguments in the inlinerChandler Carruth2012-03-25
* Zap some dead code pointed out by Chandler.Eric Christopher2012-03-20
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-06
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* When not destroying the source, the linker is not remapping the types. Added ...Mon P Wang2011-12-23
* Remap blockaddress correctly when inlining a function. Fixes PR10162.Eli Friedman2011-10-21
* Enhance a couple places where we were doing constant folding of instructions,Nick Lewycky2011-10-02
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-19
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Remove unused copy of UpdateInlinedAtInfo.Benjamin Kramer2011-07-08
* Refactor. It is inliner's responsibility to update line number information.Devang Patel2011-07-08
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-21
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-21
* Change how PHINodes store their operands.Jay Foad2011-06-20
* Revamp the ValueMapper interfaces in a couple ways:Chris Lattner2011-01-08
* Fix PR8313 by changing ValueToValueMap use a TrackingVH.Rafael Espindola2010-10-13