| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Grammar fix. | Duncan Sands | 2009-01-16 | 1 | -1/+1 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -5/+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 |
* | 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 |
* | A few more whitespace tidyments. | Dan Gohman | 2009-01-04 | 1 | -7/+7 |
* | Tidy whitespace. | Dan Gohman | 2009-01-04 | 1 | -8/+8 |
* | new non-ambiguous syntax. | Chris Lattner | 2009-01-02 | 1 | -1/+1 |
* | Resubmit support for the 'nocapture' attribute. | Nick Lewycky | 2008-12-19 | 1 | -3/+9 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -9/+3 |
* | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 1 | -3/+9 |
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
* | Added a little more information that vector shifts require vector shift amount. | Mon P Wang | 2008-12-10 | 1 | -4/+9 |
* | Fix getNode to allow a vector for the shift amount for shifts of vectors. | Mon P Wang | 2008-12-09 | 1 | -0/+3 |
* | Fixed HTML closing tag, cleaned up some spacing. | Misha Brukman | 2008-11-27 | 1 | -2/+2 |
* | Small formatting change. | Bill Wendling | 2008-11-26 | 1 | -4/+4 |
* | Update to explain how ssp and sspreq attributes override each other. | Bill Wendling | 2008-11-26 | 1 | -5/+14 |
* | Fix a few HTML tidiness issues. | Dan Gohman | 2008-11-24 | 1 | -1/+1 |
* | NULL, unique pointers from malloc(0), and freed pointers are legal values for | Torok Edwin | 2008-11-24 | 1 | -1/+3 |
* | Seriously strengthen the guarantee offered by noalias on a function's return | Nick Lewycky | 2008-11-24 | 1 | -3/+3 |
* | Extend the 'noalias' attribute to function return values. This is intended to | Nick Lewycky | 2008-11-24 | 1 | -5/+6 |
* | Fixed named anchor for llvm.stackprotector intrinsic. | Misha Brukman | 2008-11-22 | 1 | -1/+1 |
* | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner | 2008-11-21 | 1 | -0/+18 |
* | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling | 2008-11-21 | 1 | -18/+0 |
* | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta | 2008-11-21 | 1 | -0/+18 |
* | - Move the stackprotector intrinsic to the general section. | Bill Wendling | 2008-11-19 | 1 | -56/+39 |
* | Documentation for the llvm.stackprotector intrinsic. | Bill Wendling | 2008-11-18 | 1 | -17/+70 |
* | Update docs for ssp and sspreq function attributes. | Bill Wendling | 2008-11-13 | 1 | -0/+12 |
* | Added support for the following definition of shufflevector | Mon P Wang | 2008-11-10 | 1 | -7/+13 |
* | Prevent assert when using '"' in names (via hexadecimal). | Daniel Dunbar | 2008-10-14 | 1 | -2/+3 |
* | Fix missing end tags and invalid HTML entity syntax. | Dan Gohman | 2008-10-14 | 1 | -53/+58 |
* | Add a missing close-tag. | Dan Gohman | 2008-10-14 | 1 | -0/+1 |
* | fix some crazily long lines. | Chris Lattner | 2008-10-13 | 1 | -5/+12 |
* | Improve the description on the getelementptr instruction. It should now better | Matthijs Kooijman | 2008-10-13 | 1 | -18/+24 |
* | fix typo | Chris Lattner | 2008-10-08 | 1 | -1/+1 |
* | Improve function definition, call and invoke instruction docs. | Devang Patel | 2008-10-07 | 1 | -5/+12 |
* | Add two forgotten </i>'s. | Matthijs Kooijman | 2008-10-07 | 1 | -2/+2 |
* | Update function attributes docs. | Devang Patel | 2008-10-06 | 1 | -9/+37 |
* | Clarify the relationship between byval and readonly/ | Duncan Sands | 2008-10-06 | 1 | -15/+20 |
* | A word got optimized out, thanks to Duncan for pointing this out | Chris Lattner | 2008-10-05 | 1 | -1/+1 |
* | Update the documentation for first-class aggregates changes, | Dan Gohman | 2008-10-04 | 1 | -70/+20 |
* | add a note about inline asm | Chris Lattner | 2008-10-04 | 1 | -1/+2 |
* | improve description of param/ret attrs | Chris Lattner | 2008-10-04 | 1 | -10/+14 |
* | improve descriptions of function attrs | Chris Lattner | 2008-10-04 | 1 | -21/+27 |
* | notes are gone. | Chris Lattner | 2008-10-04 | 1 | -2/+1 |
* | Fix grammar. | Devang Patel | 2008-09-29 | 1 | -1/+1 |
* | Fix sentence. | Devang Patel | 2008-09-29 | 1 | -1/+1 |