llvm-6502/lib/VMCore
Chris Lattner d74472ed21 - Add methods to ImmediateDominators & DominatorTree to allow updates
- Make DominatorTree::Node not inherit from std::vector


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3939 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-26 16:14:41 +00:00
..
AsmWriter.cpp
BasicBlock.cpp - Add new ctor to BasicBlock to allow insertion before any BB, not just at 2002-09-26 05:03:22 +00:00
ConstantFold.cpp
ConstantFold.h
ConstantFolding.h
ConstantRange.cpp
Constants.cpp
Dominators.cpp - Add methods to ImmediateDominators & DominatorTree to allow updates 2002-09-26 16:14:41 +00:00
Function.cpp
iBranch.cpp
iCall.cpp
iMemory.cpp
InstrTypes.cpp
Instruction.cpp
iOperators.cpp
iSwitch.cpp
LeakDetector.cpp Add an optimization to support the most common access pattern for the 2002-09-19 19:22:11 +00:00
Linker.cpp Insert resolved constants into the global map so they are reused correctly. 2002-09-23 18:14:15 +00:00
Makefile
Module.cpp
Pass.cpp Add support for ImmutablePasses, which are not run, and cannot be 2002-09-25 21:59:11 +00:00
PassManagerT.h * Fix ugly bug in previous checkin where I reused the name 'i' one too many times 2002-09-25 22:26:52 +00:00
SlotCalculator.cpp
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp
Value.cpp
Verifier.cpp Make sure that we abort if an error happens as early as neccesary. Before 2002-09-19 16:12:19 +00:00