summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
Commit message (Expand)AuthorAge
* Fix typos "metatadata" -> "metadata" in the LangRef.Stefanus Du Toit2013-06-20
* Require members of llvm.used to be named.Rafael Espindola2013-06-11
* Add more explicit link targets to headers in LangRef.rstEli Bendersky2013-06-07
* Add explicit link targets to some headers in LangRef.rstEli Bendersky2013-06-07
* Fix link.Richard Smith2013-06-04
* Fix warning and resulting formatting issue.Paul Redmond2013-05-30
* Revise llvm.vectorizer.width documentationPaul Redmond2013-05-30
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-28
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* ARM: implement @llvm.readcyclecounter intrinsicTim Northover2013-05-23
* LangRef.rst: Clarify how basic blocks without named label are handled.Sean Silva2013-05-20
* Correct logical shift documentationTim Northover2013-05-07
* Remove comment that no target supports 128-bit IEEE floatsRichard Sandiford2013-05-03
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Fixes to LangRef.rst: incorrect attributes syntax and misplaced 'nobuiltin'Eli Bendersky2013-04-18
* More consistent formatting and tidying-upEli Bendersky2013-04-17
* Make formatting more consistent and tidy-up.Eli Bendersky2013-04-17
* Added documentation to LangRef for the intrinsic llvm.ptr.annotation.* which ...Michael Gottesman2013-03-26
* Missing period in docEli Bendersky2013-03-11
* Remove tailing whitespacesMichael Liao2013-03-06
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Made it more explicit that the self-referential llvm.loop identifier metadata Pekka Jaaskelainen2013-02-22
* Implement the NoBuiltin attribute.Bill Wendling2013-02-22
* add missing space which prevented the llvm.loop code-block from appearing in thePaul Redmond2013-02-21
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-13
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* Initial submission for the attribute group feature.Bill Wendling2013-02-06
* Alphabetize the function attributes.Bill Wendling2013-02-06
* Removed reference to LLVM as a project (since in LangRef it is used solely as...Michael Gottesman2013-02-04
* Added new Global Variable marker ``externally_initialized'' to LangRef.Michael Gottesman2013-02-03
* Added clarification paragraph to LangRef's documentation ofMichael Gottesman2013-02-03
* Fixed a mistake in my previous commit where I changed the wording slightly an...Michael Gottesman2013-01-31
* Formatting Fix. Changed " to `` around the word 'constant' in the Lang RefMichael Gottesman2013-01-31
* LangRef: Add a Rationale for volatile rules.Andrew Trick2013-01-31
* ...in light of recent activity related to llvm.memcpy flags. I want toAndrew Trick2013-01-30
* Documentation: Updating the data layout default specifications toPatrik Hagglund2013-01-30
* Documentation: add empty lines so that lists are properly recognizedDmitri Gribenko2013-01-29
* Documentation: fix syntax errorDmitri Gribenko2013-01-26
* Fix small typoEli Bendersky2013-01-23
* Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling2013-01-23
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Documentation: replace some non-ASCII characters by equivalent markupDmitri Gribenko2013-01-19
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-18
* [docs] Get rid of some UTF8 characters (non-breaking space maybe).Daniel Dunbar2013-01-17
* [IR] Reserve/define the purpose for the "Linker Options" metadata flags.Daniel Dunbar2013-01-17
* Update the description of the llvm.fmuladd.* intrinsics to avoid use of theLang Hames2013-01-17
* Documentation: fix a typo 'IEE754'Dmitri Gribenko2013-01-16
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-16
* [IR] Add verifier support for llvm.module.flags.Daniel Dunbar2013-01-15