llvm-6502/lib/Transforms
Torok Edwin f5ff1d335b available_externall linkage is not local, this was confusing the codegenerator,
and it wasn't generating calls through @PLT for these functions.
hasLocalLinkage() is now false for available_externally,
I attempted to fix the inliner and dce to handle available_externally properly.
It passed make check.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72328 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-23 14:06:57 +00:00
..
Hello
Instrumentation
IPO available_externall linkage is not local, this was confusing the codegenerator, 2009-05-23 14:06:57 +00:00
Scalar Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instead of signed integer constant. 2009-05-22 23:10:53 +00:00
Utils available_externall linkage is not local, this was confusing the codegenerator, 2009-05-23 14:06:57 +00:00
Makefile