aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2010-01-05NamedMDNode is a collection MDNodes.Devang Patel
2009-12-23Update docs for bitcode changes. For object size checking we won'tEric Christopher
2009-12-05More updates to objectsize intrinsic docs.Eric Christopher
2009-12-01Update per Bill's comments. Work in progress.Eric Christopher
2009-11-30First pass at llvm.objectsize documentation.Eric Christopher
2009-11-27Vector types are no longer required to have a power-of-two length.Duncan Sands
2009-11-27These code generator limitations have been removed.Duncan Sands
2009-11-09The inbounds keyword isn't relevant to overindexing ofDan Gohman
2009-11-09Remove the "special case" for zero-length arrays, and rephrase thisDan Gohman
2009-11-07add the ability for TargetData to return information about legal integerChris Lattner
2009-11-02Add missing end-tag.Bill Wendling
2009-11-02Some formatting changes.Bill Wendling
2009-11-01Revert 85678/85680. The decision is to stay with the current form of Chris Lattner
2009-10-31Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner
2009-10-28use metavariable <result> instead of SSA name %result for consistencyGabor Greif
2009-10-28ooops, SSA name should not be part of the linkGabor Greif
2009-10-28advertise new syntax for unnamed instructionsGabor Greif
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner
2009-10-27typoChris Lattner
2009-10-27you can't take the address of the entry block of a function.Chris Lattner
2009-10-27improvements from gabor.Chris Lattner
2009-10-27fix things pointed out by Dan!Chris Lattner
2009-10-27document the forthcoming blockaddress constant.Chris Lattner
2009-10-27fix pasto pointed out by RafaelChris Lattner
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner
2009-10-27Fix reversed logic spotted by Owen Anderson.Nick Lewycky
2009-10-26Remove all references to MallocInst and FreeInstVictor Hernandez
2009-10-21Rename msasm to alignstack per review.Dale Johannesen
2009-10-13Documentation for the new msasm flag, which is noDale Johannesen
2009-10-13Force memory use markers to have a ConstantInt for the size argument.Nick Lewycky
2009-10-13Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky
2009-10-12Documentation: Perform automated correction of common typos.Benjamin Kramer
2009-10-10fix broken anchors.Chris Lattner
2009-09-27Remove the "metadata*" type and simplify the code it complicated. This was onlyNick Lewycky
2009-09-27Remove dead code from this function and optimize. Update its correspondingNick Lewycky
2009-09-27Move the integer type out of 'derived' and into 'primitive'. This permits usNick Lewycky
2009-09-25Revise C library functions description to be vaguer, per Chris.Dale Johannesen
2009-09-24Clarify that llvm attaches C language semantics toDale Johannesen
2009-09-11more typosChris Lattner
2009-09-08another typoChris Lattner
2009-09-08fix a couple typos pointed out by edwin and duncanChris Lattner
2009-09-07add some more notes.Chris Lattner
2009-09-07describe undef semantics in some more detail.Chris Lattner
2009-09-02Fix the syntax of add/sub/mul nsw/nuw and sdiv exact.Dan Gohman
2009-08-26Add an 'inline hint' attribute to represent sourceDale Johannesen
2009-08-24improve documentation for linker_private linkage.Chris Lattner
2009-08-20Clarify a few things in the inbounds description.Dan Gohman
2009-08-05common globals may also not be marked constant.Chris Lattner
2009-08-05Clarify common linkage and the requirements on it. EnforceChris Lattner
2009-07-29Add one-past-the-end language to the inbounds keyword.Dan Gohman