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
/
Utils
/
SSI.cpp
Age
Commit message (
Expand
)
Author
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-04
Do away with the strange use of BitVectors in SSI, and just use normal sets. ...
Owen Anderson
2009-10-04
Fix a typo in the comment.
Owen Anderson
2009-10-04
SSI needs to require DT and DF transitively, since it uses them outside of it...
Owen Anderson
2009-09-10
Correctly handle the case where a comparison is created in one BasicBlock and
Nick Lewycky
2009-08-19
Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also
Nick Lewycky
2009-08-19
Be more careful when modifying PHI nodes. Patch by Andre Tavares.
Nick Lewycky
2009-08-17
Don't crash on critical edge. Patch by Andre Tavares.
Nick Lewycky
2009-08-15
SSI construction should just go ahead and ignore instructions in unreachable
Nick Lewycky
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-11
Remove unnecessary casts.
Dan Gohman
2009-07-09
There's no need to consider PHI nodes in the same block as the instruction
Nick Lewycky
2009-07-09
Add some statistics to SSI so we can see what it's up to.
Nick Lewycky
2009-07-03
Add Static Single Information construction pass written by André Tavares!
Nick Lewycky