aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2008-06-09Merge in doc changes for release.Tanya Lattner
2008-04-24Doc updates/edits, contributed by Terence Parr!Chris Lattner
2008-04-23fix description of 'ret' to be more correct with multiple returnChris Lattner
2008-04-23Allow undef as an operand to getresult.Chris Lattner
2008-04-19free(null) -> noopChris Lattner
2008-04-19Some clarifications suggested by Jon SargeantChris Lattner
2008-04-02more edits from Jon SargeantChris Lattner
2008-04-01add a dropped hunk from Jon Sargeant's patch.Chris Lattner
2008-04-01make langref more precise, wave 1, from Jon SargeantChris Lattner
2008-03-24void type is also a valid function return type.Devang Patel
2008-03-24Fix typo. Clarify underlying message.Devang Patel
2008-03-24Update Function type documentation to clarify how multiple return values are ...Devang Patel
2008-03-22Aliasing chains cleanups: update langref, add check into verifierAnton Korobeynikov
2008-03-21clean up and fix the call section.Chris Lattner
2008-03-21cleanups for the getresult section.Chris Lattner
2008-03-17Clarify the unwind attribute. Add assumptionDuncan Sands
2008-03-16Commit works on regular functions too. Fix the syntax to allow @foo.Nick Lewycky
2008-03-11fix grammerDevang Patel
2008-03-10Document multiple return values.Devang Patel
2008-02-21Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth
2008-02-18Clarify that 'sret' only applies to pointers, andDuncan Sands
2008-02-18Make the definition of the noalias attribute clearer.Owen Anderson
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2008-02-09explain that NumElements in alloca and malloc defaults to oneGabor Greif
2008-01-29llvm.sqrt(-0.0) is defined.Chris Lattner
2008-01-28make handling of overflow and undefined results much more clear. Chris Lattner
2008-01-15Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. Anton Korobeynikov
2008-01-15clarify that byval is valid for any pointer argument.Chris Lattner
2008-01-11document the byval parameter attribute.Chris Lattner
2008-01-06improve description of alignment, patch by Alain Frisch.Chris Lattner
2008-01-06Fix typo noticed by 'Danny' in PR1901Chris Lattner
2008-01-04fix nesting issues.Chris Lattner
2008-01-04fix validation issues.Chris Lattner
2008-01-04improve the description of types, patch by Alain FrischChris Lattner
2007-12-25update to llvm 2.0 syntax.Chris Lattner
2007-12-25Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen
2007-12-19fix more table abuses.Chris Lattner
2007-12-18avoid confusing terminology (what is a "word"?), fix scary markup, add sectio...Chris Lattner
2007-12-17Make it clear in the LangRef that allocation instructions only operated on th...Christopher Lamb
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Add information on address space qualifiers for pointer types and global Christopher Lamb
2007-12-10Fix a typo spotted by Nick Lewycky.Gordon Henriksen
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-22Rename the 'const' parameter attribute to 'readnone',Duncan Sands
2007-11-17Add support for vectors to int <-> float casts.Nate Begeman
2007-11-14Tweak the descriptions of the new 'const' and 'pure' attributes.Duncan Sands
2007-11-14Document pure/const parameter attributesAnton Korobeynikov
2007-11-05Add support for vector remainder operations.Dan Gohman
2007-10-22Put correct link in exampleBill Wendling