aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* Add one-past-the-end language to the inbounds keyword.Dan Gohman2009-07-291-4/+7
* some wording changes.Chris Lattner2009-07-291-3/+4
* Fix a few typos and add links.Andreas Bolka2009-07-291-15/+19
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-271-0/+16
* Fix typo.Andreas Bolka2009-07-271-1/+1
* Following discussion on llvm-dev ("proposed new rule for getelementptr"),Dan Gohman2009-07-271-0/+49
* Update to new syntax.Dan Gohman2009-07-251-2/+2
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-221-20/+23
* Misc. doc fixes following suggestions from Eli.Dan Gohman2009-07-221-5/+9
* Documentation for the new non-overflow and exact keywords.Dan Gohman2009-07-201-11/+26
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-2/+23
* document llvm.used and llvm.metadata. Stub out llvm.global_[cd]torsChris Lattner2009-07-201-0/+79
* Rename the index to linkage types.Bill Wendling2009-07-201-14/+14
* More reformatting.Bill Wendling2009-07-201-112/+33
* Fix HTML violations.Bill Wendling2009-07-201-3/+3
* Obsessivly reformat.Bill Wendling2009-07-201-2776/+2598
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-2/+24
* fix some typos pointed out by Hidenobu SekiChris Lattner2009-07-181-1/+1
* end sentence in period, draw attention to the fact that you shouldChris Lattner2009-07-171-1/+2
* Add support for naked functionsAnton Korobeynikov2009-07-171-0/+3
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-121-106/+0
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-111/+0
* Clarify that if the alignment is zero then an alignmentDuncan Sands2009-06-201-6/+8
* Remove the "llvm.umul.with.overflow is broken" warning; it should be Eli Friedman2009-06-161-3/+0
* Rewrite the noredzone description, attempting to avoid confusing language.Dan Gohman2009-06-151-1/+1
* Reword the description of the noredzone attribute.Dan Gohman2009-06-151-2/+3
* Document noredzone and noimplicitfloat function attributes.Devang Patel2009-06-121-4/+12
* Document the stack alignment part of target data description.Daniel Dunbar2009-06-081-0/+4
* 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