llvm-6502/lib
Chris Lattner a1079051d8 * Bottom-Up graphs print the Aux call vector
* Significantly improve DEBUG output
* Aggressively fold calls together if we inlined a graph that provides
  call nodes.
* Add a bailout if the current graph has over 200 call nodes in it, this is
  a really whacky case that should never happen.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4675 91177308-0d34-0410-b5e6-96231b3b80d8
2002-11-10 06:52:47 +00:00
..
Analysis * Bottom-Up graphs print the Aux call vector 2002-11-10 06:52:47 +00:00
AsmParser
Bytecode
CodeGen Fix warning 2002-11-09 00:49:43 +00:00
ExecutionEngine Implement feof 2002-11-08 19:10:26 +00:00
Linker
Support Simplify code 2002-11-04 21:06:54 +00:00
Target Fix warning 2002-11-09 00:49:43 +00:00
Transforms Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll 2002-11-10 03:36:55 +00:00
VMCore Add a method "getMainFunction()" that efficiently locates 'main' in a module 2002-11-08 20:34:02 +00:00
Makefile