summaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveInternals.h
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* Don't write into MemoryBuffers.Benjamin Kramer2010-04-19
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Switch this over to bitcode instead of bytecode.Chris Lattner2007-05-06
* move archive-specific stuff out of bcreader into archive library.Chris Lattner2007-02-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* Align comments together for consistencyMisha Brukman2005-04-20
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Implementation declarations for ArchiveReid Spencer2004-11-14
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-06