llvm-project/llvm/tools/llc
Chris Lattner 9c0f8f24e0 Privatize LLCOptions. It had no business being visible to the entire
program.

llvm-svn: 267
2001-07-22 04:40:02 +00:00
..
LLCOptions.cpp Privatize LLCOptions. It had no business being visible to the entire 2001-07-22 04:40:02 +00:00
LLCOptions.h Privatize LLCOptions. It had no business being visible to the entire 2001-07-22 04:40:02 +00:00
Makefile Make the makefile work 2001-07-21 19:31:40 +00:00
README.txt Instructions for use 2001-07-21 21:05:39 +00:00
llc.cpp Privatize LLCOptions. It had no business being visible to the entire 2001-07-22 04:40:02 +00:00

README.txt

To run this utility:

For a list of options:
        llc -h

To see the generated machine instructions:
        llc -debug_select 1 <bytecode-file>

I left that as a "debugging" option since it is not real code.
Use 2 instead of 1 to dump the mapping between LLVM instructions and
Machine instructions, and 5 to see the patterns chosen by BURG.
These outputs aren't very clean.