aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/Archive.h
Commit message (Expand)AuthorAgeFilesLines
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Code Custodian:Joe Abbey2012-11-251-3/+3
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-7/+7
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-7/+7
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-3/+3
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-4/+4
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-101-15/+7
* The iteration order over a std::set<Module*> depends on the addresses of theRafael Espindola2012-01-231-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman2011-03-011-3/+2
* UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...Michael J. Spencer2011-01-161-2/+3
* Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer2011-01-161-3/+2
* Archive: Fix spelling.Michael J. Spencer2011-01-151-3/+3
* Archive: Replace all internal uses of PathV1 with PathV2. The external API st...Michael J. Spencer2011-01-151-2/+3
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Remove obsolete comments about throwing exceptions.Dan Gohman2010-09-021-4/+2
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-191-2/+2
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-11/+10
* remove the last *stream> #include from a public header.Chris Lattner2009-08-241-1/+0
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-5/+5
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-5/+5
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+7
* Removed trailing whitespace.Misha Brukman2009-02-201-2/+2
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-14/+2
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-011-2/+2
* remove extraneous #includeChris Lattner2008-04-011-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords.Dan Gohman2007-10-081-2/+2
* Fix minor doxygen nits.Reid Spencer2007-08-051-3/+5
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-061-5/+4
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-8/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-11/+11
* Move this here from Bytecode/Archive.hChris Lattner2007-05-061-0/+562