| Commit message (Expand) | Author | Age | Files | Lines |
* | PR3485, document alignment on byref. | Chris Lattner | 2009-02-05 | 1 | -1/+4 |
* | Improve -fno-opt style option processing to not require an extra | Mike Stump | 2009-02-02 | 1 | -1/+15 |
* | validation error fix. | Chris Lattner | 2009-02-02 | 1 | -2/+0 |
* | Document type upreferences (PR3380), patch by Stein Roger Skafløtten | Chris Lattner | 2009-02-02 | 1 | -1/+53 |
* | Each input file is encoded as a separate compile unit in LLVM debugging | Devang Patel | 2009-01-30 | 1 | -0/+9 |
* | SDOperand has been renamed to SDValue. SDNode::Val is now | Dan Gohman | 2009-01-28 | 1 | -14/+14 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 2 | -6/+8 |
* | Update the generated docs. | Mikhail Glushenkov | 2009-01-28 | 1 | -28/+45 |
* | Add some documentation for address-space-based access to the segment registers. | Nate Begeman | 2009-01-26 | 1 | -1/+22 |
* | Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?" | Dan Gohman | 2009-01-25 | 1 | -12/+22 |
* | Add more documentation mentioning the limitations due to PR2660. | Dan Gohman | 2009-01-24 | 1 | -2/+31 |
* | Add a few more notes about LLVM IR features that codegen doesn't | Dan Gohman | 2009-01-22 | 1 | -0/+12 |
* | Mimic gcc behaviour with regard to response files. | Mikhail Glushenkov | 2009-01-21 | 1 | -0/+16 |
* | Support for multi-valued options in CommandLine | Mikhail Glushenkov | 2009-01-16 | 1 | -0/+11 |
* | Grammar fix. | Duncan Sands | 2009-01-16 | 1 | -1/+1 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -5/+12 |
* | Some small documentation fixes. | Mikhail Glushenkov | 2009-01-15 | 1 | -11/+12 |
* | Clarify the documentation a bit. | Mikhail Glushenkov | 2009-01-15 | 1 | -7/+12 |
* | Document several current CodeGen limitations in LangRef.html. | Dan Gohman | 2009-01-12 | 1 | -0/+12 |
* | The LLVM Assembly Language Reference incorrectly stated that the | Dan Gohman | 2009-01-12 | 1 | -2/+2 |
* | Fix the instructions to work even when PATH does not contain ".". | Dan Gohman | 2009-01-12 | 1 | -1/+1 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | remove some dead options. | Chris Lattner | 2009-01-12 | 1 | -10/+1 |
* | Implement PR3313, and while I'm at it address a very FAQ. | Chris Lattner | 2009-01-11 | 1 | -2/+38 |
* | Fix the example syntax for named sections. | Dan Gohman | 2009-01-11 | 1 | -1/+1 |
* | Add a --check-graph option to llvmc. | Mikhail Glushenkov | 2009-01-09 | 2 | -0/+16 |
* | Get rid of the tagging functions and use PointerIntPair. | Gabor Greif | 2009-01-05 | 1 | -8/+9 |
* | A few more whitespace tidyments. | Dan Gohman | 2009-01-04 | 1 | -7/+7 |
* | Tidy whitespace. | Dan Gohman | 2009-01-04 | 1 | -8/+8 |
* | * Wrap command line flag in <tt> | Misha Brukman | 2009-01-03 | 1 | -3/+7 |
* | So *this* is where all the trailing whitespace in file header comments come | Misha Brukman | 2009-01-02 | 1 | -2/+2 |
* | lex and bison aren't needed to build llvm anymore. | Chris Lattner | 2009-01-02 | 4 | -31/+2 |
* | new non-ambiguous syntax. | Chris Lattner | 2009-01-02 | 1 | -1/+1 |
* | CMake: Added some VC++ specific info to CMake.html. | Oscar Fuentes | 2008-12-31 | 1 | -3/+41 |
* | * Updated TOC and fixed named anchors | Misha Brukman | 2008-12-29 | 1 | -14/+10 |
* | Minimize the width of the notes region: it will end where the text ends, if the | Misha Brukman | 2008-12-29 | 1 | -1/+1 |
* | Simplified marking code regions with a single <pre> rather than | Misha Brukman | 2008-12-29 | 1 | -50/+46 |
* | Center the legal note to give it even padding on left and right, and make it | Misha Brukman | 2008-12-29 | 1 | -3/+3 |
* | Cleanup: clarify llvm-gcc version and package name. | Misha Brukman | 2008-12-29 | 1 | -7/+7 |
* | Clarify a bit. Based on feedback by Talin. | Duncan Sands | 2008-12-29 | 1 | -20/+21 |
* | Resubmit support for the 'nocapture' attribute. | Nick Lewycky | 2008-12-19 | 1 | -3/+9 |
* | Recommit this grammar fix that was backed out along with nocapture. | Nick Lewycky | 2008-12-18 | 1 | -5/+5 |
* | Simplified marking code regions -- no need to use <div> to surround <pre> tags. | Misha Brukman | 2008-12-17 | 1 | -38/+18 |
* | Instead of referring to the license file in the 2.3 release, refer to the | Misha Brukman | 2008-12-17 | 1 | -1/+1 |
* | Added mention of the RELEASE_24 tag for the 2.4 release. | Misha Brukman | 2008-12-17 | 1 | -1/+2 |
* | Update also the generated docs. | Mikhail Glushenkov | 2008-12-17 | 1 | -1/+6 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 2 | -14/+8 |
* | * Comply with HTML 4.01 Strict | Misha Brukman | 2008-12-16 | 2 | -44/+86 |
* | * Comply with HTML 4.01 Strict standard | Misha Brukman | 2008-12-16 | 1 | -22/+22 |
* | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 2 | -8/+14 |