summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-06
* Remove obsolete wording, the only exception a readnone function can throwChris Lattner2009-05-03
* be very explicit that readnone/readonly functions can'tChris Lattner2009-05-03
* Now that any size of integer indices are allowed for sequential types, remove...Sanjiv Gupta2009-04-27
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-26
* Fixed the gep example for i16 type indices.Sanjiv Gupta2009-04-25
* Fixed spaces and the getelementpointer example with i16 type indices.Sanjiv Gupta2009-04-24
* Allow i16 type indices to gep.Sanjiv Gupta2009-04-24
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Add some explanations of how apint loads and storesDuncan Sands2009-03-22
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* Clarify wording, patch by Stefanus Du Toit!Chris Lattner2009-03-09
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Fix grammaro.Bill Wendling2009-02-28
* don't use the word 'aggregate' with constants, it is confusing.Chris Lattner2009-02-28
* don't redescribe bitcast constraints in two places. It is not valid to Chris Lattner2009-02-28
* Update this text for first-class aggregates.Nick Lewycky2009-02-28
* Demonstrate the act of including multiple space-separated parameter attributes,Nick Lewycky2009-02-15
* Edit description of floating point constants toDale Johannesen2009-02-11
* fix typo, patch by Jonathan Brandmeyer!Chris Lattner2009-02-09
* Document llvm.umul.with.overflow indicating that it's badly broken and not in...Bill Wendling2009-02-08
* I can't type today apparently.Chris Lattner2009-02-08
* fix typoChris Lattner2009-02-08
* document pointer type constraints, PR3513Chris Lattner2009-02-08
* Fixes from feedback.Bill Wendling2009-02-08
* Document the 'llvm.OP.with.overflow' intrinsics.Bill Wendling2009-02-08
* PR3485, document alignment on byref.Chris Lattner2009-02-05
* validation error fix.Chris Lattner2009-02-02
* Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner2009-02-02
* Add more documentation mentioning the limitations due to PR2660.Dan Gohman2009-01-24
* Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman2009-01-22
* Grammar fix.Duncan Sands2009-01-16
* Add the private linkage.Rafael Espindola2009-01-15
* Document several current CodeGen limitations in LangRef.html.Dan Gohman2009-01-12
* The LLVM Assembly Language Reference incorrectly stated that theDan Gohman2009-01-12
* Implement PR3313, and while I'm at it address a very FAQ.Chris Lattner2009-01-11
* Fix the example syntax for named sections.Dan Gohman2009-01-11
* A few more whitespace tidyments.Dan Gohman2009-01-04
* Tidy whitespace.Dan Gohman2009-01-04
* new non-ambiguous syntax.Chris Lattner2009-01-02
* Resubmit support for the 'nocapture' attribute.Nick Lewycky2008-12-19
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-16
* Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky2008-12-15
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* Added a little more information that vector shifts require vector shift amount.Mon P Wang2008-12-10
* Fix getNode to allow a vector for the shift amount for shifts of vectors.Mon P Wang2008-12-09
* Fixed HTML closing tag, cleaned up some spacing.Misha Brukman2008-11-27
* Small formatting change.Bill Wendling2008-11-26