| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar | 2009-08-03 | 1 | -5/+21 |
* | Empty arguments need to be quoted on Win32. | Daniel Dunbar | 2009-08-02 | 1 | -3/+9 |
* | Don't use llvm_report_error in libSystem, this is a layering violation. | Daniel Dunbar | 2009-07-26 | 1 | -2/+2 |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 1 | -3/+4 |
* | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner | 2009-07-23 | 1 | -4/+3 |
* | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner | 2009-07-23 | 1 | -3/+4 |
* | Remove duplication in Program::Execute{And,No}Wait. | Mikhail Glushenkov | 2009-07-18 | 1 | -189/+35 |
* | Use llvm_report_error, not llvm_unreachable. | Daniel Dunbar | 2009-07-12 | 1 | -2/+2 |
* | Improve sys::Path::makeAbsolute on Win32. | Daniel Dunbar | 2009-07-12 | 1 | -0/+23 |
* | eraseFromDisk no longer throws. | Chris Lattner | 2009-07-09 | 1 | -4/+1 |
* | Add an ExecuteNoWait interface to support asynchronous process spawning. | David Greene | 2009-07-08 | 1 | -0/+165 |
* | remove two methods that no longer exist. | Chris Lattner | 2009-07-08 | 1 | -24/+0 |
* | more getting windows to build. | Chris Lattner | 2009-07-08 | 1 | -14/+7 |
* | hopefully fix the build on windows. | Chris Lattner | 2009-07-08 | 1 | -0/+1 |
* | Fixed assert that checks return value of TlsSetValue. | Oscar Fuentes | 2009-06-30 | 1 | -1/+1 |
* | Fix error in the Win32 implementation pointed out by Howard Su. | Owen Anderson | 2009-06-26 | 1 | -1/+1 |
* | Add support for const thread locals. | Owen Anderson | 2009-06-25 | 1 | -2/+2 |
* | Add a class for supporting platform independent thread-local storage. | Owen Anderson | 2009-06-25 | 1 | -0/+49 |
* | Guard dynamic library loading. | Owen Anderson | 2009-06-25 | 1 | -4/+15 |
* | Give RWMutex the SmartRWMutex treatment too. | Owen Anderson | 2009-06-18 | 1 | -6/+6 |
* | Insert a SmartMutex templated class into the class hierarchy, which takes a t... | Owen Anderson | 2009-06-18 | 1 | -5/+5 |
* | Improve the Win32 reader-writer lock implementation by making it just a normal | Owen Anderson | 2009-06-17 | 1 | -6/+14 |
* | Accidentally broke this file. | Owen Anderson | 2009-06-16 | 1 | -1/+1 |
* | Remove the Win32 implementation, since it doesn't compile pre-Vista. | Owen Anderson | 2009-06-16 | 1 | -12/+7 |
* | Add a portable wrapper for reader-writer locks. | Owen Anderson | 2009-06-16 | 2 | -1/+56 |
* | "This patch implements the method with the GetModuleFileName function for win... | Chris Lattner | 2009-06-15 | 1 | -1/+3 |
* | add a new static method to portably determine whether a patch is | Chris Lattner | 2009-06-15 | 1 | -0/+14 |
* | Fix comments. | Torok Edwin | 2009-06-04 | 1 | -1/+2 |
* | Add support for outputting ANSI colors to raw_fd_ostream. | Torok Edwin | 2009-06-04 | 1 | -0/+66 |
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 1 | -0/+16 |
* | Fix choice of version of Windows callback to use to consider not only the Vis... | Stefanus Du Toit | 2009-04-28 | 1 | -1/+12 |
* | Silence warnings. | Anton Korobeynikov | 2009-04-21 | 1 | -5/+5 |
* | Drop obsolete reference to __eprintf. | Anton Korobeynikov | 2009-04-21 | 1 | -2/+0 |
* | Call CreateProcess with bInheritHandles = TRUE. | Mikhail Glushenkov | 2009-04-14 | 1 | -1/+1 |
* | Delete trailing whitespace. | Mikhail Glushenkov | 2009-04-14 | 1 | -13/+13 |
* | hopefully fix an apparent build error on windows. | Chris Lattner | 2009-04-01 | 1 | -0/+1 |
* | Add llvm::sys::getHostTriple and remove | Daniel Dunbar | 2009-03-31 | 1 | -17/+3 |
* | Fix the Win32 VS2008 build: | Sebastian Redl | 2009-03-19 | 2 | -11/+13 |
* | add some explicit llvm:: qualifiers to the unix side, fix problems on the win... | Chris Lattner | 2009-03-08 | 1 | -2/+2 |
* | Add a new 'AddSignalHandler' function to Signals.h that allows | Chris Lattner | 2009-03-04 | 1 | -41/+15 |
* | Unbreak the build on win32. | Cedric Venet | 2009-02-14 | 1 | -1/+1 |
* | Fix MingW build, patch by Kenneth Boyd! | Julien Lerouge | 2009-02-12 | 1 | -1/+4 |
* | Add a Sleep() function. | Mikhail Glushenkov | 2009-02-08 | 1 | -0/+4 |
* | Add Emacs hints to Alarm.inc. | Mikhail Glushenkov | 2009-02-08 | 1 | -2/+2 |
* | Fix windows build, patch by Marius Wachtler! | Chris Lattner | 2009-01-29 | 1 | -2/+2 |
* | rename methods in System/Host to be more consistent. | Chris Lattner | 2009-01-22 | 1 | -2/+2 |
* | Silence a warning | Anton Korobeynikov | 2008-11-02 | 1 | -4/+6 |
* | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach | 2008-10-20 | 1 | -2/+9 |
* | Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab... | Argyrios Kyrtzidis | 2008-10-04 | 1 | -0/+8 |
* | Add llvm::sys::{osName,osVersion} for retrieving operating system name | Daniel Dunbar | 2008-10-02 | 1 | -0/+35 |