| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR616: | Reid Spencer | 2005-08-24 | 1 | -3/+17 |
* | Fix grammar: it's == "it is". | Misha Brukman | 2005-08-02 | 1 | -1/+1 |
* | It's dangerous coding on Mondays. | Jeff Cohen | 2005-08-02 | 1 | -8/+5 |
* | Implement SetInterruptFunction for Windows. | Jeff Cohen | 2005-08-02 | 1 | -1/+25 |
* | Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the | Chris Lattner | 2005-08-02 | 2 | -2/+22 |
* | support near allocations for the JIT | Andrew Lenharth | 2005-07-29 | 2 | -4/+12 |
* | Fix a problem in getDirectoryContents where sub-directory names were | Reid Spencer | 2005-07-28 | 1 | -6/+14 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -7/+7 |
* | Eliminate tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -132/+132 |
* | Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation | Reid Spencer | 2005-07-13 | 1 | -0/+2 |
* | Note to self: don't introduce memory leaks. | Jeff Cohen | 2005-07-13 | 1 | -0/+1 |
* | Win32 support for Mutex class. | Jeff Cohen | 2005-07-13 | 3 | -12/+28 |
* | For PR540: | Reid Spencer | 2005-07-12 | 3 | -0/+233 |
* | Fix bugs also fixed in Unix version, plus other general cleanup. | Jeff Cohen | 2005-07-09 | 1 | -17/+61 |
* | 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 | 2 | -1/+19 |
* | Two changes: | Reid Spencer | 2005-07-08 | 1 | -7/+11 |
* | Stamp out tabs | Jeff Cohen | 2005-07-08 | 2 | -20/+19 |
* | Make Win32 implementation conform to new paradigm | Jeff Cohen | 2005-07-08 | 2 | -50/+61 |
* | Fix eraseSuffix() | Jeff Cohen | 2005-07-08 | 1 | -10/+6 |
* | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 3 | -22/+38 |
* | Fix VC++ breakage | Jeff Cohen | 2005-07-08 | 3 | -13/+10 |
* | Changes to mimic those in Unix/Path.inc in support of PR495. This hasn't | Reid Spencer | 2005-07-07 | 1 | -155/+94 |
* | For PR495: | Reid Spencer | 2005-07-07 | 5 | -139/+94 |
* | For PR495: | Reid Spencer | 2005-07-07 | 4 | -17/+17 |
* | 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 | 23 | -23/+0 |
* | Silence gcc-4.0.0 warnings. | Alkis Evlogimenos | 2005-04-22 | 1 | -4/+4 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 11 | -45/+45 |
* | Provide an implementation of the GetCurrentUserId and GetCurrentGroupId | Reid Spencer | 2005-04-21 | 2 | -0/+20 |
* | 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 |
* | Eliminate tabs | Jeff Cohen | 2005-04-11 | 2 | -5/+5 |
* | Be slightly more accurate in an error message. | Reid Spencer | 2005-03-02 | 1 | -1/+1 |
* | Fix silly mistake. | Jeff Cohen | 2005-02-20 | 1 | -1/+1 |
* | Implement standard I/O redirection in ExecuteAndWait(). | Jeff Cohen | 2005-02-20 | 1 | -7/+73 |
* | Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. | Jeff Cohen | 2005-02-19 | 4 | -4/+4 |
* | Make PreventCoreFiles() do the right thing on Windows. | Jeff Cohen | 2005-02-18 | 1 | -3/+6 |
* | Arg list already has program name in it. | Jeff Cohen | 2005-02-16 | 1 | -15/+2 |
* | Fix a bug in my previous change to this, which broke the build on sparcs. | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
* | Fix the llvm bootstrap | Chris Lattner | 2005-02-13 | 1 | -2/+2 |
* | If errno is zero strerror_r does not modify the buffer, leaving it unterminated. | Chris Lattner | 2005-02-13 | 2 | -2/+6 |
* | Fix some Path bugs | Jeff Cohen | 2005-01-27 | 1 | -11/+24 |
* | Fix destroyDirectory bug | Jeff Cohen | 2005-01-22 | 1 | -5/+8 |
* | Fix bugpoint | Chris Lattner | 2005-01-16 | 1 | -2/+1 |
* | We don't distribute the operating system specific directories any more. | Reid Spencer | 2005-01-14 | 1 | -1/+1 |