aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix reversed logic spotted by Owen Anderson.Nick Lewycky2009-10-271-2/+2
* Remove all references to MallocInst and FreeInstVictor Hernandez2009-10-261-96/+19
* Rename msasm to alignstack per review.Dale Johannesen2009-10-211-6/+10
* Documentation for the new msasm flag, which is noDale Johannesen2009-10-131-2/+16
* Force memory use markers to have a ConstantInt for the size argument.Nick Lewycky2009-10-131-8/+12
* Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky2009-10-131-0/+131
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-121-5/+5
* fix broken anchors.Chris Lattner2009-10-101-3/+3
* Remove the "metadata*" type and simplify the code it complicated. This was onlyNick Lewycky2009-09-271-4/+4
* Remove dead code from this function and optimize. Update its correspondingNick Lewycky2009-09-271-5/+5
* Move the integer type out of 'derived' and into 'primitive'. This permits usNick Lewycky2009-09-271-49/+51
* Revise C library functions description to be vaguer, per Chris.Dale Johannesen2009-09-251-5/+4
* Clarify that llvm attaches C language semantics toDale Johannesen2009-09-241-0/+7
* more typosChris Lattner2009-09-111-5/+6
* another typoChris Lattner2009-09-081-1/+1
* fix a couple typos pointed out by edwin and duncanChris Lattner2009-09-081-2/+2
* add some more notes.Chris Lattner2009-09-071-1/+40
* describe undef semantics in some more detail.Chris Lattner2009-09-071-5/+101
* Fix the syntax of add/sub/mul nsw/nuw and sdiv exact.Dan Gohman2009-09-021-10/+10
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-261-0/+5
* improve documentation for linker_private linkage.Chris Lattner2009-08-241-1/+5
* Clarify a few things in the inbounds description.Dan Gohman2009-08-201-4/+4
* common globals may also not be marked constant.Chris Lattner2009-08-051-3/+4
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-051-11/+14
* Add one-past-the-end language to the inbounds keyword.Dan Gohman2009-07-291-4/+7
* some wording changes.Chris Lattner2009-07-291-3/+4
* Fix a few typos and add links.Andreas Bolka2009-07-291-15/+19
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-271-0/+16