summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
Commit message (Expand)AuthorAge
* Merging r195812:Bill Wendling2013-12-01
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Fix typos.Matt Arsenault2013-11-15
* Fix grammar in addrspacecast descriptionMatt Arsenault2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* whitespaceAndrew Trick2013-10-31
* Fix common typos in the docs.Benjamin Kramer2013-10-29
* Clarify that GlobalVariables definitions must have an initializer.Rafael Espindola2013-10-29
* A small grammar-os fixed.Bill Wendling2013-10-27
* Update to specify that both metadata and label types aren't proper return types.Bill Wendling2013-10-27
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Write a simple description of the 'target triple' directive. This should be e...Bill Wendling2013-10-18
* Clarify that an alignment of 0 or 1 on a mem* intrinsic means 'no alignment'.Bill Wendling2013-10-18
* Remove an outdated statement.Rafael Espindola2013-10-16
* Fix typo.Rafael Espindola2013-10-07
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-06
* Add a paragraph on prefix data layout.Peter Collingbourne2013-09-23
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Fix anachronism/typo in syntax of declaration of llvm.va_start.Nick Lewycky2013-09-11
* [docs] Fix Sphinx warning.Sean Silva2013-09-09
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Add a llvm.copysign intrinsicHal Finkel2013-08-19
* [stack protector] Fixed typo.Michael Gottesman2013-08-12
* [stackprotector] Added intrinsic llvm.stackprotectorcheck.Michael Gottesman2013-08-12
* Add description of function attribute 'minsize' in LangRef.rst.Andrea Di Biagio2013-08-09
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* [LangRef] Alphabetize function attribute listing.Sean Silva2013-08-06
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-31
* Fix language.Nick Lewycky2013-07-06
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Fixed typo in LangRef where we were using _'' to quote instead of the correct _.Michael Gottesman2013-07-02
* At the request of Richard Smith, swapped the order of cold/builtin so it is i...Michael Gottesman2013-06-27
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* Minor grammar and word usage fix to 'returned' parameter attribute section of...Stephen Lin2013-06-20
* 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