index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
Local.cpp
Age
Commit message (
Expand
)
Author
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
dead calls to llvm.stacksave can be deleted, even though they
Chris Lattner
2007-07-26
Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead
Dan Gohman
2007-01-30
move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into
Chris Lattner
2007-01-30
remove now-dead code.
Chris Lattner
2007-01-30
Change constant folding APIs to take an optional TargetData, and change
Chris Lattner
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-23
For PR950:
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-08
Remove redundant <cmath>.
Jim Laskey
2006-11-08
For PR950:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-05-27
Refactor some code to expose an interface to constant fold and instruction gi...
Chris Lattner
2006-05-25
Revert a patch that is unsafe, due to out of range array accesses in inner
Chris Lattner
2006-05-24
Patch for a new instcombine xform, patch contributed by Nick Lewycky!
Chris Lattner
2006-04-08
Add supprot for shufflevector
Chris Lattner
2006-04-02
Adjust to change in Intrinsics.gen interface.
Chris Lattner
2006-03-09
use autogenerated side-effect information
Chris Lattner
2006-01-19
ConstantFoldLoadThroughGEPConstantExpr wasn't handling pointers to
Robert Bocchino
2006-01-17
Constant folding support for the insertelement operation.
Robert Bocchino
2006-01-16
For PR411:
Reid Spencer
2006-01-14
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2006-01-13
it is ok to dce stacksave.
Chris Lattner
2006-01-10
Added support for the extractelement operation.
Robert Bocchino
2005-10-27
Fix #include order
Chris Lattner
2005-10-27
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-09-28
Constant fold llvm.sqrt
Chris Lattner
2005-09-26
Move the ConstantFoldLoadThroughGEPConstantExpr function out of the InstCombine
Chris Lattner
2005-08-04
Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into
Nate Begeman
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-06-19
prevent DCE of vaarg intrinsics. This should take care of most regressions
Andrew Lenharth
2005-05-06
DCE intrinsic instructions without side effects.
Chris Lattner
2005-04-29
Remove optimizations that don't require both operands to be constant. These
Reid Spencer
2005-04-28
* Add constant folding for additional floating point library calls such as
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-17
Enhance hasConstantValue to ignore undef values in phi nodes. This allows it
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-06-23
Use new IsNAN() wrapper.
Brian Gaeke
2004-06-21
Comment out the isnan stuff until we get a proper autoconf test for it
Chris Lattner
2004-06-17
I love the smell of a freshly broken PowerPC build in the morning.
Brian Gaeke
2004-06-17
Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in
Chris Lattner
2004-06-15
Um, did someone make a typo or something?
Brian Gaeke
2004-06-15
Remove support for the isnan intrinsic
Chris Lattner
2004-06-14
Quick hack to get this file compiling again on Mac OS X. The right thing to do
Brian Gaeke
2004-06-13
Add constant folding capabilities to the isunordered intrinsic.
Alkis Evlogimenos
2004-06-11
Constant fold the isnan intrinsic
Chris Lattner
2004-05-27
Implement constant folding of fmod, which is used a lot in povray
Chris Lattner
2004-05-27
Restructure call constant folding code a bit to make it simpler
Chris Lattner
2004-04-21
Include cerrno (gcc-3.4 fix)
Alkis Evlogimenos
[next]