llvm-6502/lib/VMCore
Reid Spencer 7970396014 bug 122:
- Replace ConstantPointerRef usage with GlobalValue usage
- Minimize redundant isa<GlobalValue> usage
- Correct isa<Constant> for GlobalValue subclass


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14927 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-17 23:47:01 +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
ConstantFold.cpp bug 122: 2004-07-17 23:47:01 +00:00
ConstantFold.h
ConstantFolding.h
ConstantRange.cpp Bug fixes for PR341 2004-07-15 01:29:12 +00:00
Constants.cpp implement new helper method 2004-07-12 20:35:11 +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
iOperators.cpp
iSwitch.cpp
LeakDetector.cpp Bug fixes for PR341 2004-07-15 01:29:12 +00:00
Linker.cpp - #include <iostream> since its not in Value.h any more. 2004-07-04 11:52:49 +00:00
Makefile
Mangler.cpp Do not call Type::getUniqueID 2004-07-08 22:09:34 +00:00
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