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