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
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
2004-04-16
Add support for evaluation of exp/log/log10/pow
Chris Lattner
2004-04-16
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-13
Add a simple call constant propagation interface.
Chris Lattner
2004-03-12
Add constant folding wrapper support for select instructions.
Chris Lattner
2004-01-12
Clean up #includes
Chris Lattner
2004-01-12
Remove use of ConstantExpr::getShift
Chris Lattner
2004-01-12
Remove use of ConstantHandling
Chris Lattner
2004-01-12
Move llvm::ConstantFoldInstruction from VMCore to here, next to ConstantFoldT...
Chris Lattner
2003-12-19
Add new function
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-23
Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
Chris Lattner
2003-08-17
Implement folding of switch instructions.
Chris Lattner
2003-08-17
Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
Chris Lattner
2003-08-17
The fixme is irrelevant: if that happens, the LLVM bytecode is malformed.
Chris Lattner
2003-05-20
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-02-24
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-26
Simplify the interface to local DCE and Constant prop
Chris Lattner
2002-05-21
Simplify interface to ConstantFoldTerminator
Chris Lattner
2002-05-07
Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cpp
Chris Lattner