1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools
Chris Lattner f91e0dc64d Run GlobalDCE before deadtypeelim so that we do not retain types for global
variables that are obviously dead.  The most common case is %FILE

llvm-svn: 3370
2002-08-17 22:38:02 +00:00
..
analyze - Cleaned up the interface to AnalysisUsage to take analysis class names 2002-08-08 19:01:30 +00:00
as Print the tool name when an error comes from so that I can tell which 2002-07-30 21:43:25 +00:00
dis Print the tool name when an error comes from so that I can tell which 2002-07-30 19:52:14 +00:00
extract Print the tool name when an error comes from so that I can tell which 2002-07-30 21:43:22 +00:00
gccas Run GlobalDCE before deadtypeelim so that we do not retain types for global 2002-08-17 22:38:02 +00:00
gccld Print the tool name when an error comes from so that I can tell which 2002-07-30 21:43:22 +00:00
link Print the tool name when an error comes from so that I can tell which 2002-07-30 21:43:25 +00:00
llc Only include the sparc.o file once! 2002-08-07 19:42:34 +00:00
lli Namespace correctness is good 2002-07-25 16:39:56 +00:00
llvm-as Print the tool name when an error comes from so that I can tell which 2002-07-30 21:43:25 +00:00
llvm-dis Print the tool name when an error comes from so that I can tell which 2002-07-30 19:52:14 +00:00
llvm-link Print the tool name when an error comes from so that I can tell which 2002-07-30 21:43:25 +00:00
opt Change command line option message on -q to make it more accurate 2002-07-31 16:52:49 +00:00
Makefile Reorder tool building sequence to more closely match the reality of what 2002-08-01 00:01:33 +00:00