aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.rst
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-281-51/+81
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+5
* ARM: implement @llvm.readcyclecounter intrinsicTim Northover2013-05-231-0/+3
* LangRef.rst: Clarify how basic blocks without named label are handled.Sean Silva2013-05-201-2/+7
* Correct logical shift documentationTim Northover2013-05-071-1/+1
* Remove comment that no target supports 128-bit IEEE floatsRichard Sandiford2013-05-031-5/+5
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-10/+10
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-1/+11
* Fixes to LangRef.rst: incorrect attributes syntax and misplaced 'nobuiltin'Eli Bendersky2013-04-181-7/+8
* More consistent formatting and tidying-upEli Bendersky2013-04-171-4/+4
* Make formatting more consistent and tidy-up.Eli Bendersky2013-04-171-11/+11
* Added documentation to LangRef for the intrinsic llvm.ptr.annotation.* which ...Michael Gottesman2013-03-261-0/+40
* Missing period in docEli Bendersky2013-03-111-1/+1
* Remove tailing whitespacesMichael Liao2013-03-061-14/+14
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-9/+9
* Made it more explicit that the self-referential llvm.loop identifier metadata Pekka Jaaskelainen2013-02-221-1/+7
* Implement the NoBuiltin attribute.Bill Wendling2013-02-221-0/+5
* add missing space which prevented the llvm.loop code-block from appearing in thePaul Redmond2013-02-211-0/+1
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-131-0/+111
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-0/+6
* Initial submission for the attribute group feature.Bill Wendling2013-02-061-0/+30
* Alphabetize the function attributes.Bill Wendling2013-02-061-11/+11
* Removed reference to LLVM as a project (since in LangRef it is used solely as...Michael Gottesman2013-02-041-1/+1
* Added new Global Variable marker ``externally_initialized'' to LangRef.Michael Gottesman2013-02-031-1/+2
* Added clarification paragraph to LangRef's documentation ofMichael Gottesman2013-02-031-0/+7
* Fixed a mistake in my previous commit where I changed the wording slightly an...Michael Gottesman2013-01-311-1/+1
* Formatting Fix. Changed " to `` around the word 'constant' in the Lang RefMichael Gottesman2013-01-311-2/+2
* LangRef: Add a Rationale for volatile rules.Andrew Trick2013-01-311-0/+10
* ...in light of recent activity related to llvm.memcpy flags. I want toAndrew Trick2013-01-301-0/+5
* Documentation: Updating the data layout default specifications toPatrik Hagglund2013-01-301-6/+4
* Documentation: add empty lines so that lists are properly recognizedDmitri Gribenko2013-01-291-0/+2
* Documentation: fix syntax errorDmitri Gribenko2013-01-261-1/+1
* Fix small typoEli Bendersky2013-01-231-1/+1
* Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling2013-01-231-3/+14
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-2/+10
* Documentation: replace some non-ASCII characters by equivalent markupDmitri Gribenko2013-01-191-19/+19
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-181-3/+3
* [docs] Get rid of some UTF8 characters (non-breaking space maybe).Daniel Dunbar2013-01-171-16/+16
* [IR] Reserve/define the purpose for the "Linker Options" metadata flags.Daniel Dunbar2013-01-171-0/+34
* Update the description of the llvm.fmuladd.* intrinsics to avoid use of theLang Hames2013-01-171-2/+4
* Documentation: fix a typo 'IEE754'Dmitri Gribenko2013-01-161-1/+1
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-161-0/+10
* [IR] Add verifier support for llvm.module.flags.Daniel Dunbar2013-01-151-20/+29
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-0/+11
* So many people have touched this, it doesn't make sense to ascribe authorship...Chris Lattner2012-12-091-3/+0
* docs: Convert LangRef to reST.Sean Silva2012-12-071-0/+8301