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
/
ValueMapper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix an obscure and tricky bug the inliner can hit sometimes.
Chris Lattner
2007-02-23
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-2
/
+2
*
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
Chris Lattner
2007-02-03
1
-9
/
+11
*
For PR1043:
Zhou Sheng
2007-01-11
1
-1
/
+1
*
eliminate some ugly code, using ConstantExpr::getWithOperands instead.
Chris Lattner
2006-07-14
1
-35
/
+4
*
Implement a new method, CloneAndPruneFunctionInto, as documented.
Chris Lattner
2006-05-27
1
-3
/
+1
*
Add supprot for shufflevector
Chris Lattner
2006-04-08
1
-0
/
+5
*
Fix inlining of insert/extract element constantexprs
Chris Lattner
2006-04-07
1
-0
/
+9
*
add valuemapper support for inline asm
Chris Lattner
2006-04-01
1
-1
/
+1
*
teach the inliner to work with packed constants
Chris Lattner
2006-03-27
1
-0
/
+19
*
teach the cloner to handle inline asms
Chris Lattner
2006-01-26
1
-9
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-3
/
+3
*
Add support for UndefValue
Chris Lattner
2004-10-16
1
-1
/
+2
*
Add value mapper support for select constant exprs. This should fix a bug
Chris Lattner
2004-08-13
1
-0
/
+5
*
Stop using getValues().
Alkis Evlogimenos
2004-08-04
1
-14
/
+12
*
Remove an if statement that would never be reached.
Reid Spencer
2004-07-18
1
-3
/
+1
*
bug 122:
Reid Spencer
2004-07-18
1
-3
/
+3
*
Progress on PR341
Chris Lattner
2004-07-15
1
-2
/
+2
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
Move RemapInstruction() to ValueMapper, so that it can be shared with
Brian Gaeke
2004-05-19
1
-0
/
+19
*
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-15
1
-1
/
+1
*
Remove use of ConstantExpr::getShift
Chris Lattner
2004-01-12
1
-6
/
+0
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-5
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+3
*
Yet more fixes for constant expr shifts
Chris Lattner
2003-11-05
1
-0
/
+6
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Avoid doing pointless work. Amazingly, this makes us go faster.
Chris Lattner
2003-10-06
1
-0
/
+5
*
New const_cast instead of c style cast
Chris Lattner
2003-04-18
1
-1
/
+1
*
Add debugging helper
Chris Lattner
2003-01-13
1
-1
/
+2
*
Fix bug that was bugging bugpoint
Chris Lattner
2002-12-07
1
-2
/
+2
*
Initial checkin of Module cloning support stuff
Chris Lattner
2002-11-20
1
-0
/
+88