llvm-mirror/lib/VMCore
Reid Spencer 56e2bed436 bug 122:
- Replace ConstantPointerRef usage with GlobalValue usage
- Minimize redundant isa<GlobalValue> usage
- Correct isa<Constant> for GlobalValue subclass
- Delete ConstantPointerRef member function implementations

llvm-svn: 14928
2004-07-17 23:48:33 +00:00
..
AsmWriter.cpp bug 122: 2004-07-17 23:47:01 +00:00
BasicBlock.cpp Find bugs sooner rather than later. In this case, don't allow the creation 2004-07-06 17:44:17 +00:00
ConstantFolding.cpp bug 122: 2004-07-17 23:47:01 +00:00
ConstantFolding.h
Constants.cpp bug 122: 2004-07-17 23:48:33 +00:00
Dominators.cpp
Function.cpp Fix a really nasty logic error that VC noticed. 2004-07-12 20:27:31 +00:00
iBranch.cpp
iCall.cpp Add convinience constructor for function calls with two args. 2004-07-16 12:04:28 +00:00
iMemory.cpp Implement new helper methods for creating two-index GEP instructions 2004-07-14 18:14:33 +00:00
InstrTypes.cpp
Instruction.cpp Fold iType into Value::VTy 2004-06-27 18:38:48 +00:00
iOperators.cpp Fold iType into Value::VTy 2004-06-27 18:38:48 +00:00
iSwitch.cpp
Linker.cpp - #include <iostream> since its not in Value.h any more. 2004-07-04 11:52:49 +00:00
Makefile
Module.cpp Replace use of defunct Type::setName method with SymbolTable::insert. 2004-07-10 16:37:42 +00:00
ModuleProvider.cpp
Pass.cpp There is no error message to print out, end sentence with `!' 2004-07-07 21:22:05 +00:00
PassManagerT.h IA64 compat 2004-07-16 00:08:28 +00:00
SymbolTable.cpp Constify SymbolTable's use of Type* so that it never modifies them. 2004-07-04 11:55:08 +00:00
SymbolTableListTraitsImpl.h
Type.cpp Catch aggregates passed by value sooner rather than later. 2004-07-13 20:09:51 +00:00
Value.cpp Fix regressions in these testcases: 2004-07-07 18:07:46 +00:00
Verifier.cpp - #include <iostream> since its not in Value.h any more. 2004-07-04 11:55:37 +00:00