llvm-6502/lib
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
..
Analysis Separate the call graph implementation from its interface. This implements 2005-12-22 06:07:52 +00:00
Archive Fix a problem with llvm-ranlib that (on some platforms) caused the archive 2005-11-30 05:21:10 +00:00
AsmParser Regenerate 2005-12-21 18:31:50 +00:00
Bytecode Fix a problem with llvm-ranlib that (on some platforms) caused the archive 2005-11-30 05:21:10 +00:00
CodeGen The 81st column doesn't like code in it. 2005-12-22 05:23:45 +00:00
Debugger tell selectiondag when we're debugging 2005-11-16 07:21:47 +00:00
ExecutionEngine Fix a nasty bug that was causing miscompilation of global variables 2005-10-23 23:54:56 +00:00
Linker Adjust the constructor to the Linker class to take an argument that names 2005-12-13 20:00:37 +00:00
Support For PR351: 2005-12-22 03:31:26 +00:00
System Implement a generic polled Alarm function. This merely removes the system 2005-12-22 03:23:46 +00:00
Target I shoulda done this a *long* time ago (tm): implement calls properly, 2005-12-22 04:07:40 +00:00
Transforms Fix Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash.ll, a crash on undefined 2005-12-14 17:23:59 +00:00
VMCore Get logical operations to like packed types, allow BinOp::getNot to create 2005-12-21 18:22:19 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00