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
/
Analysis
Age
Commit message (
Expand
)
Author
2007-09-11
Fix a typo in memdep, which was causing PR1648.
Owen Anderson
2007-09-09
Remove an un-needed dependence query. This improves compile time marginally ...
Owen Anderson
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-09-05
Missing break. Patch by Wojciech Matyjewicz.
Evan Cheng
2007-08-21
Use SmallVector.
Devang Patel
2007-08-21
No need to hardcode SmallVector size.
Devang Patel
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-08-20
- Use correct header for SCEV inside LoopPass.cpp
Anton Korobeynikov
2007-08-16
Cache non-local memory dependence analysis. This is a significant compile
Owen Anderson
2007-08-11
constant fold ptrtoint(inttoptr) with target data when available. This allows
Chris Lattner
2007-08-10
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-09
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-08
Add more comments to memdep.
Owen Anderson
2007-08-08
Make memdep fit in 80 cols.
Owen Anderson
2007-08-08
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-08
Handle functions with no name better.
Chris Lattner
2007-08-08
significantly speed up constant folding of calls (and thus all clients that use
Chris Lattner
2007-08-08
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-07
Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN
Owen Anderson
2007-08-06
Improve the accuracy of memdep for determining the dependencies of loads.
Owen Anderson
2007-08-06
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-06
Let scalar-evolution analyze loops with an unsigned comparison for the exit
Nick Lewycky
2007-08-06
Don't assume it's safe to transform a loop just because it's dominated by any
Nick Lewycky
2007-08-05
Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName,
Chris Lattner
2007-08-05
Fix an iterator invalidation bug I induced.
Chris Lattner
2007-08-05
Switch some std::sets to SmallPtrSet. This speeds up
Chris Lattner
2007-08-05
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-04
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-02
Fix a bug that was causing several miscompilations on SPEC.
Owen Anderson
2007-08-02
Implement review feedback.
Christopher Lamb
2007-08-02
Teach BasicAA about noalias parameter attributes, but do it correctly this time.
Christopher Lamb
2007-08-01
Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex...
Owen Anderson
2007-08-01
More explicit keywords.
Dan Gohman
2007-07-31
Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There's
David Greene
2007-07-31
Revert overly aggressive interpretation of noalias
Christopher Lamb
2007-07-31
Introduce Simple Analysis interface for loop passes.
Devang Patel
2007-07-31
Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...
Christopher Lamb
2007-07-30
Use more caching when computing non-local dependence. This makes bzip2 not
Owen Anderson
2007-07-26
Fix a bug introduced in my last commit.
Owen Anderson
2007-07-26
Fix a couple more bugs in the phi construction by pulling in code that does
Owen Anderson
2007-07-25
Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.
Owen Anderson
2007-07-25
Add basic support for performing whole-function RLE.
Owen Anderson
2007-07-24
Add initial support for non-local memory dependence analysis.
Owen Anderson
2007-07-24
Unreachable block is not a root node in post dominator tree.
Devang Patel
2007-07-20
When removing instructions from the analysis, be sure to check the confirmed
Owen Anderson
2007-07-19
Verify loop info.
Devang Patel
2007-07-19
Replace mysterious code causing a g++-4.2 warning
Duncan Sands
2007-07-16
Add support for walking up memory def chains, which enables finding many more
Owen Anderson
[next]