Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.
[oota-llvm.git] / docs / LangRef.html
2009-08-20 Dan GohmanClarify a few things in the inbounds description.
2009-08-05 Chris Lattnercommon globals may also not be marked constant.
2009-08-05 Chris LattnerClarify common linkage and the requirements on it....
2009-07-29 Dan GohmanAdd one-past-the-end language to the inbounds keyword.
2009-07-29 Chris Lattnersome wording changes.
2009-07-29 Andreas BolkaFix a few typos and add links.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Andreas BolkaFix typo.
2009-07-27 Dan GohmanFollowing discussion on llvm-dev ("proposed new rule...
2009-07-25 Dan GohmanUpdate to new syntax.
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 Dan GohmanMisc. doc fixes following suggestions from Eli.
2009-07-20 Dan GohmanDocumentation for the new non-overflow and exact keywords.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Chris Lattnerdocument llvm.used and llvm.metadata. Stub out llvm...
2009-07-20 Bill WendlingRename the index to linkage types.
2009-07-20 Bill WendlingMore reformatting.
2009-07-20 Bill WendlingFix HTML violations.
2009-07-20 Bill WendlingObsessivly reformat.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Chris Lattnerfix some typos pointed out by Hidenobu Seki
2009-07-17 Chris Lattnerend sentence in period, draw attention to the fact...
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-20 Duncan SandsClarify that if the alignment is zero then an alignment
2009-06-16 Eli FriedmanRemove the "llvm.umul.with.overflow is broken" warning...
2009-06-15 Dan GohmanRewrite the noredzone description, attempting to avoid...
2009-06-15 Dan GohmanReword the description of the noredzone attribute.
2009-06-12 Devang PatelDocument noredzone and noimplicitfloat function attributes.
2009-06-08 Daniel DunbarDocument the stack alignment part of target data descri...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-03 Jay FoadDocument how phi and invoke instructions interact with...
2009-05-30 Nick LewyckyMetadata uses metadata type not empty struct.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-24 Nick LewyckyRemove border around table used for layout.
2009-05-22 Dan GohmanAdd a note mentioning that uses of the return value...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-05-09 Chris Lattnerfix typo
2009-05-08 Bill WendlingFix typo.
2009-05-06 Duncan SandsAllow readonly functions to unwind exceptions. Teach
2009-05-03 Chris LattnerRemove obsolete wording, the only exception a readnone...
2009-05-03 Chris Lattnerbe very explicit that readnone/readonly functions can't
2009-04-27 Sanjiv GuptaNow that any size of integer indices are allowed for...
2009-04-26 Sanjiv GuptaAny size of integral indices are allowed in gep for...
2009-04-25 Sanjiv GuptaFixed the gep example for i16 type indices.
2009-04-24 Sanjiv GuptaFixed spaces and the getelementpointer example with...
2009-04-24 Sanjiv GuptaAllow i16 type indices to gep.
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-22 Duncan SandsAdd some explanations of how apint loads and stores
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-09 Chris LattnerClarify wording, patch by Stefanus Du Toit!
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-28 Bill WendlingFix grammaro.
2009-02-28 Chris Lattnerdon't use the word 'aggregate' with constants, it is...
2009-02-28 Chris Lattnerdon't redescribe bitcast constraints in two places...
2009-02-28 Nick LewyckyUpdate this text for first-class aggregates.
2009-02-15 Nick LewyckyDemonstrate the act of including multiple space-separat...
2009-02-11 Dale JohannesenEdit description of floating point constants to
2009-02-09 Chris Lattnerfix typo, patch by Jonathan Brandmeyer!
2009-02-08 Bill WendlingDocument llvm.umul.with.overflow indicating that it...
2009-02-08 Chris LattnerI can't type today apparently.
2009-02-08 Chris Lattnerfix typo
2009-02-08 Chris Lattnerdocument pointer type constraints, PR3513
2009-02-08 Bill WendlingFixes from feedback.
2009-02-08 Bill WendlingDocument the 'llvm.OP.with.overflow' intrinsics.
2009-02-05 Chris LattnerPR3485, document alignment on byref.
2009-02-02 Chris Lattnervalidation error fix.
2009-02-02 Chris LattnerDocument type upreferences (PR3380), patch by Stein...
2009-01-24 Dan GohmanAdd more documentation mentioning the limitations due...
2009-01-22 Dan GohmanAdd a few more notes about LLVM IR features that codege...
2009-01-16 Duncan SandsGrammar fix.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Dan GohmanDocument several current CodeGen limitations in LangRef...
2009-01-12 Dan GohmanThe LLVM Assembly Language Reference incorrectly stated...
2009-01-11 Chris LattnerImplement PR3313, and while I'm at it address a very...
2009-01-11 Dan GohmanFix the example syntax for named sections.
2009-01-04 Dan GohmanA few more whitespace tidyments.
2009-01-04 Dan GohmanTidy whitespace.
2009-01-02 Chris Lattnernew non-ambiguous syntax.
2008-12-19 Nick LewyckyResubmit support for the 'nocapture' attribute.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-12-10 Mon P WangAdded a little more information that vector shifts...
2008-12-09 Mon P WangFix getNode to allow a vector for the shift amount...
2008-11-27 Misha BrukmanFixed HTML closing tag, cleaned up some spacing.
2008-11-26 Bill WendlingSmall formatting change.
2008-11-26 Bill WendlingUpdate to explain how ssp and sspreq attributes overrid...
2008-11-24 Dan GohmanFix a few HTML tidiness issues.
2008-11-24 Torok EdwinNULL, unique pointers from malloc(0), and freed pointer...
2008-11-24 Nick LewyckySeriously strengthen the guarantee offered by noalias...
2008-11-24 Nick LewyckyExtend the 'noalias' attribute to function return value...
2008-11-22 Misha BrukmanFixed named anchor for llvm.stackprotector intrinsic.
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-19 Bill Wendling- Move the stackprotector intrinsic to the general...
next