llvm-6502/lib
Chris Lattner a9a582fbb6 Fix potential problems with unreachable basic blocks.
Also, while noone's looking, add support for constant expressions.  Wait,
I said not to look!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14566 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-02 05:49:11 +00:00
..
Analysis Initial checkin of a simple mod/ref analysis for global variables. This is 2004-06-28 06:33:13 +00:00
Archive
AsmParser
Bytecode Remove files no longer needed. ConstantReader and InstructionReader were 2004-06-29 23:32:41 +00:00
CodeGen Add a trivially simple pass to delete unreachable blocks from the CFG. This 2004-07-02 05:46:10 +00:00
Debugger
ExecutionEngine
Linker Linker.h moved to include/llvm/Support 2004-06-23 17:33:09 +00:00
Support Wrapper for c99 isnan() 2004-06-22 23:54:38 +00:00
Target Fix potential problems with unreachable basic blocks. 2004-07-02 05:49:11 +00:00
Transforms Get rid of a dead variable, and fix a typo in a comment. 2004-07-02 05:30:01 +00:00
VMCore Add much better assertion checking for load and store insts. 2004-07-01 20:23:52 +00:00
Makefile