llvm-6502/lib/VMCore
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
..
AsmWriter.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
BasicBlock.cpp Fix bug: test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll 2002-02-25 00:35:07 +00:00
ConstantFold.cpp Move stuff out of the Optimizations directories into the appropriate Transforms 2002-01-21 23:17:48 +00:00
ConstantFold.h Pull stuff out of opt namespace 2002-01-21 21:44:38 +00:00
ConstantFolding.h Pull stuff out of opt namespace 2002-01-21 21:44:38 +00:00
Constants.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
Dominators.cpp * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into 2002-02-12 22:39:50 +00:00
Function.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
iBranch.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
iCall.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
iMemory.cpp Fix isArrayAllocation() to be correct 2002-02-19 21:24:17 +00:00
InstrTypes.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
Instruction.cpp Method.h no longer includes BasicBlock.h 2002-02-12 21:07:25 +00:00
iOperators.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
iSwitch.cpp Rename ConstPoolVal -> Constant 2001-12-03 22:26:30 +00:00
Linker.cpp Method.h no longer includes BasicBlock.h 2002-02-12 21:07:25 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Module.cpp Remove extraneous #includes 2002-01-26 22:47:32 +00:00
Pass.cpp Method.h no longer includes BasicBlock.h 2002-02-12 21:07:25 +00:00
PassManagerT.h Add more debug output 2002-02-01 04:53:36 +00:00
SlotCalculator.cpp Method.h no longer includes BasicBlock.h 2002-02-12 21:07:25 +00:00
SymbolTable.cpp * Add new method localLookup 2002-03-08 20:26:17 +00:00
Type.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
Value.cpp Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.ll 2002-01-25 03:45:27 +00:00
ValueHolderImpl.h Changed an assertion message 2001-08-23 17:06:38 +00:00
Verifier.cpp Expose more entry points to the verifier 2002-02-26 21:45:33 +00:00