llvm-6502/lib
Chris Lattner 62d4e16a05 Fix a bug where we incorrectly value numbered the first PHI definition the
same as the PHI use.  This is not correct as the PHI use value is different
depending on which branch is taken.  This fixes espresso with aggressive
coallescing, and perhaps others.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15189 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-25 05:45:18 +00:00
..
Analysis Clean up reference counting to stop "leaking" alias sets 2004-07-22 07:58:18 +00:00
Archive Add #include <iostream> which is needed now that Value.h doesn't include it 2004-07-04 11:01:27 +00:00
AsmParser bug 122: 2004-07-18 00:08:11 +00:00
Bytecode bug 122: 2004-07-18 00:18:30 +00:00
CodeGen Fix a bug where we incorrectly value numbered the first PHI definition the 2004-07-25 05:45:18 +00:00
Debugger bug 122: 2004-07-18 00:44:37 +00:00
ExecutionEngine bug 122: 2004-07-18 00:41:27 +00:00
Linker bug 122: 2004-07-17 23:50:57 +00:00
Support Get rid of the printout from the low-level system interface 2004-07-24 07:50:48 +00:00
System A description of what this library is about, reference to the documentation 2004-07-18 22:33:08 +00:00
Target Running list of bugs, unimplemented features, currently broken tests, until we 2004-07-23 22:37:22 +00:00
Transforms obvious fix 2004-07-24 07:51:27 +00:00
VMCore Fix problem with inserting FunctionPasses that depend on ImmutablePasses 2004-07-23 19:35:50 +00:00
Makefile