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
*
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
*
Use an array instead of a SmallVector.
Benjamin Kramer
2009-12-29
1
-7
/
+7
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
1
-2
/
+1
*
remove useless argument.
Chris Lattner
2009-12-29
1
-8
/
+7
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
1
-7
/
+13
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
1
-1
/
+1
*
Add the braces gcc suggested.
Daniel Dunbar
2009-11-12
1
-5
/
+8
*
Implement support to debug inlined functions.
Devang Patel
2009-11-10
1
-3
/
+56
*
fix ConstantFoldCompareInstOperands to take the LHS/RHS as
Chris Lattner
2009-11-09
1
-2
/
+2
*
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
1
-5
/
+2
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
MapValue doesn't needs its LLVMContext argument.
Dan Gohman
2009-10-24
1
-5
/
+2
*
Remove an unnnecessary LLVMContext argument in
Dan Gohman
2009-10-05
1
-1
/
+1
*
Instruction::clone does not need to take an LLVMContext&. Remove that and
Nick Lewycky
2009-09-27
1
-3
/
+3
*
Reapply 79977.
Devang Patel
2009-08-28
1
-1
/
+1
*
smallvectorize the list of returns built by CloneAndPruneFunctionInto.
Chris Lattner
2009-08-27
1
-6
/
+6
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
1
-1
/
+1
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
1
-1
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-2
/
+2
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-1
/
+1
[next]