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