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