index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
CloneFunction.cpp
Age
Commit message (
Expand
)
Author
2013-03-07
Fixed a crash when cloning a function into a function with
Pekka Jaaskelainen
2013-01-30
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-14
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-04-06
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
Sink the return instruction collection until after we're done deleting
Chandler Carruth
2012-03-28
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-25
Teach the function cloner (and thus the inliner) to simplify PHINodes
Chandler Carruth
2012-03-25
Move the instruction simplification of callsite arguments in the inliner
Chandler Carruth
2012-03-20
Zap some dead code pointed out by Chandler.
Eric Christopher
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2011-12-23
When not destroying the source, the linker is not remapping the types. Added ...
Mon P Wang
2011-10-21
Remap blockaddress correctly when inlining a function. Fixes PR10162.
Eli Friedman
2011-10-02
Enhance a couple places where we were doing constant folding of instructions,
Nick Lewycky
2011-07-19
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-07-08
Remove unused copy of UpdateInlinedAtInfo.
Benjamin Kramer
2011-07-08
Refactor. It is inliner's responsibility to update line number information.
Devang Patel
2011-06-23
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
Revert r133513:
Eric Christopher
2011-06-21
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
Jay Foad
2011-06-21
Revert r133435 and r133449 to appease buildbots.
Chad Rosier
2011-06-20
Change how PHINodes store their operands.
Jay Foad
2011-01-08
Revamp the ValueMapper interfaces in a couple ways:
Chris Lattner
2010-10-13
Fix PR8313 by changing ValueToValueMap use a TrackingVH.
Rafael Espindola
2010-08-26
Reapply r112091 and r111922, support for metadata linking, with a
Dan Gohman
2010-08-24
Use MapValue in the Linker instead of having a private function
Dan Gohman
2010-07-20
Use DebugLocs instead of MDNodes.
Dan Gohman
2010-07-20
Don't look up the "dbg" metadata kind by name.
Dan Gohman
2010-06-24
Use available typedef for " DenseMap<const Value*, Value*>".
Devang Patel
2010-06-23
Cosmetic change.
Devang Patel
2010-05-07
Use overloaded operators instead of DIDescriptor::getNode()
Devang Patel
2010-04-20
There is no need to install ValueMapper.h header.
Devang Patel
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
Revert r97947.
Devang Patel
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-01-27
Don't bother with sprintf, just pass the Twine through.
Benjamin Kramer
2010-01-05
Remove dead debug info intrinsics.
Devang Patel
[next]