summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Fix comments.Torok Edwin2009-06-04
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-04
* At a newline at the end of this file.Duncan Sands2009-06-03
* Undef MemoryFence when compiling on MSVC.Owen Anderson2009-06-02
* Untabification.Bill Wendling2009-05-30
* Work around a page size issue on Cygwin.Jay Foad2009-05-23
* Add Atomic.cpp to the CMake build system.Owen Anderson2009-05-21
* Tabs, be gone!Owen Anderson2009-05-20
* I just fail today.Owen Anderson2009-05-20
* Copy-and-paste-o.Owen Anderson2009-05-20
* Move atomic operations' definitions out of line. While this seems kind of si...Owen Anderson2009-05-20
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-18
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-11
* Fix choice of version of Windows callback to use to consider not only the Vis...Stefanus Du Toit2009-04-28
* Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:Torok Edwin2009-04-25
* Silence warnings.Anton Korobeynikov2009-04-21
* Drop obsolete reference to __eprintf.Anton Korobeynikov2009-04-21
* Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar2009-04-20
* Call CreateProcess with bInheritHandles = TRUE.Mikhail Glushenkov2009-04-14
* Delete trailing whitespace.Mikhail Glushenkov2009-04-14
* fix PR3965:SIGINT handler not restored after calling ParseAST(),Chris Lattner2009-04-12
* Add sys::Path::makeAbsolute().Daniel Dunbar2009-04-09
* hopefully fix an apparent build error on windows.Chris Lattner2009-04-01
* Add llvm::sys::getHostTriple and removeDaniel Dunbar2009-03-31
* fix a bug Alexei Svitkine pointed out.Chris Lattner2009-03-23
* When we restore signal handlers, restore them back to what theyChris Lattner2009-03-23
* factorize signal registration, part of PR3848.Chris Lattner2009-03-23
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-19
* add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner2009-03-08
* When a crash signal is delivered do two things: remove all of ourChris Lattner2009-03-07
* move some code to gracefully handle the case when a handler crashes.Chris Lattner2009-03-05
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-04
* Fix main executable path name resolution on FreeBSD, patch by Chris Lattner2009-03-02
* If an executable is run through a symlink, dladdr will return theChris Lattner2009-02-19
* Fix warning on gcc 4.3.Mikhail Glushenkov2009-02-15
* Whitespace fixes.Mikhail Glushenkov2009-02-15
* Unbreak the build on win32.Cedric Venet2009-02-14
* Fix MingW build, patch by Kenneth Boyd!Julien Lerouge2009-02-12
* Use const, to support platforms where strrchr returns a const char *.Dan Gohman2009-02-10
* Add a Sleep() function.Mikhail Glushenkov2009-02-08
* Add Emacs hints to Alarm.inc.Mikhail Glushenkov2009-02-08
* Fix windows build, patch by Marius Wachtler!Chris Lattner2009-01-29
* Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster!Chris Lattner2009-01-29
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-22
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Don't use plain %x to print pointer values. I had changed it from %pDan Gohman2008-12-05
* Demangle and pretty-print symbols in internal backtraces. Patch byDan Gohman2008-12-05
* ARM / Mac OS X also wants to invalidate icache after jitting.Evan Cheng2008-11-14
* CMake: when bulding shared libraries on non-WIN32 systems, link dl toOscar Fuentes2008-11-12
* plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed...Nuno Lopes2008-11-06