aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2009-09-04Merge 80805 from mainline.Tanya Lattner
2009-08-20Clarify a few things in the inbounds description.Dan Gohman
2009-08-05common globals may also not be marked constant.Chris Lattner
2009-08-05Clarify common linkage and the requirements on it. EnforceChris Lattner
2009-07-29Add one-past-the-end language to the inbounds keyword.Dan Gohman
2009-07-29some wording changes.Chris Lattner
2009-07-29Fix a few typos and add links.Andreas Bolka
2009-07-27Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman
2009-07-27Fix typo.Andreas Bolka
2009-07-27Following discussion on llvm-dev ("proposed new rule for getelementptr"),Dan Gohman
2009-07-25Update to new syntax.Dan Gohman
2009-07-22Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman
2009-07-22Misc. doc fixes following suggestions from Eli.Dan Gohman
2009-07-20Documentation for the new non-overflow and exact keywords.Dan Gohman
2009-07-20implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner
2009-07-20document llvm.used and llvm.metadata. Stub out llvm.global_[cd]torsChris Lattner
2009-07-20Rename the index to linkage types.Bill Wendling
2009-07-20More reformatting.Bill Wendling
2009-07-20Fix HTML violations.Bill Wendling
2009-07-20Obsessivly reformat.Bill Wendling
2009-07-20Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling
2009-07-18fix some typos pointed out by Hidenobu SekiChris Lattner
2009-07-17end sentence in period, draw attention to the fact that you shouldChris Lattner
2009-07-17Add support for naked functionsAnton Korobeynikov
2009-07-12remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-06-20Clarify that if the alignment is zero then an alignmentDuncan Sands
2009-06-16Remove the "llvm.umul.with.overflow is broken" warning; it should be Eli Friedman
2009-06-15Rewrite the noredzone description, attempting to avoid confusing language.Dan Gohman
2009-06-15Reword the description of the noredzone attribute.Dan Gohman
2009-06-12Document noredzone and noimplicitfloat function attributes.Devang Patel
2009-06-08Document the stack alignment part of target data description.Daniel Dunbar
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-06-03Document how phi and invoke instructions interact with SSA form.Jay Foad
2009-05-30Metadata uses metadata type not empty struct.Nick Lewycky
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky
2009-05-24Remove border around table used for layout.Nick Lewycky
2009-05-22Add a note mentioning that uses of the return value of an invokeDan Gohman
2009-05-10Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky
2009-05-09fix typoChris Lattner
2009-05-08Fix typo.Bill Wendling
2009-05-06Allow readonly functions to unwind exceptions. TeachDuncan Sands
2009-05-03Remove obsolete wording, the only exception a readnone function can throwChris Lattner
2009-05-03be very explicit that readnone/readonly functions can'tChris Lattner
2009-04-27Now that any size of integer indices are allowed for sequential types, remove...Sanjiv Gupta
2009-04-26Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta
2009-04-25Fixed the gep example for i16 type indices.Sanjiv Gupta
2009-04-24Fixed spaces and the getelementpointer example with i16 type indices.Sanjiv Gupta
2009-04-24Allow i16 type indices to gep.Sanjiv Gupta
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner