Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / Archive /
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-03-01 Dan GohmanRevert PathV2 changes, as sys::fs::unique_file is not...
2011-01-17 Michael J. SpencerArchive: Fix temp path names.
2011-01-16 Michael J. SpencerUnRevert "Revert "Archive: Replace all internal uses...
2011-01-16 Michael J. SpencerUnRevert "Revert the archive part of "Support/PathV2...
2011-01-16 Michael J. SpencerRevert the archive part of "Support/PathV2: Add identif...
2011-01-16 Michael J. SpencerRevert "Archive: Replace all internal uses of PathV1...
2011-01-15 Michael J. SpencerArchive: Replace all internal uses of PathV1 with PathV...
2011-01-15 Michael J. SpencerSupport/PathV2: Add identify_magic.
2011-01-10 Michael J. SpencerFix Whitespace.
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-05-27 Dan GohmanEliminate some unnessary Path::exists() calls.
2010-04-25 Chris Lattnersilence a warning, patch by "mike".
2010-04-19 Benjamin KramerDon't write into MemoryBuffers.
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-07 Chris Lattneradd newlines at end of files.
2010-03-30 Dan GohmanFix a grammaro.
2010-02-04 Chris LattnerFrom PR6228:
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-13 Daniel DunbarFix some non-sensical code.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-11 Duncan SandsAvoid leaking memory in an error path. Noticed
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-11-21 Devang PatelSilence unused variable warnings.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-05-24 Owen AndersonCreate archives with the same permissions are ar.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-04-01 Chris Lattnerchange the archive stuff to use MemoryBuffer instead...
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-04-01 Chris Lattneradd missing #includes
2008-03-11 Anton KorobeynikovFix thinko: alias always defines new symbol. Even is...
2008-03-04 Anton KorobeynikovAdd alias with non-external aliasee to the list of...
2008-02-28 Andrew LenharthMake llvm-ar behave like ar, if you create an empty...
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattneradjust this to live in lib/Archive
2007-05-06 Chris LattnerSwitch this over to bitcode instead of bytecode.
2007-05-06 Chris Lattneradd bitcode support
2007-04-07 Reid SpencerAvoid a useless temporary constrution.
2007-04-07 Reid SpencerFix another PathWithStatus issue.
2007-04-04 Reid SpencerFor PR1302:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerFor PR789:
2007-02-07 Chris Lattnermove archive-specific stuff out of bcreader into archiv...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-12-15 Reid SpencerFor PR1050:
2006-11-28 Bill WendlingUse ostream instead of iostream
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Reid SpencerFor PR797:
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerInverse the error check logic for the MappedFile::map...
2006-08-22 Reid SpencerFor PR797:
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-28 Chris LattnerExceptions are thrown by and through this library.
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-07-07 Chris LattnerThese libs use EH info
2006-05-12 Reid SpencerWhen reading the symbol table, make sure to delete...
2006-05-06 Jeff CohenApply bug fix supplied by Greg Pettyjohn for a bug...
2005-12-26 Duraid Madinamore C++ daintiness
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-09-23 Chris Lattnerspeed up Archive::isBytecodeArchive in the case when...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerUse the actual uid/gid for defaulting the fields in...
2005-04-21 Reid SpencerEliminate calls to system dependent function getuid...
2005-04-20 Misha BrukmanInitialize fields mode, uid, and gid.
2005-04-20 Misha BrukmanAlign comments together for consistency
2005-02-26 Reid SpencerImplement an isBytecodeArchive method to determine...
2005-01-28 Jeff CohenProperly close mapped files.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
next