summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
...
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-27
* Fix reversed logic spotted by Owen Anderson.Nick Lewycky2009-10-27
* Remove all references to MallocInst and FreeInstVictor Hernandez2009-10-26
* Rename msasm to alignstack per review.Dale Johannesen2009-10-21
* Documentation for the new msasm flag, which is noDale Johannesen2009-10-13
* Force memory use markers to have a ConstantInt for the size argument.Nick Lewycky2009-10-13
* Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky2009-10-13
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-12
* fix broken anchors.Chris Lattner2009-10-10
* Remove the "metadata*" type and simplify the code it complicated. This was onlyNick Lewycky2009-09-27
* Remove dead code from this function and optimize. Update its correspondingNick Lewycky2009-09-27
* Move the integer type out of 'derived' and into 'primitive'. This permits usNick Lewycky2009-09-27
* Revise C library functions description to be vaguer, per Chris.Dale Johannesen2009-09-25
* Clarify that llvm attaches C language semantics toDale Johannesen2009-09-24
* more typosChris Lattner2009-09-11
* another typoChris Lattner2009-09-08
* fix a couple typos pointed out by edwin and duncanChris Lattner2009-09-08
* add some more notes.Chris Lattner2009-09-07
* describe undef semantics in some more detail.Chris Lattner2009-09-07
* Fix the syntax of add/sub/mul nsw/nuw and sdiv exact.Dan Gohman2009-09-02
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* improve documentation for linker_private linkage.Chris Lattner2009-08-24
* Clarify a few things in the inbounds description.Dan Gohman2009-08-20
* common globals may also not be marked constant.Chris Lattner2009-08-05
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-05
* Add one-past-the-end language to the inbounds keyword.Dan Gohman2009-07-29
* some wording changes.Chris Lattner2009-07-29
* Fix a few typos and add links.Andreas Bolka2009-07-29
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Fix typo.Andreas Bolka2009-07-27
* Following discussion on llvm-dev ("proposed new rule for getelementptr"),Dan Gohman2009-07-27
* Update to new syntax.Dan Gohman2009-07-25
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-22
* Misc. doc fixes following suggestions from Eli.Dan Gohman2009-07-22
* Documentation for the new non-overflow and exact keywords.Dan Gohman2009-07-20
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-20
* document llvm.used and llvm.metadata. Stub out llvm.global_[cd]torsChris Lattner2009-07-20
* Rename the index to linkage types.Bill Wendling2009-07-20
* More reformatting.Bill Wendling2009-07-20
* Fix HTML violations.Bill Wendling2009-07-20
* Obsessivly reformat.Bill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* fix some typos pointed out by Hidenobu SekiChris Lattner2009-07-18
* end sentence in period, draw attention to the fact that you shouldChris Lattner2009-07-17
* Add support for naked functionsAnton Korobeynikov2009-07-17
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-12
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Clarify that if the alignment is zero then an alignmentDuncan Sands2009-06-20
* Remove the "llvm.umul.with.overflow is broken" warning; it should be Eli Friedman2009-06-16
* Rewrite the noredzone description, attempting to avoid confusing language.Dan Gohman2009-06-15