index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
CloneFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Revert r133435 and r133449 to appease buildbots.
Chad Rosier
2011-06-21
1
-3
/
+3
*
Change how PHINodes store their operands.
Jay Foad
2011-06-20
1
-3
/
+3
*
Revamp the ValueMapper interfaces in a couple ways:
Chris Lattner
2011-01-08
1
-11
/
+11
*
Fix PR8313 by changing ValueToValueMap use a TrackingVH.
Rafael Espindola
2010-10-13
1
-7
/
+13
*
Reapply r112091 and r111922, support for metadata linking, with a
Dan Gohman
2010-08-26
1
-10
/
+16
*
Use MapValue in the Linker instead of having a private function
Dan Gohman
2010-08-24
1
-1
/
+1
*
Use DebugLocs instead of MDNodes.
Dan Gohman
2010-07-20
1
-32
/
+27
*
Don't look up the "dbg" metadata kind by name.
Dan Gohman
2010-07-20
1
-8
/
+7
*
Use available typedef for " DenseMap<const Value*, Value*>".
Devang Patel
2010-06-24
1
-6
/
+6
*
Cosmetic change.
Devang Patel
2010-06-23
1
-49
/
+49
*
Use overloaded operators instead of DIDescriptor::getNode()
Devang Patel
2010-05-07
1
-1
/
+1
*
There is no need to install ValueMapper.h header.
Devang Patel
2010-04-20
1
-1
/
+1
*
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
1
-3
/
+3
*
Revert r97947.
Devang Patel
2010-03-08
1
-3
/
+3
*
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
1
-3
/
+3
*
Don't bother with sprintf, just pass the Twine through.
Benjamin Kramer
2010-01-27
1
-1
/
+1
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
1
-15
/
+1
*
fix Analysis/DebugInfo.h to not include Metadata.h. Do this
Chris Lattner
2009-12-31
1
-0
/
+1
*
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-12-31
1
-3
/
+3
[next]