Introducing nocapture, a parameter attribute for pointers to indicate that the
[oota-llvm.git] / docs / LangRef.html
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-12-10 Mon P WangAdded a little more information that vector shifts...
2008-12-09 Mon P WangFix getNode to allow a vector for the shift amount...
2008-11-27 Misha BrukmanFixed HTML closing tag, cleaned up some spacing.
2008-11-26 Bill WendlingSmall formatting change.
2008-11-26 Bill WendlingUpdate to explain how ssp and sspreq attributes overrid...
2008-11-24 Dan GohmanFix a few HTML tidiness issues.
2008-11-24 Torok EdwinNULL, unique pointers from malloc(0), and freed pointer...
2008-11-24 Nick LewyckySeriously strengthen the guarantee offered by noalias...
2008-11-24 Nick LewyckyExtend the 'noalias' attribute to function return value...
2008-11-22 Misha BrukmanFixed named anchor for llvm.stackprotector intrinsic.
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-19 Bill Wendling- Move the stackprotector intrinsic to the general...
2008-11-18 Bill WendlingDocumentation for the llvm.stackprotector intrinsic.
2008-11-13 Bill WendlingUpdate docs for ssp and sspreq function attributes.
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-10-14 Daniel DunbarPrevent assert when using '"' in names (via hexadecimal).
2008-10-14 Dan GohmanFix missing end tags and invalid HTML entity syntax.
2008-10-14 Dan GohmanAdd a missing close-tag.
2008-10-13 Chris Lattnerfix some crazily long lines.
2008-10-13 Matthijs KooijmanImprove the description on the getelementptr instructio...
2008-10-08 Chris Lattnerfix typo
2008-10-07 Devang PatelImprove function definition, call and invoke instructio...
2008-10-07 Matthijs KooijmanAdd two forgotten </i>'s.
2008-10-06 Devang PatelUpdate function attributes docs.
2008-10-06 Duncan SandsClarify the relationship between byval and readonly/
2008-10-05 Chris LattnerA word got optimized out, thanks to Duncan for pointing...
2008-10-04 Dan GohmanUpdate the documentation for first-class aggregates...
2008-10-04 Chris Lattneradd a note about inline asm
2008-10-04 Chris Lattnerimprove description of param/ret attrs
2008-10-04 Chris Lattnerimprove descriptions of function attrs
2008-10-04 Chris Lattnernotes are gone.
2008-09-29 Devang PatelFix grammar.
2008-09-29 Devang PatelFix sentence.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-12 Duncan SandsThe "alias" keyword comes first.
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-08 Dan GohmanBitcasting two or from aggregate types is not permitted...
2008-09-07 Bill WendlingClean up CSS validator errors: 'Property align doesn...
2008-09-07 Bill WendlingFormatting changes. to make the information cleaner.
2008-09-04 Devang Patelupdate.
2008-09-04 Devang PatelDocument function notes.
2008-08-07 Gabor Greifuse the more precise 'op1' instead of 'var1' since...
2008-08-05 Bill WendlingIt's "a static", not "an static"
2008-08-05 Chris LattnerExpand acronyms, suggested by Walter Pawley
2008-08-05 Chris LattnerCapitalize LLVM, suggested by Walt Pawley
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-29 Nate BegemanAdd vector shifts to the IR, patch by Eli Friedman.
2008-07-08 Duncan SandsNote that 'nest' only applies to pointers.
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-23 Dan GohmanFix the syntax of insertvalue in the example.
2008-06-20 Chris Lattnerinteger types are not primitive, they are derived.
2008-06-18 Dan GohmanFix a missing comma spotted by Bram Geron.
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-23 Dale JohannesenDocument common linkage.
2008-05-23 Dan Gohmanlabel is a first-class type.
2008-05-23 Dan GohmanUpdate the description of first-class types to reflect...
2008-05-20 Chris LattnerClarify that and/or/xor/sdiv etc all allow vectors.
2008-05-14 Arnold SchwaighoferAdd documentation for tail call optimization to CodeGen...
2008-05-13 Dan Gohmans/indicies/indices/ and clarify the extractvalue and...
2008-05-12 Dan GohmanInitial documentation for first-class aggregates changes.
2008-05-12 Dan GohmanFix a malformed %gt;
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-04-24 Chris LattnerDoc updates/edits, contributed by Terence Parr!
2008-04-23 Chris Lattnerfix description of 'ret' to be more correct with multip...
2008-04-23 Chris LattnerAllow undef as an operand to getresult.
2008-04-19 Chris Lattnerfree(null) -> noop
2008-04-19 Chris LattnerSome clarifications suggested by Jon Sargeant
2008-04-02 Chris Lattnermore edits from Jon Sargeant
2008-04-01 Chris Lattneradd a dropped hunk from Jon Sargeant's patch.
2008-04-01 Chris Lattnermake langref more precise, wave 1, from Jon Sargeant
2008-03-24 Devang Patelvoid type is also a valid function return type.
2008-03-24 Devang PatelFix typo. Clarify underlying message.
2008-03-24 Devang PatelUpdate Function type documentation to clarify how multi...
2008-03-22 Anton KorobeynikovAliasing chains cleanups: update langref, add check...
2008-03-21 Chris Lattnerclean up and fix the call section.
2008-03-21 Chris Lattnercleanups for the getresult section.
2008-03-17 Duncan SandsClarify the unwind attribute. Add assumption
2008-03-16 Nick LewyckyCommit works on regular functions too. Fix the syntax...
2008-03-11 Devang Patelfix grammer
2008-03-10 Devang PatelDocument multiple return values.
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-18 Duncan SandsClarify that 'sret' only applies to pointers, and
2008-02-18 Owen AndersonMake the definition of the noalias attribute clearer.
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-09 Gabor Greifexplain that NumElements in alloca and malloc defaults...
2008-01-29 Chris Lattnerllvm.sqrt(-0.0) is defined.
2008-01-28 Chris Lattnermake handling of overflow and undefined results much...
2008-01-15 Anton KorobeynikovAdd description of 'llvm.trap' intrinsic. Also, minor...
2008-01-15 Chris Lattnerclarify that byval is valid for any pointer argument.
2008-01-11 Chris Lattnerdocument the byval parameter attribute.
2008-01-06 Chris Lattnerimprove description of alignment, patch by Alain Frisch.
2008-01-06 Chris LattnerFix typo noticed by 'Danny' in PR1901
2008-01-04 Chris Lattnerfix nesting issues.
2008-01-04 Chris Lattnerfix validation issues.
2008-01-04 Chris Lattnerimprove the description of types, patch by Alain Frisch
next