summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
Commit message (Expand)AuthorAge
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* Fix some doc and comment typosAlp Toker2014-04-09
* [docs] Fix up some links to the preferred style.Sean Silva2014-04-08
* [docs] Fix some Sphinx warnings that have crept in.Sean Silva2014-04-07
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* inalloca: Fix incorrect example IR and remove LangRef warningReid Kleckner2014-03-27
* Clarify that select is only non-branching on the IR-level, it often endsJoerg Sonnenberger2014-03-26
* Clarify llvm.clear_cache description.Joerg Sonnenberger2014-03-26
* Change @llvm.clear_cache default to call rt-libRenato Golin2014-03-26
* Add @llvm.clear_cache builtinRenato Golin2014-03-26
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-12
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-09
* Add missing "[unnamed_addr]" to LangRef.rst#functions.Rafael Espindola2014-03-07
* [LangRef] Improve llvm.mem.parallel_loop_access exampleTobias Grosser2014-03-05
* Change x86mmx -> x86_mmx in LangRef.rstReid Kleckner2014-03-05
* LangRef: Remove stale docs on LLVM types in module structureReid Kleckner2014-03-05
* Lower llvm.expect intrinsic correctly for i1Duncan P. N. Exon Smith2014-02-02
* [stackprotector] Implement the sspstrong rules for stack layout.Josh Magee2014-02-01
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* Allow speculating llvm.sqrt, fma and fmuladdMatt Arsenault2014-01-31
* Extend the preserve_most/all calling convention description in LangRef about theJuergen Ributzka2014-01-30
* Add an inalloca flag to allocasReid Kleckner2014-01-17
* Update LangRef to emphasize the difference between "coldcc" and "preserve_mos...Juergen Ributzka2014-01-17
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* Change inalloca rules to make it only apply to the last parameterReid Kleckner2014-01-16
* LangRef.rst: fix LangRef data layout text about m specifier, take 2Hans Wennborg2014-01-15
* LangRef: attempt to fix line breaksHans Wennborg2014-01-15
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola2014-01-10
* Improve documentation of the 'a' specifier and the '<abi>:<pref>' align pair.Rafael Espindola2014-01-06
* Fix typo.Rafael Espindola2014-01-03
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Remove the 's' DataLayout specificationRafael Espindola2014-01-01
* LangRef documentation for the stackmap and patchpoint intrinsics.Andrew Trick2013-12-24
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-12
* Use Field Lists for the types' "Overview", "Syntax" and "Examples".Rafael Espindola2013-12-10
* Remove the notion of primitive types.Rafael Espindola2013-12-07
* Document that dllexported symbols are preserved by optimization passes.Yunzhong Gao2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* [LangRef] Remove (non-normative) paragraph that doesn't make sense.Sean Silva2013-12-04
* [docs] Mention gotcha regarding implicit BB numberingSean Silva2013-11-27
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Fix typos.Matt Arsenault2013-11-15