llvm-6502/include/llvm
Chris Lattner 03839956e2 Separate the call graph implementation from its interface. This implements
the rough idea sketched out in http://nondot.org/sabre/LLVMNotes/CallGraphClass.txt,
allowing new spiffy implementations of the callgraph interface to be built.

Many thanks to Saem Ghani for contributing this!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24944 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-22 06:07:52 +00:00
..
ADT Remove a now-dead map, patch by Saem Ghani, thanks! 2005-12-07 05:41:44 +00:00
Analysis Separate the call graph implementation from its interface. This implements 2005-12-22 06:07:52 +00:00
Assembly
Bytecode
CodeGen Add an eol at the end to shut gcc up. 2005-12-22 01:40:06 +00:00
Config
Debugger
ExecutionEngine
Support
System Fix documentation for the AlarmSetup function. 2005-12-22 03:57:15 +00:00
Target Oh oh... Unix is case sensitive. 2005-12-22 01:46:59 +00:00
Transforms
AbstractTypeUser.h
Argument.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Constant.h Fix VC++ level 4 warnings. Because a base class has declared these private, VC++ complains it cannot automatically generate this methods. 2005-12-17 00:19:22 +00:00
Constants.h
DerivedTypes.h
Function.h
GlobalValue.h
GlobalVariable.h Fix VC++ level 4 warnings. Because a base class has declared these private, VC++ complains it cannot automatically generate this methods. 2005-12-17 00:19:22 +00:00
InstrTypes.h
Instruction.def
Instruction.h Fix VC++ level 4 warnings. Because a base class has declared these private, VC++ complains it cannot automatically generate this methods. 2005-12-17 00:19:22 +00:00
Instructions.h
IntrinsicInst.h
Intrinsics.h
Linker.h Adjust the constructor to the Linker class to take an argument that names 2005-12-13 20:00:37 +00:00
Module.h
ModuleProvider.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h
SymbolTableListTraits.h
Type.h
Use.h
User.h
Value.h Fix VC++ level 4 warnings. 2005-12-17 00:18:06 +00:00