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
/
VMCore
Age
Commit message (
Expand
)
Author
2007-06-15
add a Constant::getAllOnesValue helper function, which works on integers
Chris Lattner
2007-06-15
Enhance BinaryOperator::isNot to support vector not.
Chris Lattner
2007-06-12
isReachableFromEntry() is not suitable for post dominator.
Devang Patel
2007-06-12
Remove redundant check.
Devang Patel
2007-06-12
Check A dominates B and vise versa first while searching for nearest
Devang Patel
2007-06-12
Break DominatorTree from ETNode.
Devang Patel
2007-06-12
Use SmallPtrSet instaed of std::set
Devang Patel
2007-06-12
Check immediate dominators first while searching for nearset common dominator.
Devang Patel
2007-06-12
Maintain DFS number in DomTreeNode itself.
Devang Patel
2007-06-11
Add and use DominatorTreeBase::findNearestCommonDominator().
Devang Patel
2007-06-11
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-08
Update LoopSimplify to require and preserve DominatorTree only.
Devang Patel
2007-06-07
Add instruction level dominates(A,B) interface.
Devang Patel
2007-06-07
Maintain ETNode as part of DomTreeNode.
Devang Patel
2007-06-07
Add assert to check if the attributes ZExt/SExt, NoAlias are apply to the
Zhou Sheng
2007-06-06
Add new dominator tree node into dominator tree node map.
Devang Patel
2007-06-05
Fix a user-reported error building with GCC 3.4.4 on Cygwin.
Chris Lattner
2007-06-05
Commit first round work of PR1373. "noalias" is now fully supported in
Zhou Sheng
2007-06-04
Add FIXMEs.
Devang Patel
2007-06-04
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-03
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-05-24
Minor comment cleanups.
Dan Gohman
2007-05-24
Add cases for v2f32.
Dan Gohman
2007-05-23
Add dump() routines for debugging assistance.
Devang Patel
2007-05-23
If user wants to run instcombine twice, do not block it.
Devang Patel
2007-05-22
Reinstate the patch for escaping non-printing characters and allow for
Reid Spencer
2007-05-22
temporarily revert reid's asmwriter patch, it is missing the asmparser piece
Chris Lattner
2007-05-19
Get the order of the hext digits right!
Reid Spencer
2007-05-19
Adjust how LLVM names are produced:
Reid Spencer
2007-05-11
Update comments to say "vector" instead of "packed".
Dan Gohman
2007-05-05
handle gep aliasee
Chris Lattner
2007-05-04
if functiontype is going to have a pointer to a paramattr object, it better
Chris Lattner
2007-05-03
Unbreak VC++ build.
Jeff Cohen
2007-05-03
Use iterative while loop instead of recursive function call.
Devang Patel
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Re-install patch to enable use of PassID.
Devang Patel
2007-05-02
revert enough of devang's recent patches to get the tree basically working again
Chris Lattner
2007-05-02
disable this assertion as a hack to get the build more unbroken :(
Chris Lattner
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-30
Fix typo. Interesting, but old variant worked too :)
Anton Korobeynikov
2007-04-29
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
Implement review feedback
Anton Korobeynikov
2007-04-28
Let Verifier check aliasees
Anton Korobeynikov
2007-04-28
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
add a way to make this less brittle
Chris Lattner
2007-04-28
represent indirect operands explicitly in inline asm strings.
Chris Lattner
2007-04-27
add a GEP helper function
Chris Lattner
2007-04-26
Move ~Pass() from Pass.h into Pass.cpp
Devang Patel
2007-04-26
Use toplevel function pass manager as OnTheFly manager.
Devang Patel
[next]