llvm-6502/tools
Misha Brukman dc7fef83dc Finally implement rewriting global initializers which use external functions
by creating an internal wrapper function with same signature as the external
function, and use it instead of the "real" function.

The wrapper then calls the external function using the same JIT function
resolution API that has been used before for rewriting instructions, since the
wrapper has an explicit call instruction which we can rewrite.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13054 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-19 01:12:01 +00:00
..
analyze finegrainify namespacification 2004-04-12 05:38:01 +00:00
bugpoint Finally implement rewriting global initializers which use external functions 2004-04-19 01:12:01 +00:00
extract Make sure to print a stack trace whenever an error signal is delivered to 2004-02-19 20:32:39 +00:00
gccas Move loop optimization passes up, add loop unroller 2004-04-18 05:21:01 +00:00
gccld Don't use invalid HTML in a doxygen comment. 2004-04-15 15:23:45 +00:00
llc Add a better head-of-file comment. 2004-03-16 21:47:20 +00:00
llee Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
lli Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) 2004-02-25 19:08:12 +00:00
llvm-ar Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-as Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-db Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) 2004-02-25 19:08:12 +00:00
llvm-dis Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-extract Make sure to print a stack trace whenever an error signal is delivered to 2004-02-19 20:32:39 +00:00
llvm-link Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-nm Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-prof Annotate functions with edge counts as well, if they are available. 2004-03-08 20:04:32 +00:00
opt finegrainify namespacification 2004-04-12 05:38:01 +00:00
Makefile Add new directory 2004-01-05 05:28:15 +00:00