aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
Commit message (Expand)AuthorAgeFilesLines
* glibc has two versions of strerror_r, a standards compliant one and a GNUDan Gohman2009-06-151-1/+8
* "This patch implements the method with the GetModuleFileName function for win...Chris Lattner2009-06-151-1/+3
* add a new static method to portably determine whether a patch isChris Lattner2009-06-152-0/+22
* Fix comments.Torok Edwin2009-06-041-1/+2
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-042-0/+125
* At a newline at the end of this file.Duncan Sands2009-06-031-1/+1
* Undef MemoryFence when compiling on MSVC.Owen Anderson2009-06-021-0/+1
* Untabification.Bill Wendling2009-05-301-42/+41
* Work around a page size issue on Cygwin.Jay Foad2009-05-231-1/+6
* Add Atomic.cpp to the CMake build system.Owen Anderson2009-05-211-0/+1
* Tabs, be gone!Owen Anderson2009-05-201-3/+3
* I just fail today.Owen Anderson2009-05-201-3/+3
* Copy-and-paste-o.Owen Anderson2009-05-201-1/+1
* Move atomic operations' definitions out of line. While this seems kind of si...Owen Anderson2009-05-201-0/+52
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-181-1/+4
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-112-0/+53
* Fix choice of version of Windows callback to use to consider not only the Vis...Stefanus Du Toit2009-04-281-1/+12
* Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:Torok Edwin2009-04-251-1/+1
* Silence warnings.Anton Korobeynikov2009-04-211-5/+5
* Drop obsolete reference to __eprintf.Anton Korobeynikov2009-04-211-2/+0
* Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar2009-04-204-7/+10
* Call CreateProcess with bInheritHandles = TRUE.Mikhail Glushenkov2009-04-141-1/+1
* Delete trailing whitespace.Mikhail Glushenkov2009-04-141-13/+13
* fix PR3965:SIGINT handler not restored after calling ParseAST(),Chris Lattner2009-04-121-1/+2
* Add sys::Path::makeAbsolute().Daniel Dunbar2009-04-091-0/+12
* hopefully fix an apparent build error on windows.Chris Lattner2009-04-011-0/+1
* Add llvm::sys::getHostTriple and removeDaniel Dunbar2009-03-312-26/+28
* fix a bug Alexei Svitkine pointed out.Chris Lattner2009-03-231-2/+2
* When we restore signal handlers, restore them back to what theyChris Lattner2009-03-231-8/+30
* factorize signal registration, part of PR3848.Chris Lattner2009-03-231-10/+23
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-192-11/+13
* add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner2009-03-082-6/+7
* When a crash signal is delivered do two things: remove all of ourChris Lattner2009-03-071-5/+14
* move some code to gracefully handle the case when a handler crashes.Chris Lattner2009-03-051-4/+6
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-042-135/+83
* Fix main executable path name resolution on FreeBSD, patch by Chris Lattner2009-03-021-1/+60
* If an executable is run through a symlink, dladdr will return theChris Lattner2009-02-191-3/+8
* Fix warning on gcc 4.3.Mikhail Glushenkov2009-02-151-1/+4
* Whitespace fixes.Mikhail Glushenkov2009-02-151-58/+58
* Unbreak the build on win32.Cedric Venet2009-02-141-1/+1
* Fix MingW build, patch by Kenneth Boyd!Julien Lerouge2009-02-121-1/+4
* Use const, to support platforms where strrchr returns a const char *.Dan Gohman2009-02-101-2/+2
* Add a Sleep() function.Mikhail Glushenkov2009-02-082-0/+8
* Add Emacs hints to Alarm.inc.Mikhail Glushenkov2009-02-083-8/+8
* Fix windows build, patch by Marius Wachtler!Chris Lattner2009-01-291-2/+2
* Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster!Chris Lattner2009-01-291-4/+7
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-222-4/+4
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
* Don't use plain %x to print pointer values. I had changed it from %pDan Gohman2008-12-051-1/+2
* Demangle and pretty-print symbols in internal backtraces. Patch byDan Gohman2008-12-051-0/+44