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