aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2009-03-03Merge 64066 from mainline.Tanya Lattner
2009-02-04Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did...Tanya Lattner
2009-02-02validation error fix.Chris Lattner
2009-02-02Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner
2009-01-24Add more documentation mentioning the limitations due to PR2660.Dan Gohman
2009-01-22Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman
2009-01-16Grammar fix.Duncan Sands
2009-01-15Add the private linkage.Rafael Espindola
2009-01-12Document several current CodeGen limitations in LangRef.html.Dan Gohman
2009-01-12The LLVM Assembly Language Reference incorrectly stated that theDan Gohman
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-04A few more whitespace tidyments.Dan Gohman
2009-01-04Tidy whitespace.Dan Gohman
2009-01-02new non-ambiguous syntax.Chris Lattner
2008-12-19Resubmit support for the 'nocapture' attribute.Nick Lewycky
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling
2008-12-15Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-12-10Added a little more information that vector shifts require vector shift amount.Mon P Wang
2008-12-09Fix getNode to allow a vector for the shift amount for shifts of vectors.Mon P Wang
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-24Fix a few HTML tidiness issues.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
2008-11-21reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner
2008-11-21Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling
2008-11-21Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta
2008-11-19- Move the stackprotector intrinsic to the general section.Bill Wendling
2008-11-18Documentation for the llvm.stackprotector intrinsic.Bill Wendling
2008-11-13Update docs for ssp and sspreq function attributes.Bill Wendling
2008-11-10Added support for the following definition of shufflevector Mon P Wang
2008-10-14Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar
2008-10-14Fix missing end tags and invalid HTML entity syntax.Dan Gohman
2008-10-14Add a missing close-tag.Dan Gohman
2008-10-13fix some crazily long lines.Chris Lattner
2008-10-13Improve the description on the getelementptr instruction. It should now betterMatthijs Kooijman
2008-10-08fix typoChris Lattner
2008-10-07Improve function definition, call and invoke instruction docs.Devang Patel
2008-10-07Add two forgotten </i>'s.Matthijs Kooijman
2008-10-06Update function attributes docs.Devang Patel
2008-10-06Clarify the relationship between byval and readonly/Duncan Sands
2008-10-05A word got optimized out, thanks to Duncan for pointing this outChris Lattner
2008-10-04Update the documentation for first-class aggregates changes,Dan Gohman
2008-10-04add a note about inline asmChris Lattner
2008-10-04improve description of param/ret attrsChris Lattner