llvm-6502/lib/VMCore
Reid Spencer 590b3c559f For PR1258:
Radically simplify the SlotMachine. There is no need to keep Value planes
around any more. This change causes slot numbering to number all un-named,
non-void values starting at 0 and incrementing monotonically through the
function, regardless of type (including BasicBlocks). Getting slot numbers
is now a single lookup operation instead of a double lookup.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35171 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-19 18:32:53 +00:00
..
AsmWriter.cpp For PR1258: 2007-03-19 18:32:53 +00:00
BasicBlock.cpp
ConstantFold.cpp Fix constant folding of fp->int bitcast for vectors. 2007-03-03 08:32:46 +00:00
ConstantFold.h
Constants.cpp Added ContainsRelocations() to check if a constant might only be resolvable at load time. 2007-03-08 00:59:12 +00:00
Dominators.cpp
Function.cpp
Globals.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp Unbreak VC++ build. 2007-03-05 00:00:42 +00:00
PassManager.cpp Speed Up Pass Manager. 2007-03-08 19:05:01 +00:00
SymbolTableListTraitsImpl.h
Type.cpp
TypeSymbolTable.cpp
Value.cpp Unbreak VC++ build. 2007-03-05 00:00:42 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp