2009-06-12 |
Devang Patel | Document noredzone and noimplicitfloat function attributes. |
blob | commitdiff | raw |
2009-06-08 |
Daniel Dunbar | Document the stack alignment part of target data descri... |
blob | commitdiff | raw | diff to current |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Jay Foad | Document how phi and invoke instructions interact with... |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Nick Lewycky | Metadata uses metadata type not empty struct. |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Nick Lewycky | Give embedded metadata its own type instead of relying... |
blob | commitdiff | raw | diff to current |
2009-05-24 |
Nick Lewycky | Remove border around table used for layout. |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Dan Gohman | Add a note mentioning that uses of the return value... |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Nick Lewycky | Make MDNode use CallbackVH. Also change MDNode to store... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Chris Lattner | fix typo |
blob | commitdiff | raw | diff to current |
2009-05-08 |
Bill Wendling | Fix typo. |
blob | commitdiff | raw | diff to current |
2009-05-06 |
Duncan Sands | Allow readonly functions to unwind exceptions. Teach |
blob | commitdiff | raw | diff to current |
2009-05-03 |
Chris Lattner | Remove obsolete wording, the only exception a readnone... |
blob | commitdiff | raw | diff to current |
2009-05-03 |
Chris Lattner | be very explicit that readnone/readonly functions can't |
blob | commitdiff | raw | diff to current |
2009-04-27 |
Sanjiv Gupta | Now that any size of integer indices are allowed for... |
blob | commitdiff | raw | diff to current |
2009-04-26 |
Sanjiv Gupta | Any size of integral indices are allowed in gep for... |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Sanjiv Gupta | Fixed the gep example for i16 type indices. |
blob | commitdiff | raw | diff to current |
2009-04-24 |
Sanjiv Gupta | Fixed spaces and the getelementpointer example with... |
blob | commitdiff | raw | diff to current |
2009-04-24 |
Sanjiv Gupta | Allow i16 type indices to gep. |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Chris Lattner | Add a new "available_externally" linkage type. This... |
blob | commitdiff | raw | diff to current |
2009-04-04 |
Nick Lewycky | Add support for embedded metadata to LLVM. This introdu... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Duncan Sands | Add some explanations of how apint loads and stores |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Duncan Sands | It makes no sense to have a ODR version of common |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Duncan Sands | Remove the one-definition-rule version of extern_weak |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Chris Lattner | Clarify wording, patch by Stefanus Du Toit! |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Bill Wendling | Fix grammaro. |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Chris Lattner | don't use the word 'aggregate' with constants, it is... |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Chris Lattner | don't redescribe bitcast constraints in two places... |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Nick Lewycky | Update this text for first-class aggregates. |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Nick Lewycky | Demonstrate the act of including multiple space-separat... |
blob | commitdiff | raw | diff to current |
2009-02-11 |
Dale Johannesen | Edit description of floating point constants to |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Chris Lattner | fix typo, patch by Jonathan Brandmeyer! |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Bill Wendling | Document llvm.umul.with.overflow indicating that it... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Chris Lattner | I can't type today apparently. |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Chris Lattner | fix typo |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Chris Lattner | document pointer type constraints, PR3513 |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Bill Wendling | Fixes from feedback. |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Bill Wendling | Document the 'llvm.OP.with.overflow' intrinsics. |
blob | commitdiff | raw | diff to current |
2009-02-05 |
Chris Lattner | PR3485, document alignment on byref. |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Chris Lattner | validation error fix. |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Chris Lattner | Document type upreferences (PR3380), patch by Stein... |
blob | commitdiff | raw | diff to current |
2009-01-24 |
Dan Gohman | Add more documentation mentioning the limitations due... |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Dan Gohman | Add a few more notes about LLVM IR features that codege... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Duncan Sands | Grammar fix. |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Dan Gohman | Document several current CodeGen limitations in LangRef... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Dan Gohman | The LLVM Assembly Language Reference incorrectly stated... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Chris Lattner | Implement PR3313, and while I'm at it address a very... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Dan Gohman | Fix the example syntax for named sections. |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Dan Gohman | A few more whitespace tidyments. |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Dan Gohman | Tidy whitespace. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Chris Lattner | new non-ambiguous syntax. |
blob | commitdiff | raw | diff to current |
2008-12-19 |
Nick Lewycky | Resubmit support for the 'nocapture' attribute. |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Bill Wendling | Temporarily revert r61019, r61030, and r61040. These... |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Nick Lewycky | Introducing nocapture, a parameter attribute for pointe... |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Misha Brukman | Global replace of yellow W3C "valid HTML/CSS" icons... |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Mon P Wang | Added a little more information that vector shifts... |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Mon P Wang | Fix getNode to allow a vector for the shift amount... |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Misha Brukman | Fixed HTML closing tag, cleaned up some spacing. |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Bill Wendling | Small formatting change. |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Bill Wendling | Update to explain how ssp and sspreq attributes overrid... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Dan Gohman | Fix a few HTML tidiness issues. |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Torok Edwin | NULL, unique pointers from malloc(0), and freed pointer... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Nick Lewycky | Seriously strengthen the guarantee offered by noalias... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Nick Lewycky | Extend the 'noalias' attribute to function return value... |
blob | commitdiff | raw | diff to current |
2008-11-22 |
Misha Brukman | Fixed named anchor for llvm.stackprotector intrinsic. |
blob | commitdiff | raw | diff to current |
2008-11-21 |
Chris Lattner | reapply Sanjiv's patch to genericize memcpy/memset... |
blob | commitdiff | raw | diff to current |
2008-11-21 |
Bill Wendling | Revert r59802. It was breaking the build of llvm-gcc: |
blob | commitdiff | raw | diff to current |
2008-11-21 |
Sanjiv Gupta | Make mem[cpy,move,set] intrinsics overloaded. |
blob | commitdiff | raw | diff to current |
2008-11-19 |
Bill Wendling | - Move the stackprotector intrinsic to the general... |
blob | commitdiff | raw | diff to current |
2008-11-18 |
Bill Wendling | Documentation for the llvm.stackprotector intrinsic. |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Bill Wendling | Update docs for ssp and sspreq function attributes. |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Mon P Wang | Added support for the following definition of shufflevector |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Daniel Dunbar | Prevent assert when using '"' in names (via hexadecimal). |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Dan Gohman | Fix missing end tags and invalid HTML entity syntax. |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Dan Gohman | Add a missing close-tag. |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Chris Lattner | fix some crazily long lines. |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Matthijs Kooijman | Improve the description on the getelementptr instructio... |
blob | commitdiff | raw | diff to current |
2008-10-08 |
Chris Lattner | fix typo |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Devang Patel | Improve function definition, call and invoke instructio... |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Matthijs Kooijman | Add two forgotten </i>'s. |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Devang Patel | Update function attributes docs. |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Duncan Sands | Clarify the relationship between byval and readonly/ |
blob | commitdiff | raw | diff to current |
2008-10-05 |
Chris Lattner | A word got optimized out, thanks to Duncan for pointing... |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Dan Gohman | Update the documentation for first-class aggregates... |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Chris Lattner | add a note about inline asm |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Chris Lattner | improve description of param/ret attrs |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Chris Lattner | improve descriptions of function attrs |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Chris Lattner | notes are gone. |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Devang Patel | Fix grammar. |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Devang Patel | Fix sentence. |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Devang Patel | Implement function notes as function attributes. |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Dale Johannesen | Accept 'inreg' attribute on x86 functions as |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Duncan Sands | The "alias" keyword comes first. |
blob | commitdiff | raw | diff to current |
2008-09-09 |
Dan Gohman | Extend the vcmp/fcmp LLVM IR instructions to take vecto... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Dan Gohman | Bitcasting two or from aggregate types is not permitted... |
blob | commitdiff | raw | diff to current |
2008-09-07 |
Bill Wendling | Clean up CSS validator errors: 'Property align doesn... |
blob | commitdiff | raw | diff to current |
2008-09-07 |
Bill Wendling | Formatting changes. to make the information cleaner. |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Devang Patel | update. |
blob | commitdiff | raw | diff to current |
next |