- f2b5e6e GCC4 + IA64 = badnews by Chris Lattner · 19 years ago
- eff29ab ctlz = most signficant bits, cttz = least sig by Chris Lattner · 19 years ago
- 98a493c add a sparcv8 section, make this validate by Chris Lattner · 19 years ago
- b38da0f more edits, add anchors by Chris Lattner · 19 years ago
- 1b592f0 edits to the simplify-libcalls element, move it higher in the list. by Chris Lattner · 19 years ago
- a4faa4a add generated code by Chris Lattner · 19 years ago
- 5934de7 Make note of the -simplify-libcalls pass. by Reid Spencer · 19 years ago
- 8a45876 Substantial edits for the release notes. by Chris Lattner · 19 years ago
- f5a5a6c add x86-64 abi by Chris Lattner · 19 years ago
- 50ffe0c * Truncate a long line. by Reid Spencer · 19 years ago
- 01f40b3 mention the C++ exception problems on alpha by Andrew Lenharth · 19 years ago
- 2e36d6e add a bit about the known problems on IA64 by Duraid Madina · 19 years ago
- 120bc6d minor changes by Chris Lattner · 19 years ago
- a5a4f26 user ops are not encoded in the bc format by Chris Lattner · 19 years ago
- a568177 Document the pseudo-instruction opcodes in opcode range 56-63. These are by Reid Spencer · 19 years ago
- c1f786c Minor fixup of typos. by John Criswell · 19 years ago
- 678cfa9 Removed PPC Linux support, as no one seems to have used it yet. by John Criswell · 19 years ago
- af94d58 Add a note about SPARC V8. by John Criswell · 19 years ago
- d0c4a76 Minor fixes. by John Criswell · 19 years ago
- 9321fa8 Added some missing platforms. Fixed some wording to be more accurate (I hope). by John Criswell · 19 years ago
- 0c8a9a1 More typo and wording fixes. by John Criswell · 19 years ago
- dbb8585 Add reassociation, minor cleanups. by Chris Lattner · 19 years ago
- 0159698 close off B< tag by Chris Lattner · 19 years ago
- f2b0a90 remove htmlisms by Chris Lattner · 19 years ago
- ebb9fef fix typo by Chris Lattner · 19 years ago
- f494e72 note how to disable inlining by Chris Lattner · 19 years ago
- 0a3aac2 fix link to llvm-ar by Chris Lattner · 19 years ago
- a6bf38a these don't use passes by Chris Lattner · 19 years ago
- 4abf2fe this detail is not needed here by Chris Lattner · 19 years ago
- 1e6df2e update this manual by Chris Lattner · 19 years ago
- c6e32eb Minor corrections and clarifications. by John Criswell · 19 years ago
- b0aad7a Shameless update of copyright years. 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
- 5eb9f0d update this to reflect the new selection daggy world by Chris Lattner · 19 years ago
- 590cff3 don't duplicate information, particularly when it's out of date! by Chris Lattner · 19 years ago
- c74fd7a Remove vim modeline; this should go into ~/.vimrc by Misha Brukman · 19 years ago
- bff8cc4 Remove vim modeline, this belongs in ~/.vimrc by Misha Brukman · 19 years ago
- c43d914 Consistently surround `cl::' code structures with <b> and <tt> to make them by Misha Brukman · 19 years ago
- e8714af note HP-UX support by Duraid Madina · 20 years ago
- 7516255 Updated the list of code generators for LLVM 1.5. by John Criswell · 20 years ago
- 838bce5 Little corrections. by John Criswell · 20 years ago
- e0c1317 Fix bug noticed by Tzu-Chien Chiu, thanks! by Chris Lattner · 20 years ago
- 7939b78 add note about bit builtins newly supported by Chris Lattner · 20 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
- 68fb553 Correct the descriptions of WHILE...END and RROT. Thanks to Lalo Martins by Reid Spencer · 20 years ago
- 7ba1ea5 fixup argument by Andrew Lenharth · 20 years ago
- ec370fd initial descriptions of count intrinsics by Andrew Lenharth · 20 years ago
- 30a1f8f note the vararg change, and other stuff by Andrew Lenharth · 20 years ago
- a7e302a Mention that arguments to functions must be first class types. by Reid Spencer · 20 years ago
- c915108 no parens by Chris Lattner · 20 years ago
- 695b78b update some paths by Chris Lattner · 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
- 14fc5c1 Added question about turning off all optimizations. I think this has been asked once or twice. by Tanya Lattner · 20 years ago
- 69c11bb document 'opaque' types by Chris Lattner · 20 years ago
- 0f876db Add feedback from Vikram by Chris Lattner · 20 years ago
- fd84c2d fix some bugs by Chris Lattner · 20 years ago
- ad1f0cd Make this readable for newbies and those who can only understand one set of by Reid Spencer · 20 years ago
- 4e8458d extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 20 years ago
- 55f9501 Types.def is going away by Chris Lattner · 20 years ago
- f1b200b add a bunch of documentation about the LLVM type resolution machinery by Chris Lattner · 20 years ago
- d9d6e10 make an advanced topics section, move symtab to it by Chris Lattner · 20 years ago
- 61cba49 This is not needed by Chris Lattner · 20 years ago
- 86d9b4c add a search box for the documentation by Chris Lattner · 20 years ago
- 2ebdb53 Mention the --enable-targets= option to configure. by Reid Spencer · 20 years ago
- cfa87bc Hyphenate the adjective `n-bit' when used to describe values and processors by Misha Brukman · 20 years ago
- 2dedcf5 Document the --enable-targets= feature of the configure script. by Reid Spencer · 20 years ago
- 53f72b3 remove 'another common example', which doesn't work with VC++, and indent by Chris Lattner · 20 years ago
- 94c8fb4 There is no =head3. Convert to =head2. by Reid Spencer · 20 years ago
- d9dd326 Correct the documentation to match the program. by Reid Spencer · 20 years ago
- 01d7139 Fix some broken links, taking care of PR554 by Chris Lattner · 20 years ago
- 4c376ea update to match build changes. by Chris Lattner · 20 years ago
- f79e57e Bug fixed by Chris Lattner · 20 years ago
- 109d9e8 * Put command-line switches and function names in <tt> by Misha Brukman · 20 years ago
- 81dbf44 Add section for Itanium by Duraid Madina · 20 years ago
- 2c5b1d2 * Add section for Alpha * Remove extraneous subsections 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
- 89976ff We shall have IA64 as a new experimental backend released with LLVM 1.5 by Misha Brukman · 20 years ago
- 77d6924 methods removed. by Chris Lattner · 20 years ago
- 89cc265 switch from a* to arg_* and g* to global_* for argument/global var iterators by Chris Lattner · 20 years ago
- 38d3828 Move link to GCC prefetch info here, since it's gone from Open Projects page by Misha Brukman · 20 years ago
- d03b3bc prefetch is now supported. by Chris Lattner · 20 years ago
- f75c4b4 Sprinkle code examples and command-line interaction examples with some style by Misha Brukman · 20 years ago
- fc1a27b * Add directions to send output of nightly test script to llvm-testresults@cs by Misha Brukman · 20 years ago
- ca0a909 Clarify inability to generate assembly, and note that VC++ Express works. by Jeff Cohen · 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
- 55c0461 cleanup some html by Chris Lattner · 20 years ago
- 7fd5dee These methods are removed. by Chris Lattner · 20 years ago
- 00b95c3 Fix HTML-4.01 Strict compliance by Misha Brukman · 20 years ago
- 98558ae Use a colon instead of a period since we're introducing a command list by Misha Brukman · 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
- d793454 Adam Treat implemented this :) by Chris Lattner · 20 years ago
- f8b235d A few small steps toward HTML 4.01 Strict compliance. by Reid Spencer · 20 years ago