| Commit message (Expand) | Author | Age | Files | Lines |
| * | Provide some meta tags for this document. | Reid Spencer | 2004-08-26 | 1 | -0/+4 |
| * | Wrap long lines and try to fill the 80 chars per line so that we don't have too | Misha Brukman | 2004-08-12 | 1 | -21/+25 |
| * | Add description of packed type support. | Chris Lattner | 2004-08-12 | 1 | -21/+39 |
| * | Modernize example, so that you can paste it right into llvm-as | Brian Gaeke | 2004-07-02 | 1 | -2/+5 |
| * | Removed the interrupt_handler instrinsic section that I accidently added | John Criswell | 2004-06-25 | 1 | -47/+0 |
| * | Grammar and punctuation fixes. | John Criswell | 2004-06-25 | 1 | -5/+5 |
| * | Added missing quote. | John Criswell | 2004-06-25 | 1 | -1/+47 |
| * | Fix some broken links | Chris Lattner | 2004-06-21 | 1 | -1/+1 |
| * | llvm.isnan is dead, long live llvm.isunordered! | Chris Lattner | 2004-06-15 | 1 | -34/+0 |
| * | Really add the docs this time :-) | Alkis Evlogimenos | 2004-06-13 | 1 | -0/+35 |
| * | Add the isunordered intrinsic. | Alkis Evlogimenos | 2004-06-12 | 1 | -0/+1 |
| * | Document the llvm.isnan intrinsic | Chris Lattner | 2004-06-11 | 1 | -2/+38 |
| * | Fix some broken links | Chris Lattner | 2004-06-03 | 1 | -6/+6 |
| * | Describe the new garbage collector intrinsics | Chris Lattner | 2004-05-23 | 1 | -13/+176 |
| * | Corrected the descriptions of the llvm.writeport and llvm.writeio | John Criswell | 2004-04-12 | 1 | -28/+31 |
| * | Added initial design for the llvm.readio and llvm.writeio intrinsics. | John Criswell | 2004-04-12 | 1 | -0/+96 |
| * | Fixed some spelling. | John Criswell | 2004-04-09 | 1 | -4/+4 |
| * | Modified the prototypes of the llvm.readport and llvm.writeport intrinsics | John Criswell | 2004-04-09 | 1 | -28/+35 |
| * | Added the llvm.readport and llvm.writeport intrinsics. | John Criswell | 2004-04-09 | 1 | -0/+91 |
| * | Update getelementptr instruction description | Chris Lattner | 2004-04-05 | 1 | -38/+83 |
| * | Fixed grammar typo. | John Criswell | 2004-03-12 | 1 | -1/+1 |
| * | Cleanup the cast section, add the select instruction | Chris Lattner | 2004-03-12 | 1 | -21/+95 |
| * | Remove the comment "Constants must always have an initial value.", which | Chris Lattner | 2004-03-08 | 1 | -24/+40 |
| * | HTML 4.01 Strict compliance. | Misha Brukman | 2004-03-01 | 1 | -33/+39 |
| * | Fixed minor typos. | John Criswell | 2004-02-24 | 1 | -2/+2 |
| * | Wow, the description of the 'switch' instruction was out of date. | Chris Lattner | 2004-02-24 | 1 | -20/+41 |
| * | fix typeo | Chris Lattner | 2004-02-14 | 1 | -1/+1 |
| * | Document new intrinsics | Chris Lattner | 2004-02-14 | 1 | -1/+163 |
| * | Be a bit more specific about what the alignment value means and the restricti... | Chris Lattner | 2004-02-12 | 1 | -0/+12 |
| * | Add support for the llvm.memmove intrinsic. | Chris Lattner | 2004-02-12 | 1 | -0/+47 |
| * | Document the llvm.memcpy intrinsic. Clean up some of the formatting of other | Chris Lattner | 2004-02-12 | 1 | -22/+108 |
| * | Add links to SLD from the LangRef.html doc | Chris Lattner | 2004-01-06 | 1 | -8/+41 |
| * | Fixed a small grammatical error. | John Criswell | 2003-11-25 | 1 | -1/+10 |
| * | checkin reid's docpatch | Chris Lattner | 2003-11-25 | 1 | -1741/+1114 |
| * | Fixed another minor grammatical error. | John Criswell | 2003-11-21 | 1 | -1/+2 |
| * | Minor grammatical and punctuation corrections. | John Criswell | 2003-11-21 | 1 | -2/+2 |
| * | First pass at cleaning up LangRef.html: stylesheet-ification, consistent | Misha Brukman | 2003-11-08 | 1 | -665/+1016 |
| * | Fix typo | Chris Lattner | 2003-10-30 | 1 | -1/+1 |
| * | Clarify that all manipulatable values must be of first class type, and specif... | Chris Lattner | 2003-10-30 | 1 | -9/+15 |
| * | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -1/+3 |
| * | Hrm, for some reason, my fingers like typing va_begin. Weird | Chris Lattner | 2003-10-21 | 1 | -3/+3 |
| * | Update for new varargs support | Chris Lattner | 2003-10-18 | 1 | -63/+99 |
| * | Add documentation for weak variables | Chris Lattner | 2003-10-10 | 1 | -2/+10 |
| * | Add info about volatile loads/stores | Chris Lattner | 2003-09-08 | 1 | -4/+14 |
| * | Final cleanups, document is good to go | Chris Lattner | 2003-09-03 | 1 | -1/+1 |
| * | Add a WHOLE lot of updates clarifications and fixes. This is not done but ge... | Chris Lattner | 2003-09-03 | 1 | -77/+133 |
| * | hyphenation police visited here | Chris Lattner | 2003-09-02 | 1 | -8/+8 |
| * | Document the llvm.unwind intrinsic. | Chris Lattner | 2003-08-28 | 1 | -18/+46 |
| * | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 1 | -2/+2 |
| * | Diversify examples | Chris Lattner | 2003-06-18 | 1 | -3/+4 |