aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/ArchiveInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-191-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-5/+5
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-0/+4
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-10/+10
* Switch this over to bitcode instead of bytecode.Chris Lattner2007-05-061-3/+2
* move archive-specific stuff out of bcreader into archive library.Chris Lattner2007-02-071-2/+11
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
* Align comments together for consistencyMisha Brukman2005-04-201-1/+1
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-201-3/+4
* Implementation declarations for ArchiveReid Spencer2004-11-141-108/+24
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-061-0/+158