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
2009-11-12
Add the braces gcc suggested.
Daniel Dunbar
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-09
fix ConstantFoldCompareInstOperands to take the LHS/RHS as
Chris Lattner
2009-11-06
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-24
MapValue doesn't needs its LLVMContext argument.
Dan Gohman
2009-10-05
Remove an unnnecessary LLVMContext argument in
Dan Gohman
2009-09-27
Instruction::clone does not need to take an LLVMContext&. Remove that and
Nick Lewycky
2009-08-28
Reapply 79977.
Devang Patel
2009-08-27
smallvectorize the list of returns built by CloneAndPruneFunctionInto.
Chris Lattner
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-30
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-09
This started as a small change, I swear. Unfortunately, lots of things call ...
Owen Anderson
2009-07-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-06
Thread LLVMContext through the constant folding APIs, which touches a lot of ...
Owen Anderson
2009-07-05
More LLVMContext-ification.
Owen Anderson
2009-04-15
While inlining, clone llvm.dbg.func.start intrinsic and adjust
Devang Patel
2009-03-21
Factorize out a concept - no functionality change.
Duncan Sands
2009-03-20
Don't load values out of global constants with weak
Duncan Sands
2009-03-10
Don't consider debug intrinsics when checking
Dale Johannesen
2009-02-10
Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...
Devang Patel
2008-10-07
Correctly set attributes when removing args during cloning. Fixes PR2765
Andrew Lenharth
2008-05-26
Factor code to copy global value attributes like
Duncan Sands
2008-04-25
Feedback from chris
Nate Begeman
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
Teach the PruningFunctionCloner how to look through loads with
Nate Begeman
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-03-23
Preserve calling convention during function cloning
Anton Korobeynikov
2008-03-10
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-09
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-10
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Chris Lattner
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-09
Forget to commit users part of value mapper interface
Anton Korobeynikov
2007-03-22
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-02
switch the inliner from being recursive to being iterative.
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-03
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
Chris Lattner
2007-02-01
Fix bugs in the inliner having to do with single-entry phi nodes and valuemap
Chris Lattner
2007-01-30
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-30
The inliner/cloner can now optionally take TargetData info, which can be
Chris Lattner
2007-01-30
Change constant folding APIs to take an optional TargetData, and change
Chris Lattner
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-23
For PR950:
Reid Spencer
[next]