llvm-6502/tools
Brian Gaeke 00cc86a8fc Do not assume the first file is a bytecode file. Instead, construct a dummy
Module and link things into that.

Also, fix a typo in an error message.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9748 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-05 22:13:00 +00:00
..
analyze
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 Do not assume the first file is a bytecode file. Instead, construct a dummy 2003-11-05 22:13:00 +00:00
llc
llee
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
llvm-as
llvm-dis
llvm-extract Fix extract to use the right TargetData, like Bugpoint does. 2003-10-28 22:22:16 +00:00
llvm-link
llvm-nm Reorder #includes, drop unneeded one 2003-10-28 19:08:15 +00:00
llvm-prof never print zero executions blocks 2003-10-31 00:34:05 +00:00
opt
Makefile Build the llvm-prof directory 2003-10-28 19:16:49 +00:00