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
/
BasicAliasAnalysis.cpp
Age
Commit message (
Expand
)
Author
2007-10-25
Fix for PR1741.
Owen Anderson
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-05
Missing break. Patch by Wojciech Matyjewicz.
Evan Cheng
2007-08-06
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-05
Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName,
Chris Lattner
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-07-31
Revert overly aggressive interpretation of noalias
Christopher Lamb
2007-07-31
Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...
Christopher Lamb
2007-07-16
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-02
Add explicit keywords.
Dan Gohman
2007-06-18
Make BasicAliasAnalysis correctly register itself. Patch by Devang
Anton Korobeynikov
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-19
Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.
Zhou Sheng
2007-02-15
For PR1195:
Reid Spencer
2007-02-10
Switch some std::vector's to SmallVectors. This speeds up -load-vn -gcse
Chris Lattner
2007-02-10
modify CheckGEPInstructions to take a pointer and size instead of a vector.
Chris Lattner
2007-02-10
eliminate use of TargetData::getIndexedOffset that takes a vector
Chris Lattner
2007-02-05
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-14
fit to 80 cols.
Chris Lattner
2007-01-12
GEP operands can't be bools
Chris Lattner
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-12
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-28
Convert to using llvm streams instead of iostreams.
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-11-13
remove redundant code
Chris Lattner
2006-11-03
Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-10-04
Fix more static dtor issues
Chris Lattner
2006-08-28
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-07
For PR780:
Reid Spencer
2006-06-01
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-03-09
Use autogenerated mod/ref info for intrinsics.
Chris Lattner
2006-03-04
Fix a crash compiling Obsequi
Chris Lattner
2006-03-04
Be more conservative with our symbolic alias analysis. In particular,
Chris Lattner
2006-01-14
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2005-11-11
prevent cse of readcyclecounter
Andrew Lenharth
2005-11-11
continued readcyclecounter support
Andrew Lenharth
[prev]
[next]