summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Get rid of a helgrind warning. If this is _actually_ a performance problem,Owen Anderson2009-08-19
* Add locking around signal handler registration.Owen Anderson2009-08-17
* This void is implicit in C++.Dan Gohman2009-08-12
* improve win32 path support, patch by Baptiste Lepilleur!Chris Lattner2009-08-12
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Minor code simplification.Dan Gohman2009-08-05
* Update a comment to reflect the current code.Dan Gohman2009-08-05
* Remove needless uses of std::flush in the parent process after aDan Gohman2009-08-05
* Use _exit rather than exit in the child process after a failed exec.Dan Gohman2009-08-05
* Follow Unix behavior and return 127 if the command is not found,Dan Gohman2009-08-04
* When exec() fails, return 127 instead of errno; the parent process has no way toDaniel Dunbar2009-08-04
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-03
* Empty arguments need to be quoted on Win32.Daniel Dunbar2009-08-02
* eXtensible Systems doesn't exist any more and Reid donated this to theChris Lattner2009-08-01
* Remove another F_OK.Dan Gohman2009-07-29
* On "Unix", if Program::FindProgramByName is given a name containingDan Gohman2009-07-28
* It isn't necessary to use F_OK when using R_OK or similar.Dan Gohman2009-07-28
* Fix a fixme; don't take binaries from the working directory.Benjamin Kramer2009-07-28
* CMake: make sure that the *.inc files for libSystem show up in the resulting Douglas Gregor2009-07-27
* Don't use llvm_report_error in libSystem, this is a layering violation.Daniel Dunbar2009-07-26
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-23
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-18
* Trailing whitespace.Mikhail Glushenkov2009-07-17
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-15
* Use llvm_report_error, not llvm_unreachable.Daniel Dunbar2009-07-12
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-12
* "UNIX paths can contain non-ASCII characters, so Path::isValid() should not r...Chris Lattner2009-07-12
* eraseFromDisk no longer throws.Chris Lattner2009-07-09
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-08
* remove two methods that no longer exist.Chris Lattner2009-07-08
* more getting windows to build.Chris Lattner2009-07-08
* hopefully fix the build on windows.Chris Lattner2009-07-08
* Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner2009-07-07
* remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner2009-07-07
* we don't use libtool anymore, update comments.Chris Lattner2009-07-07
* No need to double-include config.hOwen Anderson2009-07-06
* We need to include config.h to get the proper setting to LLVM_MULTITHREADED.Owen Anderson2009-07-06
* improve portability to windows, patch by Xerces Ranby!Chris Lattner2009-07-06
* Oops, I #included errno.h from inside the llvm::sys namespace.Jeffrey Yasskin2009-07-06
* Fix windows build, patch by Howard Su.Duncan Sands2009-07-02
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* Try again at making this work on OpenBSD.Owen Anderson2009-07-01
* Fix the build on OpenBSD.Owen Anderson2009-07-01
* Fixed assert that checks return value of TlsSetValue.Oscar Fuentes2009-06-30
* Fix compilation without pthreads.Owen Anderson2009-06-26
* Fix unused variable warnings.Daniel Dunbar2009-06-26
* Fix error in the Win32 implementation pointed out by Howard Su.Owen Anderson2009-06-26
* Add support for const thread locals.Owen Anderson2009-06-25