- Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propagate kill...
[oota-llvm.git] / lib / System / Unix /
2008-06-27 Seo SanghyeonFix GetMainExecutable. Patch by Sam Bishop.
2008-06-15 Wojciech MatyjewiczAdd a missing semicolon.
2008-06-15 Argyrios KyrtzidisFix the sys::Path::getSuffix() implementation.
2008-06-12 Matthijs KooijmanFix redirection of stderr in sys::Program::ExecuteAndWa...
2008-06-12 Matthijs KooijmanMake I/O redirection handling in sys::Program a bit...
2008-05-29 Bill WendlingUnbreak build.
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-14 Dan GohmanMake PreVerifyID, IntSigsEnd, and KillSigsEnd const.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-12 Nate BegemanRestore code to disable crash catcher on older OS X...
2008-04-10 Dan GohmanMake several symbols static.
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-03 Ted KremenekRe-implemented Path::createDirectoryOnDisk (for Unix).
2008-04-01 Chris Lattneradd some #includes.
2008-04-01 Chris LattnerMappedFile is dead, remove it.
2008-04-01 Chris LattnerImplement Path::MapInFilePages/UnMapFilePages on unix...
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-04-01 Chris LattnerMake MappedFile::map return a const correct pointer...
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-04-01 Chris Lattnercleanup the MappedFile API and comments. This removes...
2008-03-31 Nate BegemanActually disable crash reporting on Mac OS X, returning...
2008-03-24 Owen AndersonRevert r48676. I had plans for using it, but now it...
2008-03-22 Owen AndersonAdd a comment, and fix a bug where AllocateRW recurred...
2008-03-22 Owen AndersonAdd an AllocateRW to match AllocateRWX.
2008-03-21 Dan GohmanAvoid calling array_endof in a static initializer,...
2008-03-13 Chris LattnerFix Path::GetMainExecutable on cygwin, patch by Sam...
2008-03-03 Chris LattnerStub out a Path::GetMainExecutable call to find the...
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2008-02-15 Lauro Ramos VenancioIt is not safe to call fork in PrintStackTrace. Sometim...
2008-02-04 Devang PatelSet error message.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-12-08 Chris LattnerRemove dead file and directory.
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-07-06 Gabor GreifSolaris 2.x does not have RLIMIT_RSS, check for this...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-04 Devang PatelFix LLVM build on NetBSD. Patch by Neil Booth.
2007-05-11 Chris LattnerFix a bug where the bcreader could crash on .bc files...
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerUse the stat information in the Path object, if it...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-12-05 Reid SpencerEliminate "control reaches end of non-void function...
2006-09-14 Chris LattnerUse new config.h macro
2006-09-14 Chris LattnerOn Mac OS/X, make Process::PreventCoreFiles disable...
2006-08-25 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Reid SpencerDon't throw needlessly. Failure of gettimeofday is...
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake an error message a little more intelligible.
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-07 Reid SpencerRemove extraneous #include.
2006-08-07 Reid SpencerMake the removal of files use Path::eraseFromDisk just...
2006-08-07 Reid SpencerAdd a note about how the "isFile" check in Path::eraseF...
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris LattnerUse getFileStatus instead of Path::isDirectory().
2006-08-01 Chris Lattnerelimiante some syscalls
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
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-18 Chris Lattnersimple optimization: don't bother calling "exists"...
2006-07-18 Chris LattnerRemove a dead conditional: info_ can only be allocated...
2006-07-18 Chris LattnerThe only entry in the stat buf this code cares about...
2006-07-18 Chris LattnerReduce code in the error path by only allocating info_...
2006-07-18 Chris LattnerUnindent some code
2006-07-12 Chris LattnerTurn an if into an else if.
2006-07-07 Chris Lattnerno need to do a stat then an lstat. lstat will tell...
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2006-06-16 Reid SpencerOnly print the stack trace if it was requested. Previou...
2006-06-09 Evan ChengDon't pull in environ, not always safe. Global variable...
2006-06-07 Reid SpencerFor PR787:
2006-05-14 Chris LattnerThis function is not documented as throwing an exceptio...
2006-05-12 Chris LattnerFix accidentally committed patch.
2006-05-12 Chris LattnerFix iterator invalidation bug, identified by Coverity.
2005-12-22 Reid SpencerFor PR351:
2005-12-22 Reid SpencerImplement a generic polled Alarm function. This merely...
2005-11-14 Chris Lattnerinstead of using mstats, use malloc_zone_statistics...
2005-11-14 Chris LattnerTeach -track-memory to work on darwin. Looking at...
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...
next