llvm-6502/lib/VMCore
Reid Spencer 3a9ec2463d For PR387:
Close out this long standing bug by removing the remaining overloaded
virtual functions in LLVM. The -Woverloaded-virtual option is now turned on.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29934 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-28 01:02:49 +00:00
..
AsmWriter.cpp For PR387: 2006-08-28 01:02:49 +00:00
AutoUpgrade.cpp
BasicBlock.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
ConstantFold.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
ConstantFold.h
ConstantFolding.h
Constants.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
Dominators.cpp Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. 2006-08-27 22:30:17 +00:00
Function.cpp
Globals.cpp
InlineAsm.cpp
Instruction.cpp Add some out-of-line virtual dtors so that the class has a "home", preventing 2006-06-21 16:53:47 +00:00
Instructions.cpp Add some out-of-line virtual dtors so that the class has a "home", preventing 2006-06-21 16:53:47 +00:00
IntrinsicInst.cpp 1. Support for c++ mangled names. 2006-07-11 15:58:09 +00:00
LeakDetector.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
Makefile Fix a race condition in the makefile andrew reported 2006-07-20 19:08:27 +00:00
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp We no longer care whether something is an opt vs analysis pass, only whether 2006-08-27 22:21:55 +00:00
PassManagerT.h Silence -Woverloaded-virtual warnings. 2006-08-28 00:09:00 +00:00
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp Move MVT::getVectorType out of line, it is large and shouldn't be inlined. 2006-07-19 00:40:45 +00:00
Verifier.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00