index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
CloneFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Utils: Style cleanups, NFC
Duncan P. N. Exon Smith
2014-12-06
1
-7
/
+7
*
Utils: Avoid RAUW on metadata in CloneFunction()
Duncan P. N. Exon Smith
2014-12-06
1
-4
/
+4
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+3
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-3
/
+2
*
Revert "Patch for function cloning to inline all blocks whose address is taken"
Eric Christopher
2014-05-19
1
-106
/
+34
*
Patch for function cloning to inline all blocks whose address is taken
Gerolf Hoflehner
2014-04-30
1
-34
/
+106
*
Restore CloneFunction.cpp which got accidently
Gerolf Hoflehner
2014-04-26
1
-92
/
+33
*
Revert commit r207302 since build failures
Gerolf Hoflehner
2014-04-26
1
-33
/
+92
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
CloneFunction: Clone all attributes, including the CC
Reid Kleckner
2014-03-26
1
-14
/
+16
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-8
/
+2
*
Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...
Alon Mishne
2014-03-12
1
-0
/
+58
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-7
/
+7
*
Extend RemapInstruction and friends to take an optional new parameter, a Valu...
James Molloy
2013-05-28
1
-2
/
+3
*
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-10
1
-22
/
+19
*
Fixed a crash when cloning a function into a function with
Pekka Jaaskelainen
2013-03-07
1
-3
/
+6
*
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
1
-4
/
+6
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-1
/
+1
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-4
/
+2
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-4
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
1
-2
/
+4
*
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
1
-2
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
1
-7
/
+9
*
Sink the return instruction collection until after we're done deleting
Chandler Carruth
2012-04-06
1
-7
/
+9
*
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-28
1
-3
/
+23
*
Teach the function cloner (and thus the inliner) to simplify PHINodes
Chandler Carruth
2012-03-25
1
-12
/
+18
*
Move the instruction simplification of callsite arguments in the inliner
Chandler Carruth
2012-03-25
1
-53
/
+33
*
Zap some dead code pointed out by Chandler.
Eric Christopher
2012-03-20
1
-4
/
+0
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-2
/
+2
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
1
-2
/
+0
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
1
-1
/
+2
*
When not destroying the source, the linker is not remapping the types. Added ...
Mon P Wang
2011-12-23
1
-2
/
+4
*
Remap blockaddress correctly when inlining a function. Fixes PR10162.
Eli Friedman
2011-10-21
1
-1
/
+32
*
Enhance a couple places where we were doing constant folding of instructions,
Nick Lewycky
2011-10-02
1
-6
/
+2
*
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-19
1
-2
/
+1
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-1
/
+1
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-1
/
+1
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-1
/
+1
*
Remove unused copy of UpdateInlinedAtInfo.
Benjamin Kramer
2011-07-08
1
-12
/
+0
*
Refactor. It is inliner's responsibility to update line number information.
Devang Patel
2011-07-08
1
-38
/
+2
*
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
1
-3
/
+3
*
Revert r133513:
Eric Christopher
2011-06-23
1
-3
/
+3
*
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
Jay Foad
2011-06-21
1
-3
/
+3
[prev]
[next]