llvm-6502/lib
Chris Lattner e82f1c6cb7 * Add new method localLookup
* SymbolTable::remove(Value *N) checks to see if we are internally
  inconsistent before looking for a type plane (caused a crash)
* insertEntry now does a local lookup instead of a global lookup, which was
  causing an infinite loop in the renamer logic.
* Added assertions to make sure stuff stays happy
* Now the linker correctly links the SPECINT2000 mcf benchmark


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1840 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-08 20:26:17 +00:00
..
Analysis Initial checkin 2002-03-07 20:16:38 +00:00
AsmParser Fix bug: test/Regression/2002-03-08-NameCollision2.ll 2002-03-08 19:11:42 +00:00
Bytecode
CodeGen
ExecutionEngine
Linker
Support
Target
Transforms We were not correctly burrowing down multiple levels to get to a leaf. Fix this now 2002-03-07 21:18:00 +00:00
VMCore * Add new method localLookup 2002-03-08 20:26:17 +00:00
Makefile