llvm-6502/tools
Duncan Sands fa191e4cd4 Run SimplifyLibCalls near the beginning, not at
the end.  It is now run at the same moment as in
llvm-gcc.  Also, run StripDeadPrototypes at the
end, just before running DeadTypeElimination.
This may be useful when doing LTO.  Note that
llvm-gcc runs StripDeadPrototypes but not
DeadTypeElimination.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49848 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-17 12:03:38 +00:00
..
bugpoint Revert r49614. As Dan pointed out, some of these aren't correct. 2008-04-14 17:38:21 +00:00
gccas
gccld
llc Fix a memory leak in llc. 2008-04-16 15:56:26 +00:00
lli
llvm2cpp
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config
llvm-db
llvm-dis
llvm-extract
llvm-ld Factor a bunch of functionality related to memcpy and memset transforms out of 2008-04-09 08:23:16 +00:00
llvm-link
llvm-nm
llvm-prof
llvm-ranlib
llvm-stub
llvmc
llvmc2
lto Make EH work with unnamed functions. Reenable running 2008-04-02 20:10:52 +00:00
lto2 Reenable running StripSymbols when EH is on. 2008-04-03 21:30:06 +00:00
opt Run SimplifyLibCalls near the beginning, not at 2008-04-17 12:03:38 +00:00
Makefile