llvm-6502/lib/VMCore
Chris Lattner d30efaf56e * Add a stub to FunctionPass so that subclasses can declare that they do not
modify the CFG.  It currently does nothing, but will in the future.
* Changes to make the public PassManager.h be MUCH smaller, and devoid of
  implementation details.  Now PassManager is just a Pimpl class that wraps
  PassManagerT<Module>, but lib/VMCore/Pass.cpp is now the only class that
  has to #include PassManagerT.h


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2383 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-28 20:46:05 +00:00
..
AsmWriter.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
BasicBlock.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
ConstantFold.cpp ConstantHandling moved into VMCore library 2002-04-08 20:18:09 +00:00
ConstantFold.h Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
ConstantFolding.h Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
Constants.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
Dominators.cpp Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes 2002-04-28 16:21:30 +00:00
Function.cpp * Incorporate the contents of SymTabValue into Function and Module 2002-04-28 04:51:51 +00:00
iBranch.cpp Remove some gross code by using the Value::dump method to do debug dumps 2002-04-07 22:33:13 +00:00
iCall.cpp Add a couple of extra casts to avoid having to add #include 2002-04-09 18:36:52 +00:00
iMemory.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
InstrTypes.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:39:58 +00:00
Instruction.cpp Change references to the Method class to be references to the Function 2002-04-07 20:49:59 +00:00
iOperators.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
iSwitch.cpp Add a couple of extra casts to avoid extra #include 2002-04-09 18:37:08 +00:00
Linker.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Module.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
Pass.cpp * Add a stub to FunctionPass so that subclasses can declare that they do not 2002-04-28 20:46:05 +00:00
PassManagerT.h Move include/llvm/PassManager.h to lib/VMCore/PassManagerT.h 2002-04-28 20:42:50 +00:00
SlotCalculator.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
SymbolTable.cpp Remove some gross code by using the Value::dump method to do debug dumps 2002-04-07 22:33:13 +00:00
Type.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
Value.cpp The contents of the SymTabValue class have been incorporated into the 2002-04-28 04:52:28 +00:00
ValueHolderImpl.h Add a new replaceWith method useful for replacing instructions 2002-04-01 17:52:16 +00:00
Verifier.cpp Remove extra unused argument from CheckFailed method 2002-04-28 16:06:24 +00:00