Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5d5db5342b32de85579fd1f6069bd60d032aed8c
/
llvm
/
lib
/
Transforms
/
Utils
/
SSI.cpp
ccce8ba
Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer.
by Benjamin Kramer
· 16 years ago
02d5f77
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
by Nick Lewycky
· 16 years ago
b5049be
Do away with the strange use of BitVectors in SSI, and just use normal sets. This makes the code much more C++/LLVM-ish.
by Owen Anderson
· 16 years ago
286feb1
Fix a typo in the comment.
by Owen Anderson
· 16 years ago
a62bf10
SSI needs to require DT and DF transitively, since it uses them outside of its runOnFunction.
by Owen Anderson
· 16 years ago
dddf5dc
Correctly handle the case where a comparison is created in one BasicBlock and
by Nick Lewycky
· 16 years ago
cbfe9b1
Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also
by Nick Lewycky
· 16 years ago
9ddc52d5
Be more careful when modifying PHI nodes. Patch by Andre Tavares.
by Nick Lewycky
· 16 years ago
4c73714
Don't crash on critical edge. Patch by Andre Tavares.
by Nick Lewycky
· 16 years ago
dd0e74c
SSI construction should just go ahead and ignore instructions in unreachable
by Nick Lewycky
· 16 years ago
55f1c09
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
38484ce
Remove unnecessary casts.
by Dan Gohman
· 16 years ago
ab81d2f
There's no need to consider PHI nodes in the same block as the instruction
by Nick Lewycky
· 16 years ago
eb373ad
Add some statistics to SSI so we can see what it's up to.
by Nick Lewycky
· 16 years ago
cb23509
Add Static Single Information construction pass written by André Tavares!
by Nick Lewycky
· 16 years ago