New flag for GenLibDeps, and llvm-config-perobjincl.
[oota-llvm.git] / docs /
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.
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-27 Chris Lattnerfix pasto pointed out by Rafael
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Nick LewyckyFix reversed logic spotted by Owen Anderson.
2009-10-26 Victor HernandezRemove all references to MallocInst and FreeInst
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Daniel Dunbarlit: Add --config-prefix option, to override default...
2009-10-25 Mikhail GlushenkovRegenerate.
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Tanya LattnerAdd 2.6 release note.
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-21 Oscar FuentesTwo corrections for docs/CMake.html.
2009-10-19 Daniel DunbarAdd link to 'lit' from CommandGuide.
2009-10-17 Chris Lattnercheck in a bunch of content from TestingGuide. Part...
2009-10-16 Chris LattnerUpdate from Cristina, llvm-gcc doesn't build on the...
2009-10-15 Duncan SandsThe gcc plugin is now called dragonegg.so and no longer...
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-10-13 Dale JohannesenDocumentation for the new msasm flag, which is no
2009-10-13 Chris Lattnerrename ReleaseNotes-2.6.html -> ReleaseNotes.html
2009-10-13 Chris Lattneradd Zero
2009-10-13 Nick LewyckyForce memory use markers to have a ConstantInt for...
2009-10-13 Nick LewyckyAdd new "memory use marker" intrinsics. These indicate...
2009-10-12 Chris Lattnerfix validation error pointed out by gabor (and the...
2009-10-12 Chris LattnerImprove bugpoint doc, patch by Timo Lindfors!
next