aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
AgeCommit message (Expand)Author
2013-03-26Added documentation to LangRef for the intrinsic llvm.ptr.annotation.* which ...Michael Gottesman
2013-03-11Missing period in docEli Bendersky
2013-03-06Remove tailing whitespacesMichael Liao
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-22Made it more explicit that the self-referential llvm.loop identifier metadata Pekka Jaaskelainen
2013-02-22Implement the NoBuiltin attribute.Bill Wendling
2013-02-21add missing space which prevented the llvm.loop code-block from appearing in thePaul Redmond
2013-02-13Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany
2013-02-06Initial submission for the attribute group feature.Bill Wendling
2013-02-06Alphabetize the function attributes.Bill Wendling
2013-02-04Removed reference to LLVM as a project (since in LangRef it is used solely as...Michael Gottesman
2013-02-03Added new Global Variable marker ``externally_initialized'' to LangRef.Michael Gottesman
2013-02-03Added clarification paragraph to LangRef's documentation ofMichael Gottesman
2013-01-31Fixed a mistake in my previous commit where I changed the wording slightly an...Michael Gottesman
2013-01-31Formatting Fix. Changed " to `` around the word 'constant' in the Lang RefMichael Gottesman
2013-01-31LangRef: Add a Rationale for volatile rules.Andrew Trick
2013-01-30...in light of recent activity related to llvm.memcpy flags. I want toAndrew Trick
2013-01-30Documentation: Updating the data layout default specifications toPatrik Hagglund
2013-01-29Documentation: add empty lines so that lists are properly recognizedDmitri Gribenko
2013-01-26Documentation: fix syntax errorDmitri Gribenko
2013-01-23Fix small typoEli Bendersky
2013-01-23Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling
2013-01-19Documentation: replace some non-ASCII characters by equivalent markupDmitri Gribenko
2013-01-18[MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar
2013-01-17[docs] Get rid of some UTF8 characters (non-breaking space maybe).Daniel Dunbar
2013-01-17[IR] Reserve/define the purpose for the "Linker Options" metadata flags.Daniel Dunbar
2013-01-17Update the description of the llvm.fmuladd.* intrinsics to avoid use of theLang Hames
2013-01-16Documentation: fix a typo 'IEE754'Dmitri Gribenko
2013-01-16[IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar
2013-01-15[IR] Add verifier support for llvm.module.flags.Daniel Dunbar
2012-12-20Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy
2012-12-09So many people have touched this, it doesn't make sense to ascribe authorship...Chris Lattner
2012-12-07docs: Convert LangRef to reST.Sean Silva