add support, testcases, and dox for the new GHC calling
[oota-llvm.git] / docs / LangRef.html
2010-03-11 Chris Lattneradd support, testcases, and dox for the new GHC calling
2010-03-08 Evan ChengAdd documentation on sibling call optimization. Rename...
2010-03-04 Devang PatelAdd metadata example.
2010-03-02 Chris Lattnerattributes are not part of types anymore, patch by...
2010-03-02 Dan GohmanPerformTailCallOpt was renamed to GuaranteedTailCallOpt to
2010-03-01 Dan GohmanFix spelling.
2010-02-25 Bill WendlingFix HTML.
2010-02-25 Dan GohmanFix a typo.
2010-02-25 Dan GohmanClarify the description of pointer types, and move the
2010-02-23 Dan GohmanUpdate LangRef to match the code; pointers default...
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-15 Chris Lattnermove "Metadata Nodes and Metadata Strings" section...
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-15 Chris Lattnermention that unwind isn't to be trusted, patch by Dusti...
2010-01-11 Devang PatelAdd top level section for named metadata.
2010-01-11 Jeffrey YasskinImprove unclear bits and inaccuracies in structure...
2010-01-09 Jeffrey YasskinClarify the requirements for a "tail call" to actually...
2010-01-09 Chris Lattnerimprove documentation for linkonce to be less confusing.
2010-01-08 Eric ChristopherGrammar thinko.
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2009-12-23 Eric ChristopherUpdate docs for bitcode changes. For object size checki...
2009-12-05 Eric ChristopherMore updates to objectsize intrinsic docs.
2009-12-01 Eric ChristopherUpdate per Bill's comments. Work in progress.
2009-11-30 Eric ChristopherFirst pass at llvm.objectsize documentation.
2009-11-27 Duncan SandsVector types are no longer required to have a power...
2009-11-27 Duncan SandsThese code generator limitations have been removed.
2009-11-09 Dan GohmanThe inbounds keyword isn't relevant to overindexing of
2009-11-09 Dan GohmanRemove the "special case" for zero-length arrays, and...
2009-11-07 Chris Lattneradd the ability for TargetData to return information...
2009-11-02 Bill WendlingAdd missing end-tag.
2009-11-02 Bill WendlingSome formatting changes.
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris LattnerMake blockaddress(@func, null) be valid, and make ...
2009-10-28 Gabor Greifuse metavariable <result> instead of SSA name %result...
2009-10-28 Gabor Greifooops, SSA name should not be part of the link
2009-10-28 Gabor Greifadvertise new syntax for unnamed instructions
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattnertypo
2009-10-27 Chris Lattneryou can't take the address of the entry block of a...
2009-10-27 Chris Lattnerimprovements from gabor.
2009-10-27 Chris Lattnerfix things pointed out by Dan!
2009-10-27 Chris Lattnerdocument the forthcoming blockaddress constant.
2009-10-27 Chris Lattnerfix pasto pointed out by Rafael
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Nick LewyckyFix reversed logic spotted by Owen Anderson.
2009-10-26 Victor HernandezRemove all references to MallocInst and FreeInst
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-13 Dale JohannesenDocumentation for the new msasm flag, which is no
2009-10-13 Nick LewyckyForce memory use markers to have a ConstantInt for...
2009-10-13 Nick LewyckyAdd new "memory use marker" intrinsics. These indicate...
2009-10-12 Benjamin KramerDocumentation: Perform automated correction of common...
2009-10-10 Chris Lattnerfix broken anchors.
2009-09-27 Nick LewyckyRemove the "metadata*" type and simplify the code it...
2009-09-27 Nick LewyckyRemove dead code from this function and optimize. Updat...
2009-09-27 Nick LewyckyMove the integer type out of 'derived' and into 'primit...
2009-09-25 Dale JohannesenRevise C library functions description to be vaguer...
2009-09-24 Dale JohannesenClarify that llvm attaches C language semantics to
2009-09-11 Chris Lattnermore typos
2009-09-08 Chris Lattneranother typo
2009-09-08 Chris Lattnerfix a couple typos pointed out by edwin and duncan
2009-09-07 Chris Lattneradd some more notes.
2009-09-07 Chris Lattnerdescribe undef semantics in some more detail.
2009-09-02 Dan GohmanFix the syntax of add/sub/mul nsw/nuw and sdiv exact.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-24 Chris Lattnerimprove documentation for linker_private linkage.
2009-08-20 Dan GohmanClarify a few things in the inbounds description.
2009-08-05 Chris Lattnercommon globals may also not be marked constant.
2009-08-05 Chris LattnerClarify common linkage and the requirements on it....
2009-07-29 Dan GohmanAdd one-past-the-end language to the inbounds keyword.
2009-07-29 Chris Lattnersome wording changes.
2009-07-29 Andreas BolkaFix a few typos and add links.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Andreas BolkaFix typo.
2009-07-27 Dan GohmanFollowing discussion on llvm-dev ("proposed new rule...
2009-07-25 Dan GohmanUpdate to new syntax.
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 Dan GohmanMisc. doc fixes following suggestions from Eli.
2009-07-20 Dan GohmanDocumentation for the new non-overflow and exact keywords.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Chris Lattnerdocument llvm.used and llvm.metadata. Stub out llvm...
2009-07-20 Bill WendlingRename the index to linkage types.
2009-07-20 Bill WendlingMore reformatting.
2009-07-20 Bill WendlingFix HTML violations.
2009-07-20 Bill WendlingObsessivly reformat.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Chris Lattnerfix some typos pointed out by Hidenobu Seki
2009-07-17 Chris Lattnerend sentence in period, draw attention to the fact...
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-20 Duncan SandsClarify that if the alignment is zero then an alignment
2009-06-16 Eli FriedmanRemove the "llvm.umul.with.overflow is broken" warning...
2009-06-15 Dan GohmanRewrite the noredzone description, attempting to avoid...
2009-06-15 Dan GohmanReword the description of the noredzone attribute.
2009-06-12 Devang PatelDocument noredzone and noimplicitfloat function attributes.
2009-06-08 Daniel DunbarDocument the stack alignment part of target data descri...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
next