1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/tools
Chris Lattner 6ba1c2d113 Instruction Combination can create a ton of trivially dead instructions. Remove
them with an DIE pass before more expensive optimizations are run.

llvm-svn: 2491
2002-05-06 16:52:15 +00:00
..
analyze Remove InstForest from analysis namespace 2002-04-29 18:13:31 +00:00
as Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
dis Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
gccas Instruction Combination can create a ton of trivially dead instructions. Remove 2002-05-06 16:52:15 +00:00
gccld Run the internalize pass to mark all functions except main internal when 2002-04-28 05:49:45 +00:00
link Use operator << to print modules 2002-04-28 05:13:45 +00:00
llc Remove unneccesary pass. 2002-04-30 20:53:05 +00:00
lli Remove asmwriter library from link line, because the useful contents of it 2002-04-07 22:35:30 +00:00
llvm-as Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
llvm-dis Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
llvm-link Use operator << to print modules 2002-04-28 05:13:45 +00:00
opt Expose the internalize pass. 2002-04-28 05:49:53 +00:00
Makefile Don't forget to build gccld! 2002-03-06 18:05:02 +00:00