aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
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
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-03-22Add some explanations of how apint loads and storesDuncan Sands
2009-03-11It makes no sense to have a ODR version of commonDuncan Sands
2009-03-11Remove the one-definition-rule version of extern_weakDuncan Sands
2009-03-09Clarify wording, patch by Stefanus Du Toit!Chris Lattner
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-02-28Fix grammaro.Bill Wendling
2009-02-28don't use the word 'aggregate' with constants, it is confusing.Chris Lattner
2009-02-28don't redescribe bitcast constraints in two places. It is not valid to Chris Lattner
2009-02-28Update this text for first-class aggregates.Nick Lewycky
2009-02-15Demonstrate the act of including multiple space-separated parameter attributes,Nick Lewycky
2009-02-11Edit description of floating point constants toDale Johannesen
2009-02-09fix typo, patch by Jonathan Brandmeyer!Chris Lattner
2009-02-08Document llvm.umul.with.overflow indicating that it's badly broken and not in...Bill Wendling
2009-02-08I can't type today apparently.Chris Lattner
2009-02-08fix typoChris Lattner
2009-02-08document pointer type constraints, PR3513Chris Lattner
2009-02-08Fixes from feedback.Bill Wendling
2009-02-08Document the 'llvm.OP.with.overflow' intrinsics.Bill Wendling
2009-02-05PR3485, document alignment on byref.Chris Lattner
2009-02-02validation error fix.Chris Lattner
2009-02-02Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner
2009-01-24Add more documentation mentioning the limitations due to PR2660.Dan Gohman
2009-01-22Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman
2009-01-16Grammar fix.Duncan Sands