| Age | Commit message (Expand) | Author |
| 2009-06-16 | Remove the Win32 implementation, since it doesn't compile pre-Vista. | Owen Anderson |
| 2009-06-16 | Fix/cleanup trailing newlines. | Owen Anderson |
| 2009-06-16 | Add a portable wrapper for reader-writer locks. | Owen Anderson |
| 2009-06-15 | glibc has two versions of strerror_r, a standards compliant one and a GNU | Dan Gohman |
| 2009-06-15 | "This patch implements the method with the GetModuleFileName function for win... | Chris Lattner |
| 2009-06-15 | add a new static method to portably determine whether a patch is | Chris Lattner |
| 2009-06-04 | Fix comments. | Torok Edwin |
| 2009-06-04 | Add support for outputting ANSI colors to raw_fd_ostream. | Torok Edwin |
| 2009-06-03 | At a newline at the end of this file. | Duncan Sands |
| 2009-06-02 | Undef MemoryFence when compiling on MSVC. | Owen Anderson |
| 2009-05-30 | Untabification. | Bill Wendling |
| 2009-05-23 | Work around a page size issue on Cygwin. | Jay Foad |
| 2009-05-21 | Add Atomic.cpp to the CMake build system. | Owen Anderson |
| 2009-05-20 | Tabs, be gone! | Owen Anderson |
| 2009-05-20 | I just fail today. | Owen Anderson |
| 2009-05-20 | Copy-and-paste-o. | Owen Anderson |
| 2009-05-20 | Move atomic operations' definitions out of line. While this seems kind of si... | Owen Anderson |
| 2009-05-18 | termios.h contains the winsize structure we need to determine the | Douglas Gregor |
| 2009-05-11 | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor |
| 2009-04-28 | Fix choice of version of Windows callback to use to consider not only the Vis... | Stefanus Du Toit |
| 2009-04-25 | Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: | Torok Edwin |
| 2009-04-21 | Silence warnings. | Anton Korobeynikov |
| 2009-04-21 | Drop obsolete reference to __eprintf. | Anton Korobeynikov |
| 2009-04-20 | Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: | Daniel Dunbar |
| 2009-04-14 | Call CreateProcess with bInheritHandles = TRUE. | Mikhail Glushenkov |
| 2009-04-14 | Delete trailing whitespace. | Mikhail Glushenkov |
| 2009-04-12 | fix PR3965:SIGINT handler not restored after calling ParseAST(), | Chris Lattner |
| 2009-04-09 | Add sys::Path::makeAbsolute(). | Daniel Dunbar |
| 2009-04-01 | hopefully fix an apparent build error on windows. | Chris Lattner |
| 2009-03-31 | Add llvm::sys::getHostTriple and remove | Daniel Dunbar |
| 2009-03-23 | fix a bug Alexei Svitkine pointed out. | Chris Lattner |
| 2009-03-23 | When we restore signal handlers, restore them back to what they | Chris Lattner |
| 2009-03-23 | factorize signal registration, part of PR3848. | Chris Lattner |
| 2009-03-19 | Fix the Win32 VS2008 build: | Sebastian Redl |
| 2009-03-08 | add some explicit llvm:: qualifiers to the unix side, fix problems on the win... | Chris Lattner |
| 2009-03-07 | When a crash signal is delivered do two things: remove all of our | Chris Lattner |
| 2009-03-05 | move some code to gracefully handle the case when a handler crashes. | Chris Lattner |
| 2009-03-04 | Add a new 'AddSignalHandler' function to Signals.h that allows | Chris Lattner |
| 2009-03-02 | Fix main executable path name resolution on FreeBSD, patch by | Chris Lattner |
| 2009-02-19 | If an executable is run through a symlink, dladdr will return the | Chris Lattner |
| 2009-02-15 | Fix warning on gcc 4.3. | Mikhail Glushenkov |
| 2009-02-15 | Whitespace fixes. | Mikhail Glushenkov |
| 2009-02-14 | Unbreak the build on win32. | Cedric Venet |
| 2009-02-12 | Fix MingW build, patch by Kenneth Boyd! | Julien Lerouge |
| 2009-02-10 | Use const, to support platforms where strrchr returns a const char *. | Dan Gohman |
| 2009-02-08 | Add a Sleep() function. | Mikhail Glushenkov |
| 2009-02-08 | Add Emacs hints to Alarm.inc. | Mikhail Glushenkov |
| 2009-01-29 | Fix windows build, patch by Marius Wachtler! | Chris Lattner |
| 2009-01-29 | Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster! | Chris Lattner |
| 2009-01-22 | rename methods in System/Host to be more consistent. | Chris Lattner |