Fix choice of version of Windows callback to use to consider not only the Visual...
[oota-llvm.git] / lib / System / Unix /
2009-04-20 Daniel DunbarMake Unix.h:MakeErrMsg separate the prefix and errno...
2009-04-12 Chris Lattnerfix PR3965:SIGINT handler not restored after calling...
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-23 Chris Lattnerfix a bug Alexei Svitkine pointed out.
2009-03-23 Chris LattnerWhen we restore signal handlers, restore them back...
2009-03-23 Chris Lattnerfactorize signal registration, part of PR3848.
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
2009-03-07 Chris LattnerWhen a crash signal is delivered do two things: remove...
2009-03-05 Chris Lattnermove some code to gracefully handle the case when a...
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2009-03-02 Chris LattnerFix main executable path name resolution on FreeBSD...
2009-02-19 Chris LattnerIf an executable is run through a symlink, dladdr will...
2009-02-15 Mikhail GlushenkovFix warning on gcc 4.3.
2009-02-15 Mikhail GlushenkovWhitespace fixes.
2009-02-10 Dan GohmanUse const, to support platforms where strrchr returns...
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
2009-02-08 Mikhail GlushenkovAdd Emacs hints to Alarm.inc.
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2008-12-05 Dan GohmanDon't use plain %x to print pointer values. I had chang...
2008-12-05 Dan GohmanDemangle and pretty-print symbols in internal backtrace...
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-10-02 Daniel DunbarAdd llvm::sys::{osName,osVersion} for retrieving operat...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-09-16 Evan ChengAllocateRWXMemory -> AllocateRWX.
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-07-24 Devang PatelCreate temp. file in current path.
2008-07-22 Devang PatelWhile creating temp. file on disk, if the current filen...
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().
next