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