DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
[oota-llvm.git] / lib / System / Unix /
2005-08-02 Chris LattnerImplement sys::SetInterruptFunction on Unix, stub it...
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-07-28 Reid SpencerFix a problem in getDirectoryContents where sub-directo...
2005-07-12 Reid SpencerFor PR540:
2005-07-09 Jeff Cohen1. Fix bug in getBaseName where it mishandles suffixes
2005-07-08 Reid SpencerEnsure that functions like isDirectory don't fail if...
2005-07-08 Reid SpencerTwo changes:
2005-07-08 Jeff CohenStamp out tabs
2005-07-08 Jeff CohenFix eraseSuffix()
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-06-02 Reid SpencerPut in a hack for Cygwin that prevents mkdtemp from...
2005-05-16 Duraid Madinacomment the hpux bit
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-22 Alkis EvlogimenosSilence gcc-4.0.0 warnings.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerProvide an implementation of the GetCurrentUserId and...
2005-04-21 Reid SpencerFor Bug 543:
2005-04-21 Reid SpencerFor Bug 543:
2005-04-20 Misha BrukmanAdd FIXME by Markus Oberhumer from bug 545: not checkin...
2005-04-20 Misha BrukmanDo not mark directories as `executable', we only want...
2005-04-20 Misha BrukmanIgnore dangling symlinks in getDirectoryContents()
2005-03-02 Reid SpencerBe slightly more accurate in an error message.
2005-02-14 Chris LattnerFix a bug in my previous change to this, which broke...
2005-02-13 Chris LattnerIf errno is zero strerror_r does not modify the buffer...
2005-01-16 Chris LattnerFix bugpoint
2005-01-14 Reid SpencerMake asctime_r work for HP/UX.
2005-01-09 Reid SpencerRename Unix/*.cpp and Win32/*.cpp to have a *.inc suffi...
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-01 Reid SpencerAdd functions for determining if the stdin/out/err...
2004-12-31 Reid SpencerFix a compilation error for the case where mallinfo...
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerRemove these files as they are not being included any...
2004-12-21 Reid SpencerPut the CopyFile function explicitly in the sys namespace.
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 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-15 Reid SpencerChange the signatures of the destroyFile and destroyDir...
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 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
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 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerMake the size() method const
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-08 Chris LattnerMake this work with the ICC compiler, contributed by...
2004-12-02 Reid SpencerFix seriously broken implementation of GetMagicNumber.
2004-11-29 Reid SpencerImplement the default constructor which causes the...
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 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
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 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-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
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-05 Brian GaekeMust include sys/stat.h before declaring a 'struct...
2004-10-05 Reid SpencerAdjust sys/stat.h inclusion so its only for SunOS.
2004-10-05 Tanya LattnerAdded a couple of includes to get this to compile on...
2004-10-05 Chris LattnerSolaris doesn't have MAP_FILE.
2004-10-04 Reid SpencerFirst version of the MappedFile abstraction for operati...
2004-09-25 Reid SpencerAdded stub implementations of TimeValue concept for...
2004-09-18 Reid SpencerGet rid of file descriptor leak in create_file.
2004-09-16 Reid SpencerAllow "bc" as suffix for bytecode files.
2004-09-14 Reid SpencerImplement the GetLibraryPath function.
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-11 Reid SpencerProvide a generic Unix implementation of the Memory...
2004-09-11 Reid SpencerProvide a generic unix implementation of the Process...
2004-09-11 Reid SpencerImplemented support for detecting file types by magic...
2004-09-11 Reid SpencerImplementation of Process concept for SUSv2 platforms.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-31 Reid SpencerActually define PreventCoreFiles in the sys namespace.
2004-08-31 Reid SpencerAdd a new abstraction, SysConfig for platform independe...
2004-08-30 Reid SpencerMove the GetTemporaryDirectory function from "generic...
2004-08-30 Reid SpencerAdd inclusion of assert.h
next