summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-27
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-24
* This clause (although matching parts of the implementation) can't be correct.Nick Lewycky2012-03-18
* Update the "hello world" example to resemble what we currently output.Bill Wendling2012-03-14
* Add column width.Bill Wendling2012-03-06
* Fix validation errors.Bill Wendling2012-03-06
* Where the alloca'd space actually lives in ram is undefined, and attempting toNick Lewycky2012-02-29
* Give a description of the Objective-C garbage collection module flags.Bill Wendling2012-02-16
* Document the new module flags.Bill Wendling2012-02-11
* Added description of invariant.load metadata to LangRef. It was added to the...Pete Cooper2012-02-10
* [unwind removal] Remove any mention of the 'unwind' instruction. What was thatBill Wendling2012-02-06
* Mention that the 'unwind' instruction is now deprecated.Bill Wendling2012-02-06
* Fix broken link.Nick Lewycky2012-01-23
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Try to clarify a little how exception handling works.Duncan Sands2012-01-13
* Revert accidental commit.Bill Wendling2012-01-12
* Fix the code that was WRONG.Bill Wendling2012-01-12
* Update the LangRef documentation: the codegen does support this instruction.Nadav Rotem2011-12-25
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-17
* Vectors are not aggregate types (see isAggregateType).Duncan Sands2011-12-14
* Use the example from clang, not the GCC frontend, which doesn't exist anymore.Bill Wendling2011-12-13
* Update the LangRef documentation for llvm.ctlz and llvm.cttz to specifyChandler Carruth2011-12-12
* Random cleanups. No description changes.Bill Wendling2011-12-09
* Typo.Chad Rosier2011-12-09
* Fix a subtle semantic issue with poison values that came up inDan Gohman2011-12-06
* Line up the comments in a code example.Dan Gohman2011-12-06
* Rename "Trap Values" to "Poison Values", to better reflect theirDan Gohman2011-12-06
* Move 'returns_twice' definition into alphabetical place.Bill Wendling2011-12-05
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* Fix table of contents.Jakub Staszak2011-12-04
* Add 'llvm.expect' intrinsic description.Jakub Staszak2011-12-04
* More cleanups. No content change.Bill Wendling2011-11-30
* Minor cleanup. No content change.Bill Wendling2011-11-30
* remove asmparsing and documentation support for "volatile load", which was on...Chris Lattner2011-11-27
* Reformat the quote and tag the math stuff with <tt> tags.Bill Wendling2011-11-09
* Cleanup the formatting.Bill Wendling2011-11-08
* Fix some misplaced punctuation.Bill Wendling2011-11-04
* docs/*.html: Fix markups.NAKAMURA Takumi2011-10-31
* Close <div> that was indenting the rest of the page.Nick Lewycky2011-10-31
* Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne2011-10-27
* Document tbaa metadata in LangRef (documentation largely based onPeter Collingbourne2011-10-27
* Remove dead atomic intrinsics from LangRef.Eli Friedman2011-10-26
* Fixed typo.Lang Hames2011-10-13
* target data is a contract with the code generator, not the "processor"Chris Lattner2011-10-11
* improve some of the documentation around target data layout strings.Chris Lattner2011-10-11
* Fixed docs to reflect the proper default value and behaviour of the natural s...Lang Hames2011-10-11
* Use the proper name for "externally visible" linkage -- 'external'. This is theBill Wendling2011-10-11
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-10
* Remove last references to hotpatch.Rafael Espindola2011-10-04
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03