summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard2014-06-20
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-19
* Docs: remove extra {} around result types.Tim Northover2014-06-13
* Docs: fix grammar error in descriptionTim Northover2014-06-13
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* LangRef: clarify that global declarations can have section and alignment info.Bob Wilson2014-06-12
* Add missing "InitializerConstant" to global variable syntax in LangRef.Bob Wilson2014-06-12
* Update langref for unnamed_addr being allowed in aliases.Rafael Espindola2014-06-09
* Slight language tweak from Jonathan Humphreys.Pekka Jaaskelainen2014-06-06
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Wording fix for llvm.global_dtors docs.Reid Kleckner2014-05-27
* Fix link.Rafael Espindola2014-05-26
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* Updated the llvm.mem.parallel_loop_access semantics to include the possibilityPekka Jaaskelainen2014-05-23
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* [PowerPC] Add global named register supportHal Finkel2014-05-11
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-07
* Implememting named register intrinsicsRenato Golin2014-05-06
* [IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer2014-05-01
* 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