- 6cd7498 Update this text for first-class aggregates. by Nick Lewycky · 16 years ago
- e05b6f1 Fix typo. Found by William Moss. by Bill Wendling · 16 years ago
- 0186250 document ilist_traits by Gabor Greif · 16 years ago
- 2946d1c Expand a bit on iplist. If you are more expert on this class, please review! by Gabor Greif · 16 years ago
- 3899e49 update ilist documentation and add some blurb on ilist_node by Gabor Greif · 16 years ago
- a1ae094 update year by Gabor Greif · 16 years ago
- 8b3894c Update release notes for static analyzer. by Ted Kremenek · 16 years ago
- ab68e9e drop some un-edited text for pure and ldc in here. by Chris Lattner · 16 years ago
- a15dc03 Remove libtool. by Nick Lewycky · 16 years ago
- 1139899 pic16 notes from Sanjiv. Just dumped in for now, will rearrange later. by Chris Lattner · 16 years ago
- c1771e3 final random and incoherent notes after making it through all the commits. by Chris Lattner · 16 years ago
- d838fcd more notes. by Chris Lattner · 16 years ago
- 75e26ca add some notes from Nicolas G. by Chris Lattner · 16 years ago
- 326a498 Flesh out the Ada section a little. by Duncan Sands · 16 years ago
- 50723a9 The C backend does not support arbitrary precision integers. by Duncan Sands · 16 years ago
- 07636ea Note on new type legalizer. by Duncan Sands · 16 years ago
- 8524cb9 Add note on support for arbitrary precision integers. by Duncan Sands · 16 years ago
- 99f375b more notes. by Chris Lattner · 16 years ago
- 74c80df random notes by Chris Lattner · 16 years ago
- d9f66e6 Recommend against using Gold to build LLVM. by Nick Lewycky · 16 years ago
- 1f85986 don't know if there is a vmkit release to match 2.5 by Chris Lattner · 16 years ago
- f40c40b update clang section by Chris Lattner · 16 years ago
- 38ab04c rip out llvm 2.4 details to make room for 2.5 by Chris Lattner · 16 years ago
- 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 16 years ago
- b6a7d25 Demonstrate the act of including multiple space-separated parameter attributes, by Nick Lewycky · 16 years ago
- bd5e5a8 Edit description of floating point constants to by Dale Johannesen · 16 years ago
- cfbcd59 Answer a common FAQ: by Dan Gohman · 16 years ago
- 3060f5b fix typo, patch by Jonathan Brandmeyer! by Chris Lattner · 16 years ago
- 7c77089 mention rdynamic, PR3431, patch by Stein Roger Skafløtten! by Chris Lattner · 16 years ago
- 41b485c Document llvm.umul.with.overflow indicating that it's badly broken and not intended for use. by Bill Wendling · 16 years ago
- e220e8c I can't type today apparently. by Chris Lattner · 16 years ago
- 0562029 fix typo by Chris Lattner · 16 years ago
- 0fd4a27 document pointer type constraints, PR3513 by Chris Lattner · 16 years ago
- da01af7 Fixes from feedback. by Bill Wendling · 16 years ago
- ac1df8e Document the 'llvm.OP.with.overflow' intrinsics. by Bill Wendling · 16 years ago
- ce459b1 PR3485, document alignment on byref. by Chris Lattner · 16 years ago
- d64e0eb Improve -fno-opt style option processing to not require an extra by Mike Stump · 16 years ago
- ef56ce1 validation error fix. by Chris Lattner · 16 years ago
- 242d61d Document type upreferences (PR3380), patch by Stein Roger Skafløtten by Chris Lattner · 16 years ago
- dd9db66 by Devang Patel · 16 years ago
- 50ef90d SDOperand has been renamed to SDValue. SDNode::Val is now by Dan Gohman · 16 years ago
- 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 16 years ago
- 5303c75 Update the generated docs. by Mikhail Glushenkov · 16 years ago
- 3450984 Add some documentation for address-space-based access to the segment registers. by Nate Begeman · 16 years ago
- d5b455f Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?" by Dan Gohman · 16 years ago
- d8791e5 Add more documentation mentioning the limitations due to PR2660. by Dan Gohman · 16 years ago
- c766f72 Add a few more notes about LLVM IR features that codegen doesn't yet support. by Dan Gohman · 16 years ago
- 1421b7b Mimic gcc behaviour with regard to response files. by Mikhail Glushenkov · 16 years ago
- 7059d47 Support for multi-valued options in CommandLine by Mikhail Glushenkov · 16 years ago
- 81d05c2 Grammar fix. by Duncan Sands · 16 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
- f9b1d79 Some small documentation fixes. by Mikhail Glushenkov · 16 years ago
- 564b75a Clarify the documentation a bit. by Mikhail Glushenkov · 16 years ago
- f3e60bd Document several current CodeGen limitations in LangRef.html. by Dan Gohman · 16 years ago
- 7956412 The LLVM Assembly Language Reference incorrectly stated that the by Dan Gohman · 16 years ago
- 30e5e55 Fix the instructions to work even when PATH does not contain ".". by Dan Gohman · 16 years ago
- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
- 734660a remove some dead options. by Chris Lattner · 16 years ago
- e7886e4 Implement PR3313, and while I'm at it address a very FAQ. by Chris Lattner · 16 years ago
- 398873c Fix the example syntax for named sections. by Dan Gohman · 16 years ago
- f8c430b Add a --check-graph option to llvmc. by Mikhail Glushenkov · 16 years ago
- fd095b6 Get rid of the tagging functions and use PointerIntPair. by Gabor Greif · 16 years ago
- 81e2167 A few more whitespace tidyments. by Dan Gohman · 16 years ago
- 2a08c53 Tidy whitespace. by Dan Gohman · 16 years ago
- b0fa430 * Wrap command line flag in <tt> * Wrapped long lines in code section by Misha Brukman · 16 years ago
- 98117cd So *this* is where all the trailing whitespace in file header comments come by Misha Brukman · 16 years ago
- 01bb8b0 lex and bison aren't needed to build llvm anymore. by Chris Lattner · 16 years ago
- 0c7b39f new non-ambiguous syntax. by Chris Lattner · 16 years ago
- 0c91373 CMake: Added some VC++ specific info to CMake.html. by Oscar Fuentes · 16 years ago
- 8722a2c * Updated TOC and fixed named anchors * Simplified section header marking by Misha Brukman · 16 years ago
- 9e6b68d Minimize the width of the notes region: it will end where the text ends, if the by Misha Brukman · 16 years ago
- 0427f7a Simplified marking code regions with a single <pre> rather than by Misha Brukman · 16 years ago
- 740e3db Center the legal note to give it even padding on left and right, and make it by Misha Brukman · 16 years ago
- ccd0295 Cleanup: clarify llvm-gcc version and package name. by Misha Brukman · 16 years ago
- 6531d47 Clarify a bit. Based on feedback by Talin. by Duncan Sands · 16 years ago
- f23d0d3 Resubmit support for the 'nocapture' attribute. by Nick Lewycky · 16 years ago
- 78eb804 Recommit this grammar fix that was backed out along with nocapture. by Nick Lewycky · 16 years ago
- a54d4b2 Simplified marking code regions -- no need to use <div> to surround <pre> tags. by Misha Brukman · 16 years ago
- b610655 Instead of referring to the license file in the 2.3 release, refer to the by Misha Brukman · 16 years ago
- 9474d01 Added mention of the RELEASE_24 tag for the 2.4 release. by Misha Brukman · 16 years ago
- 2d0484c Update also the generated docs. by Mikhail Glushenkov · 16 years ago
- 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
- 64722e5 * Comply with HTML 4.01 Strict by Misha Brukman · 16 years ago
- 96e0081 * Comply with HTML 4.01 Strict standard by Misha Brukman · 16 years ago
- e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
- 01557ce Clarify the meaning of the NoAlias response. The plan is to refer to this from by Nick Lewycky · 16 years ago
- 3c8da59 Fixed HTML validator warning. by Misha Brukman · 16 years ago
- 98a4ec7 CSS cleanup: by Misha Brukman · 16 years ago
- 23f522a Add a comment to the auto-generated docs. by Mikhail Glushenkov · 16 years ago
- 8cc8288 Merge llvm-rst.css and llvm.css. by Mikhail Glushenkov · 16 years ago
- 462886e Some more documentation tweaks. by Mikhail Glushenkov · 16 years ago
- d565203 More cosmetic tweaks for llvmc docs. by Mikhail Glushenkov · 16 years ago
- ff17b03 fix some incorrect links. by Chris Lattner · 16 years ago
- daae124 Man page update. by Mikhail Glushenkov · 16 years ago
- 9053154 Fix W3C validator errors. by Mikhail Glushenkov · 16 years ago
- 99a3a2c Use correct file for the llvmc tutorial. by Mikhail Glushenkov · 16 years ago
- 68319f8 Update the auto-generated llvmc documentation. by Mikhail Glushenkov · 16 years ago
- 66286e9 * Removed stray </p> tag * Whitespace cleanups by Misha Brukman · 16 years ago
- 2d33c54 * <div align=center> is not valid HTML 4.01 - removed alignment by Misha Brukman · 16 years ago
- f00ddb0 Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> by Misha Brukman · 16 years ago