Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need docs on analyses and optimizations available in LLVM #973

Closed
llvmbot opened this issue Jul 21, 2005 · 2 comments
Closed

need docs on analyses and optimizations available in LLVM #973

llvmbot opened this issue Jul 21, 2005 · 2 comments
Labels
bugzilla Issues migrated from bugzilla documentation

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 21, 2005

Bugzilla Link 601
Resolution FIXED
Resolved on Jan 07, 2008 22:20
Version trunk
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

LLVM needs a document describing the analyses and optimizations that LLVM
supports, what their command-line parameters and options are, and what are their
capabilities and limitations.

This will be very useful to LLVM end-users as well as potential developers who
can quickly look at what LLVM provides and what it's missing rather than have to
ask on the list or download and read source code or compile and link opt just to
run "-help" which doesn't even give that much info other than a name for each pass.

Also, when this is done, a link to the document can/should be added here:
http://en.wikipedia.org/wiki/Compiler_optimization

@llvmbot
Copy link
Collaborator Author

llvmbot commented Mar 26, 2007

I added this initial skeleton based on the output of "opt --help":

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070326/046264.html

Obviously, much more is needed. I plan to fill this in from the initial file
comments in each pass and from my own understanding of the passes. Pass authors
should fill in the section for the pass they've written.

@lattner
Copy link
Collaborator

lattner commented Jan 8, 2008

This is done, thanks Gordon!
http://llvm.org/docs/Passes.html

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla documentation
Projects
None yet
Development

No branches or pull requests

2 participants