aboutsummaryrefslogtreecommitdiff
path: root/lib/System
AgeCommit message (Expand)Author
2006-05-14Bug noticed, by inspection. Filename can be null.Chris Lattner
2006-05-14This function is not documented as throwing an exception and callers don'tChris Lattner
2006-05-12Fix accidentally committed patch.Chris Lattner
2006-05-12Fix iterator invalidation bug, identified by Coverity.Chris Lattner
2006-05-07Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...Jeff Cohen
2006-04-29Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen
2006-04-17Add checks for __OpenBSD__.Jeff Cohen
2006-04-13Add the README files to the distribution.Reid Spencer
2006-03-14Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-01-30Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen
2006-01-29Fix indentation.Jeff Cohen
2005-12-22For PR351:Reid Spencer
2005-12-22Implement a generic polled Alarm function. This merely removes the systemReid Spencer
2005-11-14instead of using mstats, use malloc_zone_statistics which returns numbersChris Lattner
2005-11-14Teach -track-memory to work on darwin. Looking at sbrk doesn't work becauseChris Lattner
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