aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
Commit message (Expand)AuthorAgeFilesLines
* Add checks for __OpenBSD__.Jeff Cohen2006-04-171-1/+1
* Add the README files to the distribution.Reid Spencer2006-04-131-1/+1
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-302-0/+21
* Fix indentation.Jeff Cohen2006-01-291-4/+4
* For PR351:Reid Spencer2005-12-221-7/+12
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-223-0/+138
* instead of using mstats, use malloc_zone_statistics which returns numbersChris Lattner2005-11-141-4/+8
* Teach -track-memory to work on darwin. Looking at sbrk doesn't work becauseChris Lattner2005-11-141-10/+12
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-241-1/+1
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-241-0/+1
* For PR616:Reid Spencer2005-08-241-3/+17
* Fix grammar: it's == "it is".Misha Brukman2005-08-021-1/+1
* It's dangerous coding on Mondays.Jeff Cohen2005-08-021-8/+5
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-021-1/+25
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-022-2/+22
* support near allocations for the JITAndrew Lenharth2005-07-292-4/+12
* Fix a problem in getDirectoryContents where sub-directory names wereReid Spencer2005-07-281-6/+14
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-7/+7
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-132/+132
* Don't call pthread_mutexattr_setpshared on FreeBSD because its implementationReid Spencer2005-07-131-0/+2
* Note to self: don't introduce memory leaks.Jeff Cohen2005-07-131-0/+1
* Win32 support for Mutex class.Jeff Cohen2005-07-133-12/+28
* For PR540:Reid Spencer2005-07-123-0/+233
* Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen2005-07-091-17/+61
* 1. Fix bug in getBaseName where it mishandles suffixesJeff Cohen2005-07-091-2/+6
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-082-1/+19
* Two changes:Reid Spencer2005-07-081-7/+11
* Stamp out tabsJeff Cohen2005-07-082-20/+19
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-082-50/+61
* Fix eraseSuffix()Jeff Cohen2005-07-081-10/+6
* Final Changes For PR495:Reid Spencer2005-07-083-22/+38
* Fix VC++ breakageJeff Cohen2005-07-083-13/+10
* Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer2005-07-071-155/+94
* For PR495:Reid Spencer2005-07-075-139/+94
* For PR495:Reid Spencer2005-07-074-17/+17
* Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer2005-06-021-0/+5
* comment the hpux bitDuraid Madina2005-05-161-0/+1
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-0523-23/+0
* Silence gcc-4.0.0 warnings.Alkis Evlogimenos2005-04-221-4/+4
* Remove trailing whitespaceMisha Brukman2005-04-2111-45/+45
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-212-0/+20
* For Bug 543:Reid Spencer2005-04-211-24/+24
* For Bug 543:Reid Spencer2005-04-211-6/+8
* Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman2005-04-201-0/+2
* Do not mark directories as `executable', we only want program filesMisha Brukman2005-04-201-0/+4
* Ignore dangling symlinks in getDirectoryContents()Misha Brukman2005-04-201-3/+8
* Eliminate tabsJeff Cohen2005-04-112-5/+5
* Be slightly more accurate in an error message.Reid Spencer2005-03-021-1/+1
* Fix silly mistake.Jeff Cohen2005-02-201-1/+1