llvm-6502/tools
Misha Brukman aab9ca73fd 'Tis quite silly to check for a cached version of the entire executable. That
amounts to checking for a completely-native version. We'll cache on a
function-by-function basis instead (in the JIT's CodeEmitter).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9894 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-11 18:38:56 +00:00
..
analyze Delete the -print-cfg pass from this file 2003-10-22 16:02:58 +00:00
bugpoint I hate it when bugpoint is all ready to give me a bytecode file, then crashes 2003-11-05 21:45:35 +00:00
extract Fix extract to use the right TargetData, like Bugpoint does. 2003-10-28 22:22:16 +00:00
gccas Turn on the IPCP pass by default. It has passed all of the tests 2003-10-23 18:25:57 +00:00
gccld This version of Linker.cpp works a lot better, but it's a little messy. Sorry. 2003-11-11 18:27:37 +00:00
llc Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
llee 'Tis quite silly to check for a cached version of the entire executable. That 2003-11-11 18:38:56 +00:00
lli Add the ability for users to specify a specific argv[0] to pass into the 2003-10-28 22:51:44 +00:00
llvm-ar Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
llvm-as Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
llvm-dis Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
llvm-extract Fix extract to use the right TargetData, like Bugpoint does. 2003-10-28 22:22:16 +00:00
llvm-link Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
llvm-nm Reorder #includes, drop unneeded one 2003-10-28 19:08:15 +00:00
llvm-prof Add new command line option 2003-11-06 20:29:25 +00:00
opt Delete the -print-cfg pass from this file 2003-10-22 16:02:58 +00:00
Makefile Build the llvm-prof directory 2003-10-28 19:16:49 +00:00