Add support for intermodule tail calls on x86/32bit with
authorArnold Schwaighofer <arnold.schwaighofer@gmail.com>
Tue, 26 Feb 2008 10:21:54 +0000 (10:21 +0000)
committerArnold Schwaighofer <arnold.schwaighofer@gmail.com>
Tue, 26 Feb 2008 10:21:54 +0000 (10:21 +0000)
commita2a4b475fc03202608fd3c298e90f24ca24f122c
treeb6266b7894b86b526ad153a602d0f69d9b521fba
parent865c68188a72604a15c8b9b08df89d4775c7c764
Add support for intermodule tail calls on x86/32bit with
GOT-style position independent code. Before only tail calls to
protected/hidden functions within the same module were optimized.
Now all function calls are tail call optimized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47594 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp