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
/
Scalar
/
SimplifyHalfPowrLibCalls.cpp
Age
Commit message (
Expand
)
Author
2011-01-06
Zap the last two -Wself-assign warnings in llvm.
Jakob Stoklund Olesen
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-04-22
refactor the interface to InlineFunction so that most of the in/out
Chris Lattner
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-09-02
eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861
Chris Lattner
2009-07-26
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-24
Convert several more passes to use getAnalysisIfAvailable<TargetData>()
Dan Gohman
2008-12-14
eliminate warning when asserts disabled.
Chris Lattner
2008-11-04
Add a new pass to simplify specific half_powr function calls. This is
Dan Gohman