llvm-project/llvm/lib/Transforms
Nick Lewycky c58d293a6f Rename everything to follow LLVM style ... I think.
Add support for switch and indirectbr edges. This works by densely numbering
all blocks which have such terminators, and then separately numbering the
possible successors. The predecessors write down a number, the successor knows
its own number (as a ConstantInt) and sends that and the pointer to the number
the predecessor wrote down to the runtime, who looks up the counter in a
per-function table.

Coverage data should now be functional, but I haven't tested it on anything
other than my 2-file synthetic test program for coverage.

llvm-svn: 130186
2011-04-26 03:54:16 +00:00
..
Hello Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet. 2010-10-07 00:31:16 +00:00
IPO Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
InstCombine Rename a misleadingly-named variable. 2011-04-16 14:32:34 +00:00
Instrumentation Rename everything to follow LLVM style ... I think. 2011-04-26 03:54:16 +00:00
Scalar Enhance MemDep: When alias analysis returns a partial alias result, 2011-04-26 01:21:15 +00:00
Utils Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
CMakeLists.txt Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
Makefile Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00