Chris Lattner e7c33c0f65 Rework dominator and post dominator information so that we do not have to
unify all exit nodes of a function to compute post-dominance information.
This does not work with functions that have both unwind and return nodes,
because we cannot unify these blocks.  The new implementation is better
anyway. :)

llvm-svn: 8459
2003-09-10 20:36:51 +00:00
2003-09-10 05:29:43 +00:00
2003-09-10 20:35:33 +00:00
2003-09-10 15:33:33 +00:00
2003-09-08 18:08:11 +00:00
2003-06-04 19:46:36 +00:00
2003-08-15 04:53:45 +00:00
Description
Fork of llvm with experimental commits and workarounds for RPCS3
634 MiB
Languages
C++ 96.9%
C 1%
Python 1%
CMake 0.6%
OCaml 0.2%
Other 0.1%