More templatization.
[oota-llvm.git] / lib / System /
2004-12-24 Jeff CohenEliminate use of ltdl.c when doing a VC++ build. Becau...
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerResurrect this file.
2004-12-24 Reid SpencerRemove these files as they are not being included any...
2004-12-24 Jeff CohenFix VC++ compilation error
2004-12-23 Reid SpencerPut CopyFile in the sys namespace.
2004-12-23 Jeff CohenPatch to fix mingw compilation problem contributed...
2004-12-21 Reid SpencerPut the CopyFile function explicitly in the sys namespace.
2004-12-20 Reid SpencerCygwin doesn't like .. through a link, so drop the ..
2004-12-20 Reid SpencerImplement GetTimeUsage correctly.
2004-12-20 Reid SpencerProvide a getrusage based implementation of GetTotalMem...
2004-12-20 Reid SpencerConsistently use the same #if style. Also, fix a bug...
2004-12-20 Jeff CohenKeep up with lib/System changes
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Misha Brukman* Use "" for LLVM include files, not <>
2004-12-19 Misha BrukmanUse <> for system #include files
2004-12-19 Brian GaekeMake references to 'struct sigaction' compile under...
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-18 Jeff CohenFix win32 breakage
2004-12-16 Jeff CohenExpository comment submitted by Henrik Bach
2004-12-15 Reid SpencerChange the signatures of the destroyFile and destroyDir...
2004-12-15 Reid SpencerRemove the CFE's lib directory from the bytecode path...
2004-12-15 Reid SpencerRemove automatic insertion of CFE's lib directory into...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Jeff CohenMake Win32 TimeValue::toString() re-entrant and work...
2004-12-15 Jeff CohenFix VC++ compilation errors
2004-12-15 Reid SpencerFor PR351:
2004-12-14 Reid SpencerAdd the getMagicNumber method.
2004-12-14 Jeff CohenImplement Win32 Path::getStatusInfo(), TimeValue::toStr...
2004-12-14 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerGenericize implementation of GetDLLSuffix now that...
2004-12-13 Reid SpencerFix a bug where "." or any single character file name...
2004-12-13 Reid SpencerRemove an always false clause from an if statement.
2004-12-13 Alkis EvlogimenosFix a bug where directory names of length one or less...
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Jeff CohenFix recent breakage of win32 build
2004-12-13 Reid SpencerImplement new functions per new interface
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerMake the size() method const
2004-12-11 Reid SpencerRename Path::get -> Path::toString
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-09 Jeff CohenFix residual Visual Studio build problems
2004-12-08 Chris LattnerMake this work with the ICC compiler, contributed by...
2004-12-04 Chris LattnerFix compilation error on Darwin.
2004-12-03 Chris LattnerMove darwin-specific majik here.
2004-12-02 Reid SpencerFix seriously broken implementation of GetMagicNumber.
2004-11-29 Reid SpencerImplement two new functions: LoadLibraryPermanently and
2004-11-29 Reid SpencerWe just use ltdl's implementation for this abstraction...
2004-11-29 Reid SpencerMods for compilation with llvm.
2004-11-29 Reid SpencerOriginal version of ltdl.h from libtool 1.5.10
2004-11-29 Reid SpencerOriginal version of ltdl.c from libtool 1.5.10
2004-11-29 Reid SpencerImplement the default constructor which causes the...
2004-11-20 Reid SpencerCast the void* handle data member to HMODULE* to keep...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...
2004-11-16 Reid Spencer* Use low-level unix I/O interface since we're on Unix.
2004-11-16 Misha BrukmanErase non-applicable Unix comment, this is Win32
2004-11-16 Reid SpencerRemove useless #include.
2004-11-16 Reid SpencerSimplify code.
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-15 Reid SpencerProvide the ThrowErrno utility.
2004-11-15 Reid SpencerAdjust implementation to match new interface.
2004-11-15 Reid SpencerActually get the #include correct so it compiles ...
2004-11-15 Reid SpencerMake it actually compile on Solaris.
2004-11-15 Reid SpencerConsolidate the implementation of TimeValue::now()...
2004-11-14 Reid SpencerImplement functionality suggested from code review...
2004-11-14 Reid SpencerMake sure IdentifyFileType is in the sys namespace.
2004-11-14 Alkis EvlogimenosAdd missing include.
2004-11-14 Reid SpencerForget strerror_r, it causes problems. Fix later when...
2004-11-14 Reid SpencerImplement the toString method
2004-11-14 Reid SpencerUpdate for prototype changes
2004-11-14 Reid Spencer* Implement getDirectoryContents * Implement getStatusI...
2004-11-14 Reid SpencerFix bugs in class invariant
2004-11-14 Reid SpencerInclude the correct implementation file
2004-11-14 Reid SpencerDon't exceed 80 columns.
2004-11-14 Reid SpencerImplement IdentifyFileType function
2004-11-09 Reid SpencerFix isBytecodeFile to correctly recognized compressed...
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-08 Reid SpencerFix a typo: isvalid -> isValid
2004-11-07 Misha BrukmanConsistently use llvm.cs.uiuc.edu instead of llvm.org
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-22 Reid SpencerWe won't use automake
2004-10-19 Misha BrukmanFix some grammar
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Misha BrukmanAIX does not have mkdtemp() so emulate its behavior...
2004-10-14 Reid SpencerAllow this file to compile on Darwin.
2004-10-14 Reid SpencerUse __MINGW instead of __MING. Patch contributed by...
2004-10-14 Reid SpencerGet proper BSD #includes for MappedFile implementation.
2004-10-14 Reid SpencerImplementation of MappedFile for Win32. Patch provided...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-05 Brian GaekeMust include sys/stat.h before declaring a 'struct...
next