summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Bug noticed, by inspection. Filename can be null.Chris Lattner2006-05-14
* This function is not documented as throwing an exception and callers don'tChris Lattner2006-05-14
* Fix accidentally committed patch.Chris Lattner2006-05-12
* Fix iterator invalidation bug, identified by Coverity.Chris Lattner2006-05-12
* Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...Jeff Cohen2006-05-07
* Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen2006-04-29
* Add checks for __OpenBSD__.Jeff Cohen2006-04-17
* Add the README files to the distribution.Reid Spencer2006-04-13
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-30
* Fix indentation.Jeff Cohen2006-01-29
* For PR351:Reid Spencer2005-12-22
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-22
* instead of using mstats, use malloc_zone_statistics which returns numbersChris Lattner2005-11-14
* Teach -track-memory to work on darwin. Looking at sbrk doesn't work becauseChris Lattner2005-11-14
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-24
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-24
* For PR616:Reid Spencer2005-08-24
* Fix grammar: it's == "it is".Misha Brukman2005-08-02
* It's dangerous coding on Mondays.Jeff Cohen2005-08-02
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-02
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-02
* support near allocations for the JITAndrew Lenharth2005-07-29
* Fix a problem in getDirectoryContents where sub-directory names wereReid Spencer2005-07-28
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Don't call pthread_mutexattr_setpshared on FreeBSD because its implementationReid Spencer2005-07-13
* Note to self: don't introduce memory leaks.Jeff Cohen2005-07-13
* Win32 support for Mutex class.Jeff Cohen2005-07-13
* For PR540:Reid Spencer2005-07-12
* Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen2005-07-09
* 1. Fix bug in getBaseName where it mishandles suffixesJeff Cohen2005-07-09
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-08
* Two changes:Reid Spencer2005-07-08
* Stamp out tabsJeff Cohen2005-07-08
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-08
* Fix eraseSuffix()Jeff Cohen2005-07-08
* Final Changes For PR495:Reid Spencer2005-07-08
* Fix VC++ breakageJeff Cohen2005-07-08
* Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer2005-06-02
* comment the hpux bitDuraid Madina2005-05-16
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Silence gcc-4.0.0 warnings.Alkis Evlogimenos2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-21
* For Bug 543:Reid Spencer2005-04-21
* For Bug 543:Reid Spencer2005-04-21