index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Archive
/
ArchiveInternals.h
Age
Commit message (
Expand
)
Author
2012-09-05
Mark checkSignature const, and in turn stop casting away const from
Roman Divacky
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-04-19
Don't write into MemoryBuffers.
Benjamin Kramer
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-06
Switch this over to bitcode instead of bytecode.
Chris Lattner
2007-02-07
move archive-specific stuff out of bcreader into archive library.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-20
Align comments together for consistency
Misha Brukman
2004-11-20
Distinguish between BSD4.4 and SVR4 symbol tables
Reid Spencer
2004-11-14
Implementation declarations for Archive
Reid Spencer
2004-11-06
First kinda/sorta working version of the Archive library. Reading is not
Reid Spencer