fix an off-by-one error.
[oota-llvm.git] / docs /
2010-02-18 Dan GohmanClarify that ptrtoint+inttoptr are an alternative to...
2010-02-18 Dan GohmanFix a typo.
2010-02-18 Dan GohmanClarify that the rules about object hopping kick in...
2010-02-18 Dan GohmanFix typos Duncan noticed.
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-17 Dan GohmanMake this an unnumbered list.
2010-02-17 Dan GohmanHTML validation fixes.
2010-02-17 Dan GohmanAdd an "advanced" GetElementPtr FAQ document, with...
2010-02-17 Chris Lattnerirbuilder is doing constant folding now by default...
2010-02-17 Chris Lattnerfix some out of date prose dating from the LLVMContext...
2010-02-17 Chris Lattneradd optional debian instructions, PR6272
2010-02-17 Duncan SandsMention an API change.
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-14 Daniel Dunbar2.7: Note that DataTypes.h moved.
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Anton KorobeynikovDocument binutils requirements for coff targets (cygwin...
2010-02-11 Dan Gohmanllvm-db was removed.
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...
2010-02-10 Dan GohmanAdd support to llvm-extract for extracting multiple...
2010-02-10 Daniel DunbarAdd a ReleaseNotes FIXME.
2010-02-09 Jeffrey YasskinMake --disable-libffi work on systems with libffi insta...
2010-02-08 Duncan SandsFix some typos.
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-03 Jeffrey YasskinMake docs less specific about their versions, at Chris...
2010-02-03 Jeffrey YasskinMention the version in the documentation index and...
2010-02-03 Dan GohmanAdd "Author Date Id Revision" svn:keyword properties...
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-01-29 Jeffrey YasskinBelatedly document r85295 and r85330.
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-28 Jeffrey YasskinRecord the death of ModuleProvier and GhostLinkage...
2010-01-28 Jeffrey YasskinTruncate the release notes so they're ready to accumula...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-25 Chris Lattnerno need to implement these.
2010-01-20 Chris Lattnerreduce redundant are's.
2010-01-16 Chris Lattneradd a thing to investigate.
2010-01-15 Chris Lattnermove "Metadata Nodes and Metadata Strings" section...
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-15 Chris Lattnermention that unwind isn't to be trusted, patch by Dusti...
2010-01-11 Victor HernandezAdd documentation for llvm.dbg.value intrinsic
2010-01-11 Devang PatelAdd top level section for named metadata.
2010-01-11 Jeffrey YasskinImprove unclear bits and inaccuracies in structure...
2010-01-11 Jeffrey YasskinUpdate the -tailcallopt description to match djg's...
2010-01-09 Chris Lattneradd 3 passes which have been added but aren't used...
2010-01-09 Jeffrey YasskinClarify the requirements for a "tail call" to actually...
2010-01-09 Chris Lattnerimprove documentation for linkonce to be less confusing.
2010-01-08 Eric ChristopherGrammar thinko.
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2010-01-05 David GreeneAdd an !eq() operator to TableGen. It operates on...
2010-01-05 Dan GohmanAdd an entry on SmallBitVector.
2009-12-23 Mikhail GlushenkovRegenerate.
2009-12-23 Eric ChristopherUpdate docs for bitcode changes. For object size checki...
2009-12-17 Jim GrosbachAdd more detail for getting started on Windows.
2009-12-17 Mikhail GlushenkovRegenerate.
2009-12-14 Bob WilsonRearrange rules to add missing dependency and allow...
2009-12-09 Anton KorobeynikovAdd note about loadable modules on windows.
2009-12-07 Mikhail GlushenkovRegenerate.
2009-12-05 Eric ChristopherMore updates to objectsize intrinsic docs.
2009-12-01 Eric ChristopherUpdate per Bill's comments. Work in progress.
2009-12-01 Mikhail GlushenkovSupport -[weak_]framework and -F in llvmc.
2009-12-01 Oscar FuentesAdd two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABL...
2009-12-01 Bill WendlingRemove some validation errors.
2009-12-01 Bill WendlingSome formatting and spelling fixes.
2009-11-30 Eric ChristopherFirst pass at llvm.objectsize documentation.
2009-11-30 Nick LewyckyRemove the 'simple jit' tutorial as it wasn't really...
2009-11-27 Duncan SandsVector types are no longer required to have a power...
2009-11-27 Duncan SandsThese code generator limitations have been removed.
2009-11-25 Devang PatelUpdate to reflect recent debugging information encoding...
2009-11-23 Oscar FuentesCMake: generate targets for tools and examples even...
2009-11-22 Daniel DunbarAllow '_' in FileCheck variable names, it is nice to...
2009-11-22 Daniel DunbarUpdate doc re: LLVM_BUILD_EXAMPLES.
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
2009-11-17 Jay FoadFix HTML formatting.
2009-11-15 Daniel Dunbarlit: Add --repeat=N option, for running each test N...
2009-11-10 Daniel Dunbarlit: Start documentation testing architecture.
2009-11-09 Dan GohmanThe inbounds keyword isn't relevant to overindexing of
2009-11-09 Dan GohmanRemove the "special case" for zero-length arrays, and...
2009-11-07 Chris Lattneradd the ability for TargetData to return information...
2009-11-05 Daniel Dunbarlit: Add --param NAME=VALUE option, for test suite...
2009-11-04 Nick LewyckyThe magic for our current brand of .bc files is BC...
2009-11-03 Chris Lattnerfix broken link
2009-11-02 Bill WendlingAdd missing end-tag.
2009-11-02 Bill WendlingSome formatting changes.
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris LattnerMake blockaddress(@func, null) be valid, and make ...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Chris Lattnergreatly improve the LLVM IR bitcode encoding documentation,
2009-10-28 Gabor Greifuse metavariable <result> instead of SSA name %result...
2009-10-28 Gabor Greifooops, SSA name should not be part of the link
2009-10-28 Gabor Greifadvertise new syntax for unnamed instructions
2009-10-28 Chris Lattnerdoc bug spotted by apinski
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattnertypo
2009-10-27 Chris Lattneryou can't take the address of the entry block of a...
2009-10-27 Chris Lattnerimprovements from gabor.
2009-10-27 Chris Lattnerfix things pointed out by Dan!
2009-10-27 Chris Lattnerdocument the forthcoming blockaddress constant.
next