aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* various cleanups from danielChris Lattner2010-03-151-8/+8
* tidy up and expound more on how half-float works.Chris Lattner2010-03-141-14/+21
* Document fp16 intrinsicsAnton Korobeynikov2010-03-141-0/+90
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-111-3/+23
* Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng2010-03-081-2/+5
* Add metadata example.Devang Patel2010-03-041-0/+17
* attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner2010-03-021-12/+12
* PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman2010-03-021-1/+1
* Fix spelling.Dan Gohman2010-03-011-12/+12
* Fix HTML.Bill Wendling2010-02-251-13/+13
* Fix a typo.Dan Gohman2010-02-251-1/+1
* Clarify the description of pointer types, and move theDan Gohman2010-02-251-4/+7
* Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman2010-02-231-1/+1
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-161-5/+23
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-32/+109
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-121-0/+5
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-061-0/+5
* move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner2010-01-151-38/+32
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-151-5/+0
* mention that unwind isn't to be trusted, patch by Dustin LaurenceChris Lattner2010-01-151-0/+6
* Add top level section for named metadata.Devang Patel2010-01-111-8/+35
* Improve unclear bits and inaccuracies in structure and insertvalueJeffrey Yasskin2010-01-111-6/+9
* Clarify the requirements for a "tail call" to actually be optimized into aJeffrey Yasskin2010-01-091-9/+25
* improve documentation for linkonce to be less confusing.Chris Lattner2010-01-091-4/+11
* Grammar thinko.Eric Christopher2010-01-081-1/+1
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-051-0/+3
* Update docs for bitcode changes. For object size checking we won'tEric Christopher2009-12-231-27/+8
* More updates to objectsize intrinsic docs.Eric Christopher2009-12-051-83/+103
* Update per Bill's comments. Work in progress.Eric Christopher2009-12-011-8/+8
* First pass at llvm.objectsize documentation.Eric Christopher2009-11-301-0/+37
* Vector types are no longer required to have a power-of-two length.Duncan Sands2009-11-271-2/+1
* These code generator limitations have been removed.Duncan Sands2009-11-271-28/+0
* The inbounds keyword isn't relevant to overindexing ofDan Gohman2009-11-091-7/+6
* Remove the "special case" for zero-length arrays, and rephrase thisDan Gohman2009-11-091-6/+7
* add the ability for TargetData to return information about legal integerChris Lattner2009-11-071-0/+7
* Add missing end-tag.Bill Wendling2009-11-021-1/+1
* Some formatting changes.Bill Wendling2009-11-021-57/+54
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-011-4/+2
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-311-2/+4
* use metavariable <result> instead of SSA name %result for consistencyGabor Greif2009-10-281-8/+8
* ooops, SSA name should not be part of the linkGabor Greif2009-10-281-2/+2
* advertise new syntax for unnamed instructionsGabor Greif2009-10-281-7/+7
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-8/+8
* typoChris Lattner2009-10-271-1/+1
* you can't take the address of the entry block of a function.Chris Lattner2009-10-271-2/+2
* improvements from gabor.Chris Lattner2009-10-271-2/+2
* fix things pointed out by Dan!Chris Lattner2009-10-271-4/+9
* document the forthcoming blockaddress constant.Chris Lattner2009-10-271-1/+26
* fix pasto pointed out by RafaelChris Lattner2009-10-271-1/+1
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-0/+50