llvm-6502/tools
Chris Lattner 96c466b06a Add new optional getPassName() virtual function that a Pass can override
to make debugging output a lot nicer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2395 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-29 14:57:45 +00:00
..
analyze Add new optional getPassName() virtual function that a Pass can override 2002-04-29 14:57:45 +00:00
as Use operator << to print modules 2002-04-28 05:13:45 +00:00
dis
gccas Run GCSE as part of gccas. 2002-04-28 01:00: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 * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
lli
llvm-as Use operator << to print modules 2002-04-28 05:13:45 +00:00
llvm-dis
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
tests
Makefile