- 8ebd7f9 * Remove duplicated table of contents for a section and at the top level by Misha Brukman · 19 years ago
- 004ba03 Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS by Reid Spencer · 19 years ago
- 3df241e Move the vector instructions to their own subsection. by Chris Lattner · 19 years ago
- 1eeeb0c Wrap long lines, fix verification error by Chris Lattner · 19 years ago
- 1bb8d30 use the right escapes by Chris Lattner · 19 years ago
- c198954 Description for the new shufflevector instruction I'm adding. by Chris Lattner · 19 years ago
- 30c495e Misunderstanding. by Jim Laskey · 19 years ago
- cf9db4a Typo. by Jim Laskey · 19 years ago
- 5f4eaa5 Clarity. by Jim Laskey · 19 years ago
- f8e78f0 Adding other platforms. by Jim Laskey · 19 years ago
- a2dee01 Add note for Mac OS X developers. by Jim Laskey · 19 years ago
- 2d395d9 Fixed some grammer and spelling. by Jim Laskey · 19 years ago
- b3e7afd Fix a typo, thanks to Gabor Greif by Chris Lattner · 19 years ago
- 9a0c955 Remove a spurious <table> tag. by Reid Spencer · 19 years ago
- cbe3a78 Add llvm-config to the index. by Reid Spencer · 19 years ago
- 72c4125 Documentation for llvm-config by Eric Kidd. by Reid Spencer · 19 years ago
- 108a638 Correction of stoppoint arguments. by Jim Laskey · 19 years ago
- 383e009 Updated information related to local variables and scopes. by Jim Laskey · 19 years ago
- 7df8e26 Add HowToReleaseLLVM.html. by Reid Spencer · 19 years ago
- cf427e8 A very early, rough draft of a guide to making public releases for LLVM. by Reid Spencer · 19 years ago
- 6c8a2f1 Wrap long lines, remove unnecessarily empty lines. by Reid Spencer · 19 years ago
- d465126 Document ENABLE_ASSERTIONS=1 by Chris Lattner · 19 years ago
- 64f9930 Fix a typo. by Reid Spencer · 19 years ago
- 623751f Fix a typo Eric van Riet Paap noticed by Chris Lattner · 19 years ago
- 3d11bee Update doc to reflect changes in subprogram and block descriptors. by Jim Laskey · 19 years ago
- 230bd09 Fixed a typo in the vsetfp examples. by Robert Bocchino · 19 years ago
- 8949de2 Split the 'vset' instruction into two instructions, 'vsetint' and by Robert Bocchino · 19 years ago
- 80626e9 Update this to match the documentation in the GC doc and to match actual by Chris Lattner · 19 years ago
- 4d9b10b Reflect the fact that empty strings can be expressed as null. by Jim Laskey · 19 years ago
- cec12a5 Bring debugging information up to date. by Jim Laskey · 19 years ago
- cd143fc Change docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
- 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
- f3ad36c Adding an intrinsic is simpler still. by Chris Lattner · 19 years ago
- 06383e9 Simpler still by Chris Lattner · 19 years ago
- c92dba2 Intrinsic adding is a little bit simpler now by Chris Lattner · 19 years ago
- f0afc2c Spec change: the size of a memset/memcpy/memmove is not required to be aligned by Chris Lattner · 19 years ago
- c5d658a mention some major changes by Chris Lattner · 19 years ago
- 41edaa0 remove the read/write port/io intrinsics. by Chris Lattner · 19 years ago
- 5b310c3 Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent split by Chris Lattner · 19 years ago
- 7718658 Match the case of other mailing lists in the list by Chris Lattner · 19 years ago
- 1914bf1 document the llvm-testresults list by Chris Lattner · 19 years ago
- 7b81c75 Added documentation for vset and vselect. by Robert Bocchino · 19 years ago
- 7e8443f Mention that delta can be used to reduce some Front-end problems. by Chris Lattner · 19 years ago
- ed51a0f Add SRoA to the lexicon. Patch by Marco Matthies! by Chris Lattner · 19 years ago
- 23c5b3c Encourage use of the V8 ABI over the V9 ABI. by Chris Lattner · 19 years ago
- 029e844 This document is out of date. :( by Chris Lattner · 19 years ago
- 58504a6 V8 -> Sparc by Chris Lattner · 19 years ago
- 1faf544 Remove FAKE_SOURCES by Chris Lattner · 19 years ago
- e87d653 document the syntax of inline asm by Chris Lattner · 19 years ago
- 591d049 update the bytecode format guide for the encoding of inline asm. by Chris Lattner · 19 years ago
- 52599e1 minor syntax change by Chris Lattner · 19 years ago
- 45f5051 Update for file-scope inline asm by Chris Lattner · 19 years ago
- 4e9aba7 document module-level inline asm support. by Chris Lattner · 19 years ago
- ec6cb61 like bswap, the ct* intrinsics require unsigned operands by Chris Lattner · 19 years ago
- 8a886be Consistency by Chris Lattner · 19 years ago
- 7c89855 There is no llvm.bswap.i8, need at least 2 bytes to swap. by Reid Spencer · 19 years ago
- 0b11820 For PR411: by Reid Spencer · 19 years ago
- b5f6e25 Add a couple very minor tweaks by Chris Lattner · 19 years ago
- 099d76c Fix up 'adding an intrinsic' section a bit, first draft of 'adding a new by Nate Begeman · 19 years ago
- 15dd16e PRE is no more by Chris Lattner · 19 years ago
- 05ccd70 Added spec for insertelement operation. by Robert Bocchino · 19 years ago
- 2f86c22 Fix the instructions for adding an intrinsic. by Nate Begeman · 19 years ago
- 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
- 3cf817d Fixed a typo; "= 1" was missing. by Robert Bocchino · 19 years ago
- 3a55866 Added the spec for the new "extractelement" instruction. by Robert Bocchino · 19 years ago
- 4896c5d Update list of supported bisons. by Jeff Cohen · 19 years ago
- 05d5c9d update usage of -print-alias-sets by Chris Lattner · 19 years ago
- b0bff9e Add a section about using namespaces. by Chris Lattner · 19 years ago
- fa8dab4 Document the new -post-link-opts option. by Reid Spencer · 19 years ago
- 9d57b4d Document the new --enable-debug-runtime configure option. by Reid Spencer · 19 years ago
- f495536 rename options by Chris Lattner · 19 years ago
- 4f501bf Document -mcpu -mattr -triple by Chris Lattner · 19 years ago
- aef8c64 attribute((used)) is now supported by Chris Lattner · 19 years ago
- e266731 Add a link to the doxygen tarball by Chris Lattner · 19 years ago
- 889bc47 copy the doxygen tarball into the HTML directory after building it by Chris Lattner · 19 years ago
- 59f7f21 Add "SCC" to the lexicon. Patch provided by Marco Matthies, thanks! by Chris Lattner · 19 years ago
- 0b1010e Fixed a punctuation error. by John Criswell · 19 years ago
- ac5bb69 Use std:: where appropriate by Chris Lattner · 19 years ago
- d07c3f4 Fix some typos noticed by Gabor Greif! by Chris Lattner · 19 years ago
- 94f3d1a this file moved by Andrew Lenharth · 19 years ago
- 47746aa typeo by Chris Lattner · 19 years ago
- 767d6ba Describe section name encoding 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
- c30c5c7 Rip out 1.6ness, bump version # to 1.7cvs by Chris Lattner · 19 years ago
- c0c186d Merged from RELEASE_16. by John Criswell · 19 years ago
- 2cbdc45 document alignment on globals, functions, and allocation instructions. by Chris Lattner · 19 years ago
- 52942b5 Minor correction by Chris Lattner · 19 years ago
- afedcb3 describe extensions to the .bc format for function/global alignment by Chris Lattner · 19 years ago
- 49b1602 enumerate non-standard argument encoding cases, such as alignment info for by Chris Lattner · 19 years ago
- f97fa59 rearrange some info about the instruction encoding by Chris Lattner · 19 years ago
- f254836 Fix mac os spelling by Chris Lattner · 19 years ago
- c5851d4 Add more bison versions, thanks to Vladimir by Chris Lattner · 19 years ago