llvm-6502/lib
Dan Gohman 3751f564e3 Add a liveness analysis pass for LLVM IR values. This computes
the set of blocks in which values are used, the set in which
values are live-through, and the set in which values are
killed. For the live-through and killed sets, conservative
approximations are used.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67309 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-19 17:29:04 +00:00
..
Analysis Add a liveness analysis pass for LLVM IR values. This computes 2009-03-19 17:29:04 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix PEI to not walk off the start of a block when an updated instruction 2009-03-19 17:15:43 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
Support Fix comment typo. 2009-03-19 11:37:15 +00:00
System
Target Remove strange extra semicolons. 2009-03-19 05:51:39 +00:00
Transforms Fix comment typo. 2009-03-19 17:23:29 +00:00
VMCore Fix a couple glaring whitespace issues. This file isn't internally consistent 2009-03-19 06:31:22 +00:00
Makefile