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
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor some code to expose an interface to constant fold and instruction gi...
Chris Lattner
2006-05-27
1
-35
/
+49
*
Revert a patch that is unsafe, due to out of range array accesses in inner
Chris Lattner
2006-05-25
1
-2
/
+2
*
Patch for a new instcombine xform, patch contributed by Nick Lewycky!
Chris Lattner
2006-05-24
1
-2
/
+4
*
Add supprot for shufflevector
Chris Lattner
2006-04-08
1
-0
/
+5
*
Adjust to change in Intrinsics.gen interface.
Chris Lattner
2006-04-02
1
-0
/
+1
*
use autogenerated side-effect information
Chris Lattner
2006-03-09
1
-27
/
+5
*
ConstantFoldLoadThroughGEPConstantExpr wasn't handling pointers to
Robert Bocchino
2006-01-19
1
-9
/
+22
*
Constant folding support for the insertelement operation.
Robert Bocchino
2006-01-17
1
-0
/
+3
*
For PR411:
Reid Spencer
2006-01-16
1
-5
/
+16
*
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2006-01-14
1
-0
/
+3
*
it is ok to dce stacksave.
Chris Lattner
2006-01-13
1
-0
/
+1
*
Added support for the extractelement operation.
Robert Bocchino
2006-01-10
1
-0
/
+2
*
Fix #include order
Chris Lattner
2005-10-27
1
-1
/
+1
*
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-10-27
1
-142
/
+1
*
Constant fold llvm.sqrt
Chris Lattner
2005-09-28
1
-1
/
+9
*
Move the ConstantFoldLoadThroughGEPConstantExpr function out of the InstCombine
Chris Lattner
2005-09-26
1
-1
/
+45
*
Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into
Nate Begeman
2005-08-04
1
-34
/
+0
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-3
/
+3
*
prevent DCE of vaarg intrinsics. This should take care of most regressions
Andrew Lenharth
2005-06-19
1
-2
/
+0
*
DCE intrinsic instructions without side effects.
Chris Lattner
2005-05-06
1
-1
/
+20
*
Remove optimizations that don't require both operands to be constant. These
Reid Spencer
2005-04-29
1
-10
/
+0
*
* Add constant folding for additional floating point library calls such as
Reid Spencer
2005-04-28
1
-26
/
+90
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-11
/
+11
*
Enhance hasConstantValue to ignore undef values in phi nodes. This allows it
Chris Lattner
2004-10-17
1
-2
/
+3
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Use new IsNAN() wrapper.
Brian Gaeke
2004-06-23
1
-15
/
+2
*
Comment out the isnan stuff until we get a proper autoconf test for it
Chris Lattner
2004-06-21
1
-1
/
+7
*
I love the smell of a freshly broken PowerPC build in the morning.
Brian Gaeke
2004-06-17
1
-0
/
+1
*
Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in
Chris Lattner
2004-06-17
1
-1
/
+1
*
Um, did someone make a typo or something?
Brian Gaeke
2004-06-15
1
-1
/
+1
*
Remove support for the isnan intrinsic
Chris Lattner
2004-06-15
1
-3
/
+0
*
Quick hack to get this file compiling again on Mac OS X. The right thing to do
Brian Gaeke
2004-06-14
1
-0
/
+8
*
Add constant folding capabilities to the isunordered intrinsic.
Alkis Evlogimenos
2004-06-13
1
-1
/
+4
*
Constant fold the isnan intrinsic
Chris Lattner
2004-06-11
1
-1
/
+10
*
Implement constant folding of fmod, which is used a lot in povray
Chris Lattner
2004-05-27
1
-2
/
+9
*
Restructure call constant folding code a bit to make it simpler
Chris Lattner
2004-05-27
1
-39
/
+40
*
Include cerrno (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-21
1
-0
/
+1
*
Add support for evaluation of exp/log/log10/pow
Chris Lattner
2004-04-16
1
-1
/
+25
*
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
1
-0
/
+1
*
Add a simple call constant propagation interface.
Chris Lattner
2004-04-13
1
-0
/
+51
*
Add constant folding wrapper support for select instructions.
Chris Lattner
2004-03-12
1
-0
/
+4
*
Clean up #includes
Chris Lattner
2004-01-12
1
-3
/
+1
*
Remove use of ConstantExpr::getShift
Chris Lattner
2004-01-12
1
-4
/
+1
*
Remove use of ConstantHandling
Chris Lattner
2004-01-12
1
-1
/
+1
*
Move llvm::ConstantFoldInstruction from VMCore to here, next to ConstantFoldT...
Chris Lattner
2004-01-12
1
-0
/
+58
*
Add new function
Chris Lattner
2003-12-19
1
-10
/
+41
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
Chris Lattner
2003-08-23
1
-0
/
+13
*
Implement folding of switch instructions.
Chris Lattner
2003-08-17
1
-3
/
+56
[next]