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