Document the llvm.fabs intrinsic.
[oota-llvm.git] / docs / LangRef.html
2012-07-03 Peter CollingbourneDocument the llvm.fabs intrinsic.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-18 Nuno Lopesrevert r158660, since Chris has some issues with this...
2012-06-18 Nuno Lopesadd the 'alloc' metadata node to represent the size...
2012-06-14 Duncan SandsClarify a bit that the types have to be the same. ...
2012-06-05 Lang HamesAdd a new intrinsic: llvm.fmuladd. This intrinsic repre...
2012-05-31 Rafael EspindolaFix typos noticed by Benjamin Kramer.
2012-05-31 Rafael EspindolaRequire intervals in the range metadata to be in a...
2012-05-30 Chris Lattnertypo fix
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-16 John CriswellFixed grammar for the llvm.trap intrinsic description.
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-04-19 Daniel Dunbar[docs] Update HTML pages to refer to CSS in a way that...
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-14 Duncan SandsRename "fpaccuracy" metadata to the more generic "fpmat...
2012-04-10 Duncan SandsExpress the number of ULPs in fpaccuracy metadata as...
2012-04-09 Duncan SandsClarify that fpaccuracy metadata is giving the compiler...
2012-03-27 NAKAMURA Takumillvm/docs/*.html: Fix markups.
2012-03-24 Rafael EspindolaFirst part of PR12251. Add documentation and verifier...
2012-03-18 Nick LewyckyThis clause (although matching parts of the implementat...
2012-03-14 Bill WendlingUpdate the "hello world" example to resemble what we...
2012-03-06 Bill WendlingAdd column width.
2012-03-06 Bill WendlingFix validation errors.
2012-02-29 Nick LewyckyWhere the alloca'd space actually lives in ram is undef...
2012-02-16 Bill WendlingGive a description of the Objective-C garbage collectio...
2012-02-11 Bill WendlingDocument the new module flags.
2012-02-10 Pete CooperAdded description of invariant.load metadata to LangRef...
2012-02-06 Bill Wendling[unwind removal] Remove any mention of the 'unwind...
2012-02-06 Bill WendlingMention that the 'unwind' instruction is now deprecated.
2012-01-23 Nick LewyckyFix broken link.
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-13 Duncan SandsTry to clarify a little how exception handling works.
2012-01-12 Bill WendlingRevert accidental commit.
2012-01-12 Bill WendlingFix the code that was WRONG.
2011-12-25 Nadav RotemUpdate the LangRef documentation: the codegen does...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-14 Duncan SandsVectors are not aggregate types (see isAggregateType).
2011-12-13 Bill WendlingUse the example from clang, not the GCC frontend, which...
2011-12-12 Chandler CarruthUpdate the LangRef documentation for llvm.ctlz and...
2011-12-09 Bill WendlingRandom cleanups. No description changes.
2011-12-09 Chad RosierTypo.
2011-12-06 Dan GohmanFix a subtle semantic issue with poison values that...
2011-12-06 Dan GohmanLine up the comments in a code example.
2011-12-06 Dan GohmanRename "Trap Values" to "Poison Values", to better...
2011-12-05 Bill WendlingMove 'returns_twice' definition into alphabetical place.
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-04 Jakub StaszakFix table of contents.
2011-12-04 Jakub StaszakAdd 'llvm.expect' intrinsic description.
2011-11-30 Bill WendlingMore cleanups. No content change.
2011-11-30 Bill WendlingMinor cleanup. No content change.
2011-11-27 Chris Lattnerremove asmparsing and documentation support for "volati...
2011-11-09 Bill WendlingReformat the quote and tag the math stuff with <tt...
2011-11-08 Bill WendlingCleanup the formatting.
2011-11-04 Bill WendlingFix some misplaced punctuation.
2011-10-31 NAKAMURA Takumidocs/*.html: Fix markups.
2011-10-31 Nick LewyckyClose <div> that was indenting the rest of the page.
2011-10-27 Peter CollingbourneAdd a pinned metadata name for fpaccuracy, and document it
2011-10-27 Peter CollingbourneDocument tbaa metadata in LangRef (documentation largel...
2011-10-26 Eli FriedmanRemove dead atomic intrinsics from LangRef.
2011-10-13 Lang HamesFixed typo.
2011-10-11 Chris Lattnertarget data is a contract with the code generator,...
2011-10-11 Chris Lattnerimprove some of the documentation around target data...
2011-10-11 Lang HamesFixed docs to reflect the proper default value and...
2011-10-11 Bill WendlingUse the proper name for "externally visible" linkage...
2011-10-10 Lang HamesAdd a natural stack alignment field to TargetData,...
2011-10-04 Rafael EspindolaRemove last references to hotpatch.
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-08-24 Eli FriedmanSome minor updates to atomic acquire/release docs in...
2011-08-23 Rafael EspindolaFix an example in the documentation.
2011-08-22 Eli FriedmanSome minor wording updates and cross-linking for atomic...
2011-08-19 John CriswellFixed some punctuation. Sentences can be combined...
2011-08-12 Eli FriedmanFix the getelementptr description so it is extremely...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattnerfix one reference that slipped through, thanks Eli
2011-08-12 Chris Lattneradd new accessors to reflect new terminology in struct...
2011-08-12 NAKAMURA Takumidocs: Update HTML markup(s).
2011-08-09 Eli FriedmanFix minor typo.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-08 Bill WendlingClean up the grammar for the landingpad instruction.
2011-08-08 Bill WendlingFix typo found by John.
2011-08-03 Bill WendlingGo back to the old definition. It's not clear that...
2011-08-03 Bill WendlingExplain how clauses are applied.
2011-08-02 Bill WendlingAdd the documentation for the 'landingpad' instruction...
2011-08-02 Chris Lattnerno need to count the terminators.
2011-08-02 Eli FriedmanMinor wording tweak for memory model.
2011-07-31 Bill WendlingFix some validation errors.
2011-07-31 Bill WendlingFix some validation errors.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-26 Bill WendlingFix a typo.
2011-07-26 Bill WendlingClean up the HTML here a bit.
next