summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
Commit message (Expand)AuthorAgeFilesLines
* Address Joseph's review comments.David Majnemer2015-07-101-8/+12
* Address Reid's review feedback.David Majnemer2015-07-101-12/+13
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-1/+350
* Extended syntax of vector version of getelementptr instruction.Elena Demikhovsky2015-07-091-4/+54
* Expand LangRef.html's documentation on LLVM's inline assembly.James Y Knight2015-07-081-9/+619
* [WinEH] Add localaddress intrinsic instead of using frameaddressReid Kleckner2015-07-071-4/+4
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-21/+19
* Fix several typos in LangRef.rst related to loop unrolling metadata.Mark Heffernan2015-06-301-4/+4
* COFF: Do not assign linker-weak symbols to selectany comdat sections.Peter Collingbourne2015-06-301-3/+5
* [docs] Fix "WARNING: Title underline too short."David Majnemer2015-06-171-1/+1
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-14/+21
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+9
* [IR/AsmWriter] Output escape sequences if the first character isdigit()Filipe Cabecinhas2015-06-021-0/+5
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-0/+7
* Dereferenceable, dereferenceable_or_null metadata for loadsSanjoy Das2015-05-191-1/+20
* Fixed some typos and broken links in source level debugging docs.Michael Kuperstein2015-05-141-1/+3
* [Docs] Fix scoped noalias exampleAdam Nemet2015-05-111-1/+1
* Masked Gather and Scatter intrinsics - updated documentation.Elena Demikhovsky2015-05-071-2/+113
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-106/+106
* [PerformanceTips] Provide context on the impact of assume(x)Philip Reames2015-04-261-0/+2
* [LangRef] Remove redundant and inconsistent condition.Sean Silva2015-04-171-1/+1
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+13
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-9/+3
* Correct 'teh' and other typos / repeated words.Ed Maste2015-04-141-2/+2
* Fix typo and reword in LangRefEli Bendersky2015-04-021-3/+3
* docs: Update LangRef and SourceLevelDebuggingDuncan P. N. Exon Smith2015-03-171-5/+102
* Update LangRef now that a DataLayout is mandatory.Mehdi Amini2015-03-141-41/+42
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-2/+2
* Fix too short title underline reported by build-bot.Dan Liew2015-03-111-1/+1
* Introduce runtime unrolling disable matadata and use it to mark the scalar lo...Kevin Qin2015-03-091-0/+10
* Replace llvm.frameallocate with llvm.frameescapeReid Kleckner2015-03-051-11/+13
* Add a few more performance tipsPhilip Reames2015-03-051-0/+2
* Update LangRef for explicit type changes to 'load' instructionDavid Blaikie2015-03-041-19/+19
* Update LangRef for getelementptr explicit type changesDavid Blaikie2015-03-041-22/+23
* Document the LLVM "thunk" attribute added back in r226708Reid Kleckner2015-03-041-0/+5
* LangRef: Clarify select's semantics with vector argumentsDavid Majnemer2015-03-031-3/+4
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-1/+288
* [new docs] Performance Tips for Frontend AuthorsPhilip Reames2015-02-271-0/+2
* [GC docs] More minor word tweaks to make the GC bits clearerPhilip Reames2015-02-251-3/+6
* [GC Docs] Update LangRef to link to Statepoint docsPhilip Reames2015-02-251-10/+20
* Fix typo: qual -> equalArch D. Robison2015-02-241-1/+1
* Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne2015-02-201-0/+31
* Fix grammar in documentation.Eric Christopher2015-02-191-6/+6
* Don't promote asynch EH invokes of nounwind functions to callsReid Kleckner2015-02-111-3/+6
* Misc documentation/comment fixes.Peter Collingbourne2015-02-041-1/+1
* fix typosSanjay Patel2015-01-141-2/+2
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-131-0/+17
* Rename llvm.recoverframeallocation to llvm.framerecoverReid Kleckner2015-01-131-6/+6
* Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner2015-01-131-0/+50
* LangRef: Add usage points for distinct MDNodesDuncan P. N. Exon Smith2015-01-081-0/+4
OpenPOWER on IntegriCloud