aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2008-12-10fix typo. thanks Baldrick for noticingNuno Lopes
2008-12-10add gcc 4.1.2 from redhat to the list of broken compilersNuno Lopes
2008-12-10Update these instructions to the 2.4 release.Duncan Sands
2008-12-10Mention the Ada and Fortran front-ends.Duncan Sands
2008-12-10Added a little more information that vector shifts require vector shift amount.Mon P Wang
2008-12-10Rewrite instructions for configuring external testsDale Johannesen
2008-12-09Man page typo fix.Mikhail Glushenkov
2008-12-09Fix getNode to allow a vector for the shift amount for shifts of vectors.Mon P Wang
2008-12-08Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman
2008-12-08Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!Nick Lewycky
2008-12-07Man page update.Mikhail Glushenkov
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-11-29Fix spelling mistake.Nick Lewycky
2008-11-27Fixed HTML closing tag, cleaned up some spacing.Misha Brukman
2008-11-26Small formatting change.Bill Wendling
2008-11-26Update to explain how ssp and sspreq attributes override each other.Bill Wendling
2008-11-26Describe some more options in the man page.Mikhail Glushenkov
2008-11-25Add a man page for llvmc. Really basic for now, will be updated later.Mikhail Glushenkov
2008-11-25This method got renamed, thanks to Mattias Holm for pointing this out.Chris Lattner
2008-11-25add info about how to run the tests with valgrindNuno Lopes
2008-11-25CMake: Documented two cmake variables.Oscar Fuentes
2008-11-24Fix a few HTML tidiness issues.Dan Gohman
2008-11-24Delete some spurious characters.Dan Gohman
2008-11-24Fix some "</p>"s.Dan Gohman
2008-11-24Some documentation for LegalizeTypes.Dan Gohman
2008-11-24NULL, unique pointers from malloc(0), and freed pointers are legal values forTorok Edwin
2008-11-24Seriously strengthen the guarantee offered by noalias on a function's returnNick Lewycky
2008-11-24Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky
2008-11-22Fixed named anchor for llvm.stackprotector intrinsic.Misha Brukman