aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2010-03-12Merge 97980 from mainline.Tanya Lattner
2010-03-11Merge 98212 from mainline.Tanya Lattner
2010-03-04Add metadata example.Devang Patel
2010-03-02attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner
2010-03-02PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman
2010-03-01Fix spelling.Dan Gohman
2010-02-25Fix HTML.Bill Wendling
2010-02-25Fix a typo.Dan Gohman
2010-02-25Clarify the description of pointer types, and move theDan Gohman
2010-02-23Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman
2010-02-16Add support for emitting non-temporal stores for DAGs markedDavid Greene
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-02-12Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis
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