- df7a680 mention that unwind isn't to be trusted, patch by Dustin Laurence by Chris Lattner · 15 years ago
- cd1fd25 Add top level section for named metadata. by Devang Patel · 15 years ago
- 7a088cf Improve unclear bits and inaccuracies in structure and insertvalue by Jeffrey Yasskin · 15 years ago
- 95fa80a Clarify the requirements for a "tail call" to actually be optimized into a by Jeffrey Yasskin · 15 years ago
- 873187c improve documentation for linkonce to be less confusing. by Chris Lattner · 15 years ago
- d003c5b Grammar thinko. by Eric Christopher · 15 years ago
- 3e30c2a NamedMDNode is a collection MDNodes. by Devang Patel · 15 years ago
- 8295a0a Update docs for bitcode changes. For object size checking we won't by Eric Christopher · 15 years ago
- 6c7e8a0 More updates to objectsize intrinsic docs. by Eric Christopher · 15 years ago
- 0e97e79 Update per Bill's comments. Work in progress. by Eric Christopher · 15 years ago
- 0e67149 First pass at llvm.objectsize documentation. by Eric Christopher · 15 years ago
- d40d14e Vector types are no longer required to have a power-of-two length. by Duncan Sands · 15 years ago
- 65687f7 These code generator limitations have been removed. by Duncan Sands · 15 years ago
- 7657f6b The inbounds keyword isn't relevant to overindexing of by Dan Gohman · 15 years ago
- 9384438 Remove the "special case" for zero-length arrays, and rephrase this by Dan Gohman · 15 years ago
- e82bdc4 add the ability for TargetData to return information about legal integer by Chris Lattner · 15 years ago
- 21c346e Add missing end-tag. by Bill Wendling · 15 years ago
- f82d40a Some formatting changes. by Bill Wendling · 15 years ago
- cdfc940 Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 15 years ago
- 7d83ebc Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 15 years ago
- a5b6f45 use metavariable <result> instead of SSA name %result for consistency by Gabor Greif · 15 years ago
- ec58f75 ooops, SSA name should not be part of the link by Gabor Greif · 15 years ago
- 6a29201 advertise new syntax for unnamed instructions by Gabor Greif · 15 years ago
- ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
- 569d9d9 typo by Chris Lattner · 15 years ago
- 2dfdf2a you can't take the address of the entry block of a function. by Chris Lattner · 15 years ago
- 3fd77ce improvements from gabor. by Chris Lattner · 15 years ago
- f9d078e fix things pointed out by Dan! by Chris Lattner · 15 years ago
- c6f4436 document the forthcoming blockaddress constant. by Chris Lattner · 15 years ago
- 5f75cf5 fix pasto pointed out by Rafael by Chris Lattner · 15 years ago
- f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
- 8d33659 Fix reversed logic spotted by Owen Anderson. by Nick Lewycky · 15 years ago
- 2fee294 Remove all references to MallocInst and FreeInst by Victor Hernandez · 15 years ago
- 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 15 years ago
- 09fed25 Documentation for the new msasm flag, which is no by Dale Johannesen · 15 years ago
- 321333e Force memory use markers to have a ConstantInt for the size argument. by Nick Lewycky · 15 years ago
- cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 15 years ago
- 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
- 5a2d875 fix broken anchors. by Chris Lattner · 15 years ago
- c261df9 Remove the "metadata*" type and simplify the code it complicated. This was only by Nick Lewycky · 15 years ago
- 5138694 Remove dead code from this function and optimize. Update its corresponding by Nick Lewycky · 15 years ago
- ec38da4 Move the integer type out of 'derived' and into 'primitive'. This permits us by Nick Lewycky · 15 years ago
- 9f8380b Revise C library functions description to be vaguer, per Chris. by Dale Johannesen · 15 years ago
- 07de8d1 Clarify that llvm attaches C language semantics to by Dale Johannesen · 15 years ago
- c608cb1 more typos by Chris Lattner · 15 years ago
- 8e371aa another typo by Chris Lattner · 15 years ago
- 349eb41 fix a couple typos pointed out by edwin and duncan by Chris Lattner · 15 years ago
- 6e9057b add some more notes. by Chris Lattner · 15 years ago
- 48a109c describe undef semantics in some more detail. by Chris Lattner · 15 years ago
- fdfca79 Fix the syntax of add/sub/mul nsw/nuw and sdiv exact. by Dan Gohman · 15 years ago
- de86d47 Add an 'inline hint' attribute to represent source by Dale Johannesen · 15 years ago
- e1eaf91 improve documentation for linker_private linkage. by Chris Lattner · 15 years ago
- b255b88 Clarify a few things in the inbounds description. by Dan Gohman · 15 years ago
- cd81f5d common globals may also not be marked constant. by Chris Lattner · 15 years ago
- 26d054d Clarify common linkage and the requirements on it. Enforce by Chris Lattner · 15 years ago
- 0a28d18 Add one-past-the-end language to the inbounds keyword. by Dan Gohman · 15 years ago
- c8eef44 some wording changes. by Chris Lattner · 15 years ago
- 55e459a Fix a few typos and add links. by Andreas Bolka · 15 years ago
- dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
- 99a8205 Fix typo. by Andreas Bolka · 15 years ago
- 556ca27 Following discussion on llvm-dev ("proposed new rule for getelementptr"), by Dan Gohman · 15 years ago
- 4df605b Update to new syntax. by Dan Gohman · 15 years ago
- 08d012e Rename the new unsigned and signed keywords to nuw and nsw, by Dan Gohman · 15 years ago
- 9c5beed Misc. doc fixes following suggestions from Eli. by Dan Gohman · 15 years ago
- cbb38f2 Documentation for the new non-overflow and exact keywords. by Dan Gohman · 15 years ago
- 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 15 years ago
- 857755c document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors by Chris Lattner · 15 years ago
- 987e7eb Rename the index to linkage types. by Bill Wendling · 15 years ago
- c39e3e0 More reformatting. by Bill Wendling · 15 years ago
- d9fe298 Fix HTML violations. by Bill Wendling · 15 years ago
- e910b4c Obsessivly reformat. by Bill Wendling · 15 years ago
- 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
- 8ad2f98 fix some typos pointed out by Hidenobu Seki by Chris Lattner · 15 years ago
- 0c542ff end sentence in period, draw attention to the fact that you should by Chris Lattner · 15 years ago
- c5ec8a7 Add support for naked functions by Anton Korobeynikov · 15 years ago
- eaff524 remove llvm.part.set.* and llvm.part.select.*. They have never been by Chris Lattner · 15 years ago
- 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
- 434ca80 Clarify that if the alignment is zero then an alignment by Duncan Sands · 15 years ago
- 7ed5d56 Remove the "llvm.umul.with.overflow is broken" warning; it should be by Eli Friedman · 15 years ago
- 125473b Rewrite the noredzone description, attempting to avoid confusing language. by Dan Gohman · 15 years ago
- 2185f9e Reword the description of the noredzone attribute. by Dan Gohman · 15 years ago
- 5d96fda by Devang Patel · 15 years ago
- 87bde0b Document the stack alignment part of target data description. by Daniel Dunbar · 15 years ago
- ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
- d244909 Document how phi and invoke instructions interact with SSA form. by Jay Foad · 15 years ago
- 1e8c7a6 Metadata uses metadata type not empty struct. by Nick Lewycky · 15 years ago
- 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
- 86c4864 Remove border around table used for layout. by Nick Lewycky · 15 years ago
- f96a499 Add a note mentioning that uses of the return value of an invoke by Dan Gohman · 15 years ago
- cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
- 60150a3 fix typo by Chris Lattner · 15 years ago
- 871eb0a Fix typo. by Bill Wendling · 15 years ago
- 7af1c78 Allow readonly functions to unwind exceptions. Teach by Duncan Sands · 16 years ago
- bdd7329 Remove obsolete wording, the only exception a readnone function can throw by Chris Lattner · 16 years ago
- 7a57c5b be very explicit that readnone/readonly functions can't throw exceptions. by Chris Lattner · 16 years ago
- 23c70f4 Now that any size of integer indices are allowed for sequential types, remove the unneccessary gyan about promoting them. by Sanjiv Gupta · 16 years ago
- 9341c80 Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. by Sanjiv Gupta · 16 years ago
- 9f805c2 Fixed the gep example for i16 type indices. by Sanjiv Gupta · 16 years ago
- 16ffa80 Fixed spaces and the getelementpointer example with i16 type indices. by Sanjiv Gupta · 16 years ago
- 7787d4a Allow i16 type indices to gep. by Sanjiv Gupta · 16 years ago