test commit redux
[oota-llvm.git] / docs / LangRef.html
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.
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Rafael EspindolaAdd uwtable to the langref.
2011-07-23 Chris Lattnerclarify that opaque is actually a struct type, PR10430
2011-07-22 Eli FriedmanSome LangRef tweaks, per Dan's comments.
2011-07-20 Eli FriedmanCommit LangRef changes for LLVM concurrency model....
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-08 Cameron ZwarichUse add instead of accumulate.
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-01 Owen AndersonGeneralize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop...
2011-06-29 Evan ChengAdd missing operand. rdar://9694169
2011-06-16 Dan GohmanDocument nonlazybind.
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-05-27 Dan GohmanFix copy+pastos.
2011-05-23 Dan GohmanDocument llvm.exp and llvm.pow.
2011-05-22 Chris Lattnerinsertvalue takes a variable number of arguments, docum...
2011-05-16 Nick LewyckyFix errors in this llvm ir example.
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-12 Dan GohmanFix a hole in the definition of "dependence" used by...
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-03-31 Nick LewyckyPick better examples. "fpext float 3.1415 to double...
2011-03-17 Cameron ZwarichChange the signext language in LangRef to closer match...
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-07 Duncan SandsClarify that the result of an srem is only guaranteed...
2011-03-02 Bill WendlingSmall cleanup.
2011-02-24 Nadav RotemEnable support for vector sext and trunc:
2011-02-20 Nadav RotemFix 9267; Add vector zext support.
2011-02-09 Chris Lattnerfix typo
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-29 Nick LewyckyMost browsers eliminate whitespace between anchor tags...
2011-01-15 Rafael EspindolaAdd a clarification about merging constants with and...
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2010-12-28 Tobias GrosserIntegers are primitive types. Update the documentation...
2010-12-05 Frits van BommelClarify some of the differences between indexing with...
2010-11-30 Nick LewyckyMake @llvm.invariant.start not be readonly, so that...
2010-11-20 Chris Lattnera byval argument without an align can have an arbitrary...
2010-11-17 Chris LattnerWith the newly simplified SourceMgr interfaces and...
2010-10-27 Bill WendlingRandom cleanups and format changes.
2010-10-25 Charles DavisMake the description of the hotpatch attribute even...
2010-10-25 Charles DavisMake hotpatch attribute description a little less Winte...
2010-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-10-10 Chris Lattnerclarify that zero sized vectors are illegal, PR8340
2010-10-01 Dale JohannesenFix pasto.
2010-10-01 Dale JohannesenAdd some doc for the x86mmx type.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-17 Chris Lattnerfix a broken link
2010-08-17 Chris Lattneradd some &nbsp;'s to a pre to avoid newlines being...
2010-07-30 John CriswellGrammar cop pullover: Corrected and improved some gramm...
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-13 Dan GohmanFix the Named Metadata example to make it clear which...
2010-07-13 Benjamin KramerHTML cleanup and validation.
2010-07-13 Duncan SandsWhen doing sext/zext of constants, the target type...
2010-07-11 Dan Gohmansdiv overflow is outright undefined behavior, with...
next