- 7e36c47 Make the bswap documentation more to sabre's liking! by Nate Begeman · 19 years ago
- fb6977d fix some minor errors by Chris Lattner · 19 years ago
- ed4ac95 Add documentation for the upcoming bswap intrinsics! by Nate Begeman · 19 years ago
- 57e1f39 Add llvm.stacksave and llvm.stackrestore. by Chris Lattner · 19 years ago
- fcf39d4 void* is not legal in LLVM. by Chris Lattner · 19 years ago
- 9fbe145 Expanded the documentation for constant expressions to cover select by Robert Bocchino · 19 years ago
- 3a55866 Added the spec for the new "extractelement" instruction. by Robert Bocchino · 19 years ago
- d07c3f4 Fix some typos noticed by Gabor Greif! by Chris Lattner · 19 years ago
- 88f6c46 document sections by Chris Lattner · 19 years ago
- 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
- 25d4f7e Fix some typos. by Jeff Cohen · 19 years ago
- b8d172f Packed elements must be a power of two in size by Chris Lattner · 19 years ago
- 2cbdc45 document alignment on globals, functions, and allocation instructions. by Chris Lattner · 19 years ago
- 0ec250c Grammar and punctuation fixes. by John Criswell · 19 years ago
- a4d7414 llvm.sqrt somehow escaped documentation. by Chris Lattner · 19 years ago
- e67a951 add a note about variable length array by Chris Lattner · 19 years ago
- d0a4c62 SelectionDAG is very unhappy when the argument to an intrinsic is a struct by Andrew Lenharth · 19 years ago
- 8bf607a OK, after checking the backwards compatibility code on X86 and the new code by Andrew Lenharth · 19 years ago
- fc6b895 Added a note about how the type can be omitted in call instructions. by John Criswell · 19 years ago
- eff29ab ctlz = most signficant bits, cttz = least sig by Chris Lattner · 19 years ago
- c1f786c Minor fixup of typos. by John Criswell · 19 years ago
- dae2e93 Correct a detail with the alloca instruction. by John Criswell · 19 years ago
- e4c57cc Fixed some typos. by John Criswell · 19 years ago
- 590cff3 don't duplicate information, particularly when it's out of date! by Chris Lattner · 19 years ago
- cfe6b37 fix bugs in my previous commit clarify the return type of the bit ops by Chris Lattner · 20 years ago
- 8cdc5bc add a couple of notes by Chris Lattner · 20 years ago
- bad10ee document calling convention extensions by Chris Lattner · 20 years ago
- 2bff524 Add info on new 'tail' marker by Chris Lattner · 20 years ago
- 7ba1ea5 fixup argument by Andrew Lenharth · 20 years ago
- ec370fd initial descriptions of count intrinsics by Andrew Lenharth · 20 years ago
- a7e302a Mention that arguments to functions must be first class types. by Reid Spencer · 20 years ago
- a8d451e Convert the remainder of the intrinsic function prototypes to "declare" by Reid Spencer · 20 years ago
- d462235 Use the declare syntax not the call syntax for intrinsic prototypes so by Reid Spencer · 20 years ago
- 69c11bb document 'opaque' types by Chris Lattner · 20 years ago
- cfa87bc Hyphenate the adjective `n-bit' when used to describe values and processors by Misha Brukman · 20 years ago
- 7f4ec3b First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 20 years ago
- d4f6b17 Various cleanups and clarifications, thanks to Gabor Greif for contributing this patch! by Chris Lattner · 20 years ago
- aeffb4a fix another typo by Chris Lattner · 20 years ago
- b40bb38 fix typeo that Gabor Greif noticed! by Chris Lattner · 20 years ago
- 2a61536 cleanup my miswording by Chris Lattner · 20 years ago
- 9a9d7ac Document llvm.prefetch, patch contributed by Justin Wick! by Chris Lattner · 20 years ago
- a977c48 Fix a bug. by Chris Lattner · 20 years ago
- 3689a34 Document the newly generalized model for constant globals. by Chris Lattner · 20 years ago
- 9e2485c Merged in RELEASE_14 changes. by John Criswell · 20 years ago
- 2dc45b8 More grammaro's fixed. by Reid Spencer · 20 years ago
- cc16dc3 Clean up some grammaro's. by Reid Spencer · 20 years ago
- c3f5976 Fully document the LLVM constants. This should go into LLVM 1.4 by Chris Lattner · 20 years ago
- e5d947b Reflow and clean up some of the HTML in the initial section, split linkage by Chris Lattner · 20 years ago
- fa73021 Move the "High Level Structure" to before "Type System" by Chris Lattner · 20 years ago
- d3f876c Minor format tweask for tables. by Reid Spencer · 20 years ago
- 35eca58 Document unreachable instruction by Chris Lattner · 20 years ago
- e19d7a7 Patch contributed by Patrick Meredith: by Chris Lattner · 20 years ago
- 3921c74 Provide some meta tags for this document. by Reid Spencer · 20 years ago
- c24b758 Wrap long lines and try to fill the 80 chars per line so that we don't have too by Misha Brukman · 20 years ago
- a58561b Add description of packed type support. by Chris Lattner · 20 years ago
- 7283e7c Modernize example, so that you can paste it right into llvm-as by Brian Gaeke · 20 years ago
- f507613 Removed the interrupt_handler instrinsic section that I accidently added by John Criswell · 20 years ago
- 8411475 Grammar and punctuation fixes. by John Criswell · 20 years ago
- fa08187 Added missing quote. by John Criswell · 20 years ago
- fcd3725 Fix some broken links by Chris Lattner · 20 years ago
- ee98bf5 llvm.isnan is dead, long live llvm.isunordered! by Chris Lattner · 20 years ago
- 26bbe93 Really add the docs this time :-) by Alkis Evlogimenos · 20 years ago
- 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
- 3200628 Document the llvm.isnan intrinsic by Chris Lattner · 20 years ago
- e53e508 Fix some broken links by Chris Lattner · 20 years ago
- d792391 Describe the new garbage collector intrinsics by Chris Lattner · 20 years ago
- 96db6fc Corrected the descriptions of the llvm.writeport and llvm.writeio intrinsics. by John Criswell · 21 years ago
- 183402a Added initial design for the llvm.readio and llvm.writeio intrinsics. by John Criswell · 21 years ago
- 4457dc9 Fixed some spelling. by John Criswell · 21 years ago
- 7123e27 Modified the prototypes of the llvm.readport and llvm.writeport intrinsics by John Criswell · 21 years ago
- cfd3bac Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 21 years ago
- f74d5c7 Update getelementptr instruction description by Chris Lattner · 21 years ago
- 6794d92 Fixed grammar typo. by John Criswell · 21 years ago
- cc37aae Cleanup the cast section, add the select instruction by Chris Lattner · 21 years ago
- 9ee5d22 Remove the comment "Constants must always have an initial value.", which by Chris Lattner · 21 years ago
- daa4cb0 HTML 4.01 Strict compliance. by Misha Brukman · 21 years ago
- 6e4ca61 Fixed minor typos. by John Criswell · 21 years ago
- c88c17b Wow, the description of the 'switch' instruction was out of date. by Chris Lattner · 21 years ago
- 50c372b fix typeo by Chris Lattner · 21 years ago
- 1061064 Document new intrinsics by Chris Lattner · 21 years ago
- 3301ced Be a bit more specific about what the alignment value means and the restrictions on it by Chris Lattner · 21 years ago
- 0eb51b4 Add support for the llvm.memmove intrinsic. by Chris Lattner · 21 years ago
- 33aec9e Document the llvm.memcpy intrinsic. Clean up some of the formatting of other by Chris Lattner · 21 years ago
- 8ff7590 Add links to SLD from the LangRef.html doc by Chris Lattner · 21 years ago
- 009900b Fixed a small grammatical error. by John Criswell · 21 years ago
- 261efe9 checkin reid's docpatch by Chris Lattner · 21 years ago
- 23e1492 Fixed another minor grammatical error. by John Criswell · 21 years ago
- 2436eda Minor grammatical and punctuation corrections. by John Criswell · 21 years ago
- 9d0919f First pass at cleaning up LangRef.html: stylesheet-ification, consistent by Misha Brukman · 21 years ago
- c7f1cfb Fix typo by Chris Lattner · 21 years ago
- 478921b Clarify that all manipulatable values must be of first class type, and specifically by Chris Lattner · 21 years ago
- 0f6d7c0 Merged in RELEASE_1. by John Criswell · 21 years ago
- 2c1bbd8 Hrm, for some reason, my fingers like typing va_begin. Weird by Chris Lattner · 21 years ago
- 8d1a81d Update for new varargs support by Chris Lattner · 21 years ago
- 25839f0 Add documentation for weak variables by Chris Lattner · 21 years ago
- f065107 Add info about volatile loads/stores by Chris Lattner · 21 years ago
- 43c2eb7 Final cleanups, document is good to go by Chris Lattner · 21 years ago
- 27f71f2 Add a WHOLE lot of updates clarifications and fixes. This is not done but getting closer. I changed the docs to reflect the goal of making unwind an instruction, not an intrinsic. by Chris Lattner · 21 years ago
- fde246a hyphenation police visited here by Chris Lattner · 21 years ago
- b3ceec2 Document the llvm.unwind intrinsic. by Chris Lattner · 21 years ago