hanchenye-llvm-project/llvm/lib/VMCore
Chris Lattner f491044d0f Module's are no longer values
llvm-svn: 2354
2002-04-28 04:51:09 +00:00
..
AsmWriter.cpp Module's are no longer values 2002-04-28 04:51:09 +00:00
BasicBlock.cpp s/Method/Function 2002-04-08 22:03:57 +00:00
ConstantHandling.cpp ConstantHandling moved into VMCore library 2002-04-08 20:18:09 +00:00
Constants.cpp * Change Constant::getNullConstant to Constant::getNullValue 2002-04-27 02:25:43 +00:00
Dominators.cpp Change the Dominator info and LoopInfo classes to keep track of BasicBlock's, not 2002-04-28 00:15:57 +00:00
Function.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:39:35 +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
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Module.cpp Add Module::getTypeName 2002-04-13 18:58:33 +00:00
Pass.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
PassManagerT.h * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
SlotCalculator.cpp Remove old frivolous uses of getStrValue in a debugging statement 2002-04-16 21:36:59 +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 Trivial simplification of code 2002-04-27 02:26:03 +00:00
Value.cpp Fix pure virtual function called exception! 2002-04-12 18:19:45 +00:00
ValueHolderImpl.h Add a new replaceWith method useful for replacing instructions 2002-04-01 17:52:16 +00:00
Verifier.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +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 Remove gep::isStructSelector 2002-04-18 14:44:53 +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