index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
HowToSubmitABug.html
Age
Commit message (
Expand
)
Author
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-05-02
Remove the -enable-sjlj-eh option, which doesn't do anything.
Duncan Sands
2009-10-12
Documentation: Perform automated correction of common typos.
Benjamin Kramer
2009-08-25
Update documentation for the -f change.
Dan Gohman
2009-04-05
A lot of formatting changes.
Bill Wendling
2008-12-11
Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>
Misha Brukman
2008-12-11
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2007-07-09
Subversionify the documentation.
Reid Spencer
2007-07-06
first pass of nomenclature changes in .html files
Gabor Greif
2007-02-25
add -enable-eh
Chris Lattner
2007-02-25
update this for llvm-gcc4
Chris Lattner
2007-02-24
Added some more information on how to use "delta" to reduce testcases.
Bill Wendling
2006-08-28
Excise references to the now defunct "analyze" tool. Merge descriptions
Reid Spencer
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-02-08
Mention that delta can be used to reduce some Front-end problems.
Chris Lattner
2004-11-01
Fix tag placement to make HTML 4.01 Strict compliant.
Reid Spencer
2004-11-01
Minor format tweask for tables.
Reid Spencer
2004-05-23
Lots of minor fixes and formatting improvements
Chris Lattner
2004-05-14
Use <pre> instead of <p><tt> combo to decrease space used for code blocks.
Misha Brukman
2004-05-14
Mention the --tool-args option that Brian and Chris added.
Misha Brukman
2004-05-12
Use the images in the img/ directory.
Misha Brukman
2004-05-12
Add link to Valgrind.
Misha Brukman
2004-05-11
Add a note to make sure the program is memory correct
Chris Lattner
2004-04-19
Display sample bugpoint output with the `code' stylesheet class.
Misha Brukman
2004-04-15
Add note about easier way to debug tests in the llvm tree.
Misha Brukman
2004-04-15
Add note about passing arguments to program being debugged.
Misha Brukman
2004-03-12
Added minor information on C++.
John Criswell
2004-02-14
Updates for the C backend's movement
Chris Lattner
2004-01-15
* HTML 4.01 Strict DTD compliance
Misha Brukman
2003-10-31
Use stylesheets as much as we can. I admit, I still cannot make CSS do what I
Misha Brukman
2003-10-27
Merged in RELEASE_1.
John Criswell
2003-10-22
* Changed URL referring to zion to use llvm instead
Misha Brukman
2003-10-22
Added information on using Bugzilla.
John Criswell
2003-10-14
The -mode option is no longer
Chris Lattner
2003-09-17
Added sections about debugging mis-compilations and incorrect code generation.
Misha Brukman
2003-08-24
Fix grammar
Chris Lattner
2003-05-23
Suggest -save-temps instead of -S, -E.
Brian Gaeke
2003-05-23
Fix a problem brian identified.
Chris Lattner
2003-05-21
New document
Chris Lattner