1. ccce8ba Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
  2. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  3. 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
  4. 286feb1 Fix a typo in the comment. by Owen Anderson · 16 years ago
  5. a62bf10 SSI needs to require DT and DF transitively, since it uses them outside of its runOnFunction. by Owen Anderson · 16 years ago
  6. dddf5dc Correctly handle the case where a comparison is created in one BasicBlock and by Nick Lewycky · 16 years ago
  7. cbfe9b1 Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also by Nick Lewycky · 16 years ago
  8. 9ddc52d5 Be more careful when modifying PHI nodes. Patch by Andre Tavares. by Nick Lewycky · 16 years ago
  9. 4c73714 Don't crash on critical edge. Patch by Andre Tavares. by Nick Lewycky · 16 years ago
  10. dd0e74c SSI construction should just go ahead and ignore instructions in unreachable by Nick Lewycky · 16 years ago
  11. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  12. 38484ce Remove unnecessary casts. by Dan Gohman · 16 years ago
  13. ab81d2f There's no need to consider PHI nodes in the same block as the instruction by Nick Lewycky · 16 years ago
  14. eb373ad Add some statistics to SSI so we can see what it's up to. by Nick Lewycky · 16 years ago
  15. cb23509 Add Static Single Information construction pass written by André Tavares! by Nick Lewycky · 16 years ago