aboutsummaryrefslogtreecommitdiff
path: root/lib/System
AgeCommit message (Expand)Author
2005-10-24DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner
2005-10-24Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner
2005-08-24For PR616:Reid Spencer
2005-08-02Fix grammar: it's == "it is".Misha Brukman
2005-08-02It's dangerous coding on Mondays.Jeff Cohen
2005-08-02Implement SetInterruptFunction for Windows.Jeff Cohen
2005-08-02Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner
2005-07-29support near allocations for the JITAndrew Lenharth
2005-07-28Fix a problem in getDirectoryContents where sub-directory names wereReid Spencer
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-07-13Don't call pthread_mutexattr_setpshared on FreeBSD because its implementationReid Spencer
2005-07-13Note to self: don't introduce memory leaks.Jeff Cohen
2005-07-13Win32 support for Mutex class.Jeff Cohen
2005-07-12For PR540:Reid Spencer
2005-07-09Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen
2005-07-091. Fix bug in getBaseName where it mishandles suffixesJeff Cohen
2005-07-08Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer
2005-07-08Two changes:Reid Spencer
2005-07-08Stamp out tabsJeff Cohen
2005-07-08Make Win32 implementation conform to new paradigmJeff Cohen
2005-07-08Fix eraseSuffix()Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-08Fix VC++ breakageJeff Cohen
2005-07-07Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-06-02Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer
2005-05-16comment the hpux bitDuraid Madina
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-22Silence gcc-4.0.0 warnings.Alkis Evlogimenos
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer
2005-04-21For Bug 543:Reid Spencer
2005-04-21For Bug 543:Reid Spencer
2005-04-20Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman
2005-04-20Do not mark directories as `executable', we only want program filesMisha Brukman
2005-04-20Ignore dangling symlinks in getDirectoryContents()Misha Brukman
2005-04-11Eliminate tabsJeff Cohen
2005-03-02Be slightly more accurate in an error message.Reid Spencer
2005-02-20Fix silly mistake.Jeff Cohen
2005-02-20Implement standard I/O redirection in ExecuteAndWait().Jeff Cohen
2005-02-19Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen
2005-02-18Make PreventCoreFiles() do the right thing on Windows.Jeff Cohen
2005-02-16Arg list already has program name in it.Jeff Cohen
2005-02-14Fix a bug in my previous change to this, which broke the build on sparcs.Chris Lattner
2005-02-13Fix the llvm bootstrapChris Lattner
2005-02-13If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner
2005-01-27Fix some Path bugsJeff Cohen
2005-01-22Fix destroyDirectory bugJeff Cohen