summaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveInternals.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Mark checkSignature const, and in turn stop casting away const fromRoman Divacky1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-04-19Don't write into MemoryBuffers.Benjamin Kramer1-1/+1
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin1-5/+5
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer1-1/+1
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson1-1/+1
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson1-2/+2
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-2/+2
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-0/+4
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov1-0/+2
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-07-05Here is the bulk of the sanitizing.Gabor Greif1-10/+10
2007-05-06Switch this over to bitcode instead of bytecode.Chris Lattner1-3/+2
2007-02-07move archive-specific stuff out of bcreader into archive library.Chris Lattner1-2/+11
2005-04-21Remove trailing whitespaceMisha Brukman1-9/+9
2005-04-20Align comments together for consistencyMisha Brukman1-1/+1
2004-11-20Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer1-3/+4
2004-11-14Implementation declarations for ArchiveReid Spencer1-108/+24
2004-11-06First kinda/sorta working version of the Archive library. Reading is notReid Spencer1-0/+158