| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the | Chris Lattner | 2005-08-02 | 1 | -2/+18 |
* | support near allocations for the JIT | Andrew Lenharth | 2005-07-29 | 1 | -3/+9 |
* | Fix a problem in getDirectoryContents where sub-directory names were | Reid Spencer | 2005-07-28 | 1 | -6/+14 |
* | For PR540: | Reid Spencer | 2005-07-12 | 1 | -0/+46 |
* | 1. Fix bug in getBaseName where it mishandles suffixes | Jeff Cohen | 2005-07-09 | 1 | -2/+6 |
* | Ensure that functions like isDirectory don't fail if the file doesn't | Reid Spencer | 2005-07-08 | 1 | -1/+13 |
* | Two changes: | Reid Spencer | 2005-07-08 | 1 | -7/+11 |
* | Stamp out tabs | Jeff Cohen | 2005-07-08 | 1 | -1/+1 |
* | Fix eraseSuffix() | Jeff Cohen | 2005-07-08 | 1 | -10/+6 |
* | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 2 | -10/+19 |
* | For PR495: | Reid Spencer | 2005-07-07 | 3 | -134/+83 |
* | For PR495: | Reid Spencer | 2005-07-07 | 2 | -9/+9 |
* | Put in a hack for Cygwin that prevents mkdtemp from being used since | Reid Spencer | 2005-06-02 | 1 | -0/+5 |
* | comment the hpux bit | Duraid Madina | 2005-05-16 | 1 | -0/+1 |
* | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman | 2005-05-05 | 8 | -8/+0 |
* | Silence gcc-4.0.0 warnings. | Alkis Evlogimenos | 2005-04-22 | 1 | -4/+4 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 2 | -9/+9 |
* | Provide an implementation of the GetCurrentUserId and GetCurrentGroupId | Reid Spencer | 2005-04-21 | 1 | -0/+10 |
* | For Bug 543: | Reid Spencer | 2005-04-21 | 1 | -24/+24 |
* | For Bug 543: | Reid Spencer | 2005-04-21 | 1 | -6/+8 |
* | Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may | Misha Brukman | 2005-04-20 | 1 | -0/+2 |
* | Do not mark directories as `executable', we only want program files | Misha Brukman | 2005-04-20 | 1 | -0/+4 |
* | Ignore dangling symlinks in getDirectoryContents() | Misha Brukman | 2005-04-20 | 1 | -3/+8 |
* | Be slightly more accurate in an error message. | Reid Spencer | 2005-03-02 | 1 | -1/+1 |
* | Fix a bug in my previous change to this, which broke the build on sparcs. | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
* | If errno is zero strerror_r does not modify the buffer, leaving it unterminated. | Chris Lattner | 2005-02-13 | 2 | -2/+6 |
* | Fix bugpoint | Chris Lattner | 2005-01-16 | 1 | -2/+1 |
* | Make asctime_r work for HP/UX. | Reid Spencer | 2005-01-14 | 1 | -0/+4 |
* | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly | Reid Spencer | 2005-01-09 | 7 | -1568/+0 |
* | Use size_t instead of long to represent memory usage. long is 32 bits | Jeff Cohen | 2005-01-08 | 2 | -4/+4 |
* | Add functions for determining if the stdin/out/err is connected to a | Reid Spencer | 2005-01-01 | 2 | -0/+48 |
* | Fix a compilation error for the case where mallinfo() is not available. | Reid Spencer | 2004-12-31 | 2 | -2/+2 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -4/+58 |
* | For PR351: | Reid Spencer | 2004-12-27 | 2 | -8/+0 |
* | For PR351: | Reid Spencer | 2004-12-27 | 2 | -0/+24 |
* | For PR351: | Reid Spencer | 2004-12-27 | 2 | -2/+50 |
* | For PR351: | Reid Spencer | 2004-12-27 | 2 | -0/+100 |
* | For PR351: | Reid Spencer | 2004-12-27 | 6 | -12/+40 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -33/+0 |
* | For PR351: | Reid Spencer | 2004-12-24 | 2 | -0/+178 |
* | Remove these files as they are not being included any more. DynamicLibrary | Reid Spencer | 2004-12-24 | 1 | -56/+0 |
* | Put the CopyFile function explicitly in the sys namespace. | Reid Spencer | 2004-12-21 | 2 | -2/+2 |
* | Implement GetTimeUsage correctly. | Reid Spencer | 2004-12-20 | 2 | -8/+16 |
* | Provide a getrusage based implementation of GetTotalMemoryUsage and use | Reid Spencer | 2004-12-20 | 2 | -0/+8 |
* | Consistently use the same #if style. Also, fix a bug testing for sbrk(3) | Reid Spencer | 2004-12-20 | 2 | -8/+8 |
* | For PR351: | Reid Spencer | 2004-12-20 | 2 | -12/+156 |
* | * Use "" for LLVM include files, not <> | Misha Brukman | 2004-12-20 | 2 | -10/+6 |
* | Use <> for system #include files | Misha Brukman | 2004-12-19 | 1 | -1/+1 |
* | Make references to 'struct sigaction' compile under Solaris. | Brian Gaeke | 2004-12-19 | 2 | -0/+2 |
* | For PR351: | Reid Spencer | 2004-12-19 | 2 | -44/+198 |