Age | Commit message (Expand) | Author |
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 |
2009-01-09 | Removed trailing whitespace from Makefiles. | Misha Brukman |
2008-12-05 | Don't use plain %x to print pointer values. I had changed it from %p | Dan Gohman |
2008-12-05 | Demangle and pretty-print symbols in internal backtraces. Patch by | Dan Gohman |
2008-11-14 | ARM / Mac OS X also wants to invalidate icache after jitting. | Evan Cheng |
2008-11-12 | CMake: when bulding shared libraries on non-WIN32 systems, link dl to | Oscar Fuentes |
2008-11-06 | plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed... | Nuno Lopes |
2008-11-04 | hasDisassembler should return false if disassembler isn't available. | Evan Cheng |
2008-11-02 | Silence a warning | Anton Korobeynikov |
2008-10-20 | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach |
2008-10-08 | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands |
2008-10-04 | Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab... | Argyrios Kyrtzidis |
2008-10-03 | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach |
2008-10-02 | CMake: Added Host.cpp to lib/System/CMakeLists.txt. | Oscar Fuentes |
2008-10-02 | Add llvm::sys::{osName,osVersion} for retrieving operating system name | Daniel Dunbar |
2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes |
2008-09-18 | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng |
2008-09-16 | AllocateRWXMemory -> AllocateRWX. | Evan Cheng |