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
/
IPO
Age
Commit message (
Expand
)
Author
2009-01-01
Mention that this pass does escape analysis in the
Duncan Sands
2008-12-31
Look through phi nodes and select instructions when
Duncan Sands
2008-12-31
Don't analyze arguments already marked 'nocapture'.
Duncan Sands
2008-12-31
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands
2008-12-29
Experiments show that looking through phi nodes
Duncan Sands
2008-12-29
Allow readnone functions to read (and write!) global
Duncan Sands
2008-12-17
insert some sequence points and preincrement an iterator to avoid
Chris Lattner
2008-12-17
Enhance heap sra to be substantially more aggressive w.r.t PHI
Chris Lattner
2008-12-16
Fix another crash found by inspection. If we have a PHI node merging
Chris Lattner
2008-12-16
fix a crash found by inspection.
Chris Lattner
2008-12-16
switch some std::set/std::map to SmallPtrSet/DenseMap.
Chris Lattner
2008-12-15
enhance heap-sra to apply to fixed sized array allocations, not just
Chris Lattner
2008-12-15
Use stripPointerCasts.
Chris Lattner
2008-12-15
minor tweaks for formatting, allow bitcast in ValueIsOnlyUsedLocallyOrStoredT...
Chris Lattner
2008-12-15
refactor some code into a new TryToOptimizeStoreOfMallocToGlobal function.
Chris Lattner
2008-11-21
Fix error where it wasn't getting the correct caller function.
Bill Wendling
2008-11-21
If the function being inlined has a higher stack protection level than the
Bill Wendling
2008-11-20
Do not forget llvm.dbg.declare's first argument while removing debugging info...
Devang Patel
2008-11-19
Remove unused variables.
Devang Patel
2008-11-19
Fix typo.
Devang Patel
2008-11-18
Add new helper pass that strips all symbol names except debugging information.
Devang Patel
2008-11-18
Remove even more llvm.dbg variables.
Devang Patel
2008-11-16
If SI->size() is 0, we are not allowed to dereference ->begin().
Torok Edwin
2008-11-16
simplify loop
Chris Lattner
2008-11-14
Refactor code.
Devang Patel
2008-11-13
Really remove all debug information.
Devang Patel
2008-11-11
Use actual function name in comments.
Devang Patel
2008-11-05
Do now allow InlineAlways pass to remove dead functions.
Devang Patel
2008-11-03
add a period at the end of the comment, ignoring the fact that the comment wo...
Andrew Lenharth
2008-11-03
Ensure that we are checking only calls to the function we are interested in s...
Andrew Lenharth
2008-11-02
Changes from Duncan's review:
Nick Lewycky
2008-11-02
Get this building on 64 bit machines (error:
Duncan Sands
2008-11-02
CMake: added a source file.
Oscar Fuentes
2008-11-02
Add a new MergeFunctions pass. It finds identical functions and merges them.
Nick Lewycky
2008-10-30
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-29
Factor shouldInline method out of Inliner.
Daniel Dunbar
2008-10-28
Assorted comment/naming fixes, 80-col violations, and reindentation.
Daniel Dunbar
2008-10-21
Fix a bug that prevented llvm-extract -delete from working.
Dan Gohman
2008-10-08
dont specialize weak functions and the like
Nuno Lopes
2008-10-04
Ignore loads from and stores to local memory (i.e. allocas)
Duncan Sands
2008-10-03
Clean up some multiple-return-value code that is no longer
Dan Gohman
2008-10-03
Teach internalize to preserve the callgraph.
Duncan Sands
2008-10-01
revert the addition of Preverves(CallGraph), per Duncan's comments
Nuno Lopes
2008-09-30
add preserversCFG() + preservers(CallGraph)
Nuno Lopes
2008-09-30
add AU.setPreservesCFG() since this pass only adds and removes function attri...
Nuno Lopes
2008-09-29
Speed up these passes when the callgraph has
Duncan Sands
2008-09-29
remove redundant test (mayBeOverriden() includes hasLinkOnceLinkage)
Nuno Lopes
2008-09-29
Tweak some comments.
Duncan Sands
2008-09-29
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-26
Implement function notes as function attributes.
Devang Patel
[prev]
[next]