aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-18/+117
* Document how phi and invoke instructions interact with SSA form.Jay Foad2009-06-031-3/+9
* Metadata uses metadata type not empty struct.Nick Lewycky2009-05-301-5/+5
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-10/+30
* Remove border around table used for layout.Nick Lewycky2009-05-241-11/+11
* Add a note mentioning that uses of the return value of an invokeDan Gohman2009-05-221-0/+4
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-0/+4
* fix typoChris Lattner2009-05-091-1/+1
* Fix typo.Bill Wendling2009-05-081-1/+1
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-061-8/+9
* Remove obsolete wording, the only exception a readnone function can throwChris Lattner2009-05-031-2/+2
* be very explicit that readnone/readonly functions can'tChris Lattner2009-05-031-2/+4
* Now that any size of integer indices are allowed for sequential types, remove...Sanjiv Gupta2009-04-271-3/+1
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-261-1/+1
* Fixed the gep example for i16 type indices.Sanjiv Gupta2009-04-251-1/+1
* Fixed spaces and the getelementpointer example with i16 type indices.Sanjiv Gupta2009-04-241-3/+3
* Allow i16 type indices to gep.Sanjiv Gupta2009-04-241-1/+4
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-131-2/+13
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+38
* Add some explanations of how apint loads and storesDuncan Sands2009-03-221-2/+15
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-5/+4
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-111-7/+5
* Clarify wording, patch by Stefanus Du Toit!Chris Lattner2009-03-091-5/+7
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-3/+18
* Fix grammaro.Bill Wendling2009-02-281-1/+1
* don't use the word 'aggregate' with constants, it is confusing.Chris Lattner2009-02-281-5/+7
* don't redescribe bitcast constraints in two places. It is not valid to Chris Lattner2009-02-281-9/+3
* Update this text for first-class aggregates.Nick Lewycky2009-02-281-3/+4
* Demonstrate the act of including multiple space-separated parameter attributes,Nick Lewycky2009-02-151-1/+1
* Edit description of floating point constants toDale Johannesen2009-02-111-3/+18
* fix typo, patch by Jonathan Brandmeyer!Chris Lattner2009-02-091-1/+1
* Document llvm.umul.with.overflow indicating that it's badly broken and not in...Bill Wendling2009-02-081-0/+54
* I can't type today apparently.Chris Lattner2009-02-081-1/+1
* fix typoChris Lattner2009-02-081-1/+1
* document pointer type constraints, PR3513Chris Lattner2009-02-081-0/+4
* Fixes from feedback.Bill Wendling2009-02-081-15/+27
* Document the 'llvm.OP.with.overflow' intrinsics.Bill Wendling2009-02-081-3/+259
* PR3485, document alignment on byref.Chris Lattner2009-02-051-1/+4
* validation error fix.Chris Lattner2009-02-021-2/+0
* Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner2009-02-021-1/+53
* Add more documentation mentioning the limitations due to PR2660.Dan Gohman2009-01-241-2/+31
* Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman2009-01-221-0/+12
* Grammar fix.Duncan Sands2009-01-161-1/+1
* Add the private linkage.Rafael Espindola2009-01-151-5/+12
* Document several current CodeGen limitations in LangRef.html.Dan Gohman2009-01-121-0/+12
* The LLVM Assembly Language Reference incorrectly stated that theDan Gohman2009-01-121-2/+2
* Implement PR3313, and while I'm at it address a very FAQ.Chris Lattner2009-01-111-2/+38
* Fix the example syntax for named sections.Dan Gohman2009-01-111-1/+1
* A few more whitespace tidyments.Dan Gohman2009-01-041-7/+7
* Tidy whitespace.Dan Gohman2009-01-041-8/+8