aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen
2010-01-15move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher
2010-01-15mention that unwind isn't to be trusted, patch by Dustin LaurenceChris Lattner
2010-01-11Add top level section for named metadata.Devang Patel
2010-01-11Improve unclear bits and inaccuracies in structure and insertvalueJeffrey Yasskin
2010-01-09Clarify the requirements for a "tail call" to actually be optimized into aJeffrey Yasskin
2010-01-09improve documentation for linkonce to be less confusing.Chris Lattner
2010-01-08Grammar thinko.Eric Christopher
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