llvm-6502/lib
Chris Lattner 7f20ea7d7b Only functions with external linkage can be resolved to function declarations.
This change fixes programs that have multiple functions named the same thing,
where are least one of them is static/internal.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2954 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-18 03:01:24 +00:00
..
Analysis The graph is more accurate when I don't completely ignore the return value. 2002-07-18 01:58:24 +00:00
AsmParser ConstExpr::getelementptr now takes a vector of Constants not Values 2002-07-18 00:14:27 +00:00
Bytecode ConstExpr::getelementptr now takes a vector of Constants not Values 2002-07-18 00:14:27 +00:00
CodeGen added check for Function with 0 BB 2002-07-17 23:40:33 +00:00
ExecutionEngine Implementing shift left & shift right on pointers 2002-07-09 18:42:36 +00:00
Linker * Rewrite loop to be slightly more efficient (arguably) 2002-07-18 02:31:03 +00:00
Support changes to make it compatible with 64bit gcc 2002-06-25 20:55:50 +00:00
Target added check for Function with 0 BB 2002-07-17 23:40:33 +00:00
Transforms Only functions with external linkage can be resolved to function declarations. 2002-07-18 03:01:24 +00:00
VMCore * Rewrite loop to be slightly more efficient (arguably) 2002-07-18 02:31:03 +00:00
Makefile *** empty log message *** 2002-05-08 18:09:58 +00:00