summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/Archive.h
Commit message (Expand)AuthorAge
* remove the last *stream> #include from a public header.Chris Lattner2009-08-24
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Removed trailing whitespace.Misha Brukman2009-02-20
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-01
* remove extraneous #includeChris Lattner2008-04-01
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add explicit keywords.Dan Gohman2007-10-08
* Fix minor doxygen nits.Reid Spencer2007-08-05
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-06
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Move this here from Bytecode/Archive.hChris Lattner2007-05-06