aboutsummaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveInternals.h
AgeCommit message (Expand)Author
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