Fix a bunch of -Wdocumentation warnings.
[oota-llvm.git] / include / llvm / Bitcode / Archive.h
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-01-23 Rafael EspindolaThe iteration order over a std::set<Module*> depends...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-01 Dan GohmanRevert PathV2 changes, as sys::fs::unique_file is not...
2011-01-16 Michael J. SpencerUnRevert "Revert "Archive: Replace all internal uses...
2011-01-16 Michael J. SpencerRevert "Archive: Replace all internal uses of PathV1...
2011-01-15 Michael J. SpencerArchive: Fix spelling.
2011-01-15 Michael J. SpencerArchive: Replace all internal uses of PathV1 with PathV...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2010-04-19 Benjamin KramerDon't write into MemoryBuffers.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-08-24 Chris Lattnerremove the last *stream> #include from a public header.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-01 Chris Lattnerchange the archive stuff to use MemoryBuffer instead...
2008-04-01 Chris Lattnerremove extraneous #include
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-08 Dan GohmanAdd explicit keywords.
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris LattnerMove this here from Bytecode/Archive.h