aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2012-03-06Add column width.Bill Wendling
2012-03-06Fix validation errors.Bill Wendling
2012-02-29Where the alloca'd space actually lives in ram is undefined, and attempting toNick Lewycky
2012-02-16Give a description of the Objective-C garbage collection module flags.Bill Wendling
2012-02-11Document the new module flags.Bill Wendling
2012-02-10Added description of invariant.load metadata to LangRef. It was added to the...Pete Cooper
2012-02-06[unwind removal] Remove any mention of the 'unwind' instruction. What was thatBill Wendling
2012-02-06Mention that the 'unwind' instruction is now deprecated.Bill Wendling
2012-01-23Fix broken link.Nick Lewycky
2012-01-20Extend Attributes to 64 bitsKostya Serebryany
2012-01-13Try to clarify a little how exception handling works.Duncan Sands
2012-01-12Revert accidental commit.Bill Wendling
2012-01-12Fix the code that was WRONG.Bill Wendling
2011-12-25Update the LangRef documentation: the codegen does support this instruction.Nadav Rotem
2011-12-17The powers that be have decided that LLVM IR should now support 16-bitDan Gohman
2011-12-14Vectors are not aggregate types (see isAggregateType).Duncan Sands
2011-12-13Use the example from clang, not the GCC frontend, which doesn't exist anymore.Bill Wendling
2011-12-12Update the LangRef documentation for llvm.ctlz and llvm.cttz to specifyChandler Carruth
2011-12-09Random cleanups. No description changes.Bill Wendling
2011-12-09Typo.Chad Rosier
2011-12-06Fix a subtle semantic issue with poison values that came up inDan Gohman
2011-12-06Line up the comments in a code example.Dan Gohman
2011-12-06Rename "Trap Values" to "Poison Values", to better reflect theirDan Gohman
2011-12-05Move 'returns_twice' definition into alphabetical place.Bill Wendling
2011-12-05Add support for vectors of pointers.Nadav Rotem
2011-12-04Fix table of contents.Jakub Staszak
2011-12-04Add 'llvm.expect' intrinsic description.Jakub Staszak
2011-11-30More cleanups. No content change.Bill Wendling
2011-11-30Minor cleanup. No content change.Bill Wendling
2011-11-27remove asmparsing and documentation support for "volatile load", which was on...Chris Lattner
2011-11-09Reformat the quote and tag the math stuff with <tt> tags.Bill Wendling
2011-11-08Cleanup the formatting.Bill Wendling
2011-11-04Fix some misplaced punctuation.Bill Wendling
2011-10-31docs/*.html: Fix markups.NAKAMURA Takumi
2011-10-31Close <div> that was indenting the rest of the page.Nick Lewycky
2011-10-27Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne
2011-10-27Document tbaa metadata in LangRef (documentation largely based onPeter Collingbourne
2011-10-26Remove dead atomic intrinsics from LangRef.Eli Friedman
2011-10-13Fixed typo.Lang Hames
2011-10-11target data is a contract with the code generator, not the "processor"Chris Lattner
2011-10-11improve some of the documentation around target data layout strings.Chris Lattner
2011-10-11Fixed docs to reflect the proper default value and behaviour of the natural s...Lang Hames
2011-10-11Use the proper name for "externally visible" linkage -- 'external'. This is theBill Wendling
2011-10-10Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames
2011-10-04Remove last references to hotpatch.Rafael Espindola
2011-10-03Add the returns_twice attribute to LLVM.Rafael Espindola
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands
2011-08-24Some minor updates to atomic acquire/release docs in LangRef.Eli Friedman
2011-08-23Fix an example in the documentation.Rafael Espindola
2011-08-22Some minor wording updates and cross-linking for atomic docs. Explicitly not...Eli Friedman