llvm-6502/lib/VMCore
Chris Lattner 008f906afd Two things:
1. Forward propogate a loaded constant to make debugging slightly less annoying
2. Fix an extremely nasty hard to find bug that really irritated me for the better
   part of 6 hours and was causing linking to die and bizarre and mysterious ways.
   Things should be much more stable now that this one liner has been fixed. GRR


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@971 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-24 05:12:04 +00:00
..
AsmWriter.cpp Fix shift printing when using a ubyte LHS 2001-10-20 09:33:10 +00:00
BasicBlock.cpp
ConstantFold.cpp not is a keyword in ansi C++, avoid it 2001-10-13 06:51:26 +00:00
ConstantFold.h
ConstantFolding.h
ConstPoolVals.cpp Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much 2001-10-15 13:21:42 +00:00
Dominators.cpp
Function.cpp Delete MachineCodeInfoForMethod object. 2001-10-22 22:32:11 +00:00
iBranch.cpp
iCall.cpp Fix erroneous assertion failure on the following code: 2001-10-21 21:54:51 +00:00
iMemory.cpp
InstrTypes.cpp Add new TerminatorInst ctor for invoke 2001-10-13 06:57:47 +00:00
Instruction.cpp
iOperators.cpp
iSwitch.cpp
Linker.cpp Fix problem linking in a method prototype when a method body exists 2001-10-23 20:43:42 +00:00
Makefile
Module.cpp Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much 2001-10-15 13:21:42 +00:00
SlotCalculator.cpp Support pointers to globals happily 2001-10-13 06:35:09 +00:00
SymbolTable.cpp Remove unnamed prototypes that are created. 2001-10-23 15:30:18 +00:00
Type.cpp Two things: 2001-10-24 05:12:04 +00:00
Value.cpp
ValueHolderImpl.h
Verifier.cpp