aboutsummaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveInternals.h
AgeCommit message (Expand)Author
2012-09-05Mark checkSignature const, and in turn stop casting away const fromRoman Divacky
2010-11-29Merge System into Support.Michael J. Spencer
2010-04-19Don't write into MemoryBuffers.Benjamin Kramer
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
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
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06Switch this over to bitcode instead of bytecode.Chris Lattner
2007-02-07move archive-specific stuff out of bcreader into archive library.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-20Align comments together for consistencyMisha Brukman
2004-11-20Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer
2004-11-14Implementation declarations for ArchiveReid Spencer
2004-11-06First kinda/sorta working version of the Archive library. Reading is notReid Spencer