aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-01-12The LLVM Assembly Language Reference incorrectly stated that theDan Gohman
2009-01-12Fix the instructions to work even when PATH does not contain ".".Dan Gohman
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-12remove some dead options.Chris Lattner
2009-01-11Implement PR3313, and while I'm at it address a very FAQ.Chris Lattner
2009-01-11Fix the example syntax for named sections.Dan Gohman
2009-01-09Add a --check-graph option to llvmc.Mikhail Glushenkov
2009-01-05Get rid of the tagging functions and use PointerIntPair.Gabor Greif
2009-01-04A few more whitespace tidyments.Dan Gohman
2009-01-04Tidy whitespace.Dan Gohman
2009-01-03* Wrap command line flag in <tt>Misha Brukman
2009-01-02So *this* is where all the trailing whitespace in file header comments comeMisha Brukman
2009-01-02lex and bison aren't needed to build llvm anymore.Chris Lattner
2009-01-02new non-ambiguous syntax.Chris Lattner
2008-12-31CMake: Added some VC++ specific info to CMake.html.Oscar Fuentes
2008-12-29* Updated TOC and fixed named anchorsMisha Brukman
2008-12-29Minimize the width of the notes region: it will end where the text ends, if theMisha Brukman
2008-12-29Simplified marking code regions with a single <pre> rather thanMisha Brukman
2008-12-29Center the legal note to give it even padding on left and right, and make itMisha Brukman
2008-12-29Cleanup: clarify llvm-gcc version and package name.Misha Brukman
2008-12-29Clarify a bit. Based on feedback by Talin.Duncan Sands
2008-12-19Resubmit support for the 'nocapture' attribute.Nick Lewycky
2008-12-18Recommit this grammar fix that was backed out along with nocapture.Nick Lewycky
2008-12-17Simplified marking code regions -- no need to use <div> to surround <pre> tags.Misha Brukman
2008-12-17Instead of referring to the license file in the 2.3 release, refer to theMisha Brukman
2008-12-17Added mention of the RELEASE_24 tag for the 2.4 release.Misha Brukman
2008-12-17Update also the generated docs.Mikhail Glushenkov
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling
2008-12-16* Comply with HTML 4.01 StrictMisha Brukman
2008-12-16* Comply with HTML 4.01 Strict standardMisha Brukman
2008-12-15Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky
2008-12-14Clarify the meaning of the NoAlias response. The plan is to refer to this fromNick Lewycky
2008-12-14Fixed HTML validator warning.Misha Brukman
2008-12-14CSS cleanup:Misha Brukman
2008-12-13Add a comment to the auto-generated docs.Mikhail Glushenkov
2008-12-13Merge llvm-rst.css and llvm.css.Mikhail Glushenkov
2008-12-13Some more documentation tweaks.Mikhail Glushenkov
2008-12-13More cosmetic tweaks for llvmc docs.Mikhail Glushenkov
2008-12-12fix some incorrect links.Chris Lattner
2008-12-12Man page update.Mikhail Glushenkov
2008-12-11Fix W3C validator errors.Mikhail Glushenkov
2008-12-11Use correct file for the llvmc tutorial.Mikhail Glushenkov
2008-12-11Update the auto-generated llvmc documentation.Mikhail Glushenkov
2008-12-11* Removed stray </p> tagMisha Brukman
2008-12-11* <div align=center> is not valid HTML 4.01 - removed alignmentMisha Brukman
2008-12-11Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman
2008-12-11Conform to the HTML 4.01 Strict specification.Misha Brukman
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-12-11* Fixed formatting of command descriptions to be consistent:Misha Brukman
2008-12-10s/A Few Coding Standards/LLVM Coding Standards/gMisha Brukman