aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* fix description of 'ret' to be more correct with multiple returnChris Lattner2008-04-231-12/+27
* Allow undef as an operand to getresult.Chris Lattner2008-04-231-3/+4
* free(null) -> noopChris Lattner2008-04-191-2/+2
* Some clarifications suggested by Jon SargeantChris Lattner2008-04-191-8/+12
* more edits from Jon SargeantChris Lattner2008-04-021-12/+16
* add a dropped hunk from Jon Sargeant's patch.Chris Lattner2008-04-011-3/+2
* make langref more precise, wave 1, from Jon SargeantChris Lattner2008-04-011-12/+13
* void type is also a valid function return type.Devang Patel2008-03-241-2/+2
* Fix typo. Clarify underlying message.Devang Patel2008-03-241-4/+4
* Update Function type documentation to clarify how multiple return values are ...Devang Patel2008-03-241-2/+9
* Aliasing chains cleanups: update langref, add check into verifierAnton Korobeynikov2008-03-221-2/+2
* clean up and fix the call section.Chris Lattner2008-03-211-12/+10
* cleanups for the getresult section.Chris Lattner2008-03-211-10/+13
* Clarify the unwind attribute. Add assumptionDuncan Sands2008-03-171-4/+6
* Commit works on regular functions too. Fix the syntax to allow @foo.Nick Lewycky2008-03-161-3/+3
* fix grammerDevang Patel2008-03-111-14/+14
* Document multiple return values.Devang Patel2008-03-101-13/+70
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-211-1/+174
* Clarify that 'sret' only applies to pointers, andDuncan Sands2008-02-181-2/+3
* Make the definition of the noalias attribute clearer.Owen Anderson2008-02-181-2/+3
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-161-0/+106
* explain that NumElements in alloca and malloc defaults to oneGabor Greif2008-02-091-9/+9
* llvm.sqrt(-0.0) is defined.Chris Lattner2008-01-291-1/+3
* make handling of overflow and undefined results much more clear. Chris Lattner2008-01-281-9/+40
* Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. Anton Korobeynikov2008-01-151-5/+39
* clarify that byval is valid for any pointer argument.Chris Lattner2008-01-151-5/+6
* document the byval parameter attribute.Chris Lattner2008-01-111-0/+14
* improve description of alignment, patch by Alain Frisch.Chris Lattner2008-01-061-0/+20
* Fix typo noticed by 'Danny' in PR1901Chris Lattner2008-01-061-1/+1
* fix nesting issues.Chris Lattner2008-01-041-1/+3
* fix validation issues.Chris Lattner2008-01-041-2/+4
* improve the description of types, patch by Alain FrischChris Lattner2008-01-041-38/+82
* update to llvm 2.0 syntax.Chris Lattner2007-12-251-2/+2
* Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen2007-12-251-4/+9
* fix more table abuses.Chris Lattner2007-12-191-50/+46
* avoid confusing terminology (what is a "word"?), fix scary markup, add sectio...Chris Lattner2007-12-181-21/+12
* Make it clear in the LangRef that allocation instructions only operated on th...Christopher Lamb2007-12-171-2/+8
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-121-1/+2
* Add information on address space qualifiers for pointer types and global Christopher Lamb2007-12-111-4/+15
* Fix a typo spotted by Nick Lewycky.Gordon Henriksen2007-12-101-2/+2
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-3/+22
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-9/+7
* Rename the 'const' parameter attribute to 'readnone',Duncan Sands2007-11-221-6/+6
* Add support for vectors to int <-> float casts.Nate Begeman2007-11-171-21/+34
* Tweak the descriptions of the new 'const' and 'pure' attributes.Duncan Sands2007-11-141-7/+7
* Document pure/const parameter attributesAnton Korobeynikov2007-11-141-0/+9
* Add support for vector remainder operations.Dan Gohman2007-11-051-3/+8
* Put correct link in exampleBill Wendling2007-10-221-3/+2
* Don't mention -enable-unsafe-fp-math in LangRef.html, as that option isDan Gohman2007-10-171-9/+3
* Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. FeedbackDan Gohman2007-10-151-4/+136