aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.rst
Commit message (Expand)AuthorAgeFilesLines
* Add a llvm.copysign intrinsicHal Finkel2013-08-191-0/+36
* [stack protector] Fixed typo.Michael Gottesman2013-08-121-1/+1
* [stackprotector] Added intrinsic llvm.stackprotectorcheck.Michael Gottesman2013-08-121-6/+44
* Add description of function attribute 'minsize' in LangRef.rst.Andrea Di Biagio2013-08-091-1/+7
* Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+36
* [LangRef] Alphabetize function attribute listing.Sean Silva2013-08-061-4/+4
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-311-16/+18
* Fix language.Nick Lewycky2013-07-061-2/+1
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-4/+13
* Fixed typo in LangRef where we were using _'' to quote instead of the correct _.Michael Gottesman2013-07-021-1/+1
* At the request of Richard Smith, swapped the order of cold/builtin so it is i...Michael Gottesman2013-06-271-5/+5
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-5/+11
* Minor grammar and word usage fix to 'returned' parameter attribute section of...Stephen Lin2013-06-201-8/+7
* Fix typos "metatadata" -> "metadata" in the LangRef.Stefanus Du Toit2013-06-201-6/+6
* Require members of llvm.used to be named.Rafael Espindola2013-06-111-7/+7
* Add more explicit link targets to headers in LangRef.rstEli Bendersky2013-06-071-0/+18
* Add explicit link targets to some headers in LangRef.rstEli Bendersky2013-06-071-0/+8
* Fix link.Richard Smith2013-06-041-1/+1
* Fix warning and resulting formatting issue.Paul Redmond2013-05-301-1/+1
* Revise llvm.vectorizer.width documentationPaul Redmond2013-05-301-2/+4
* 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