summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup onBenjamin Kramer2009-09-09
* Check that the 'kill' call succeeded.Mikhail Glushenkov2009-09-09
* This should unbreak the build on 64-bit Linux.Mikhail Glushenkov2009-09-08
* Const-correctness.Mikhail Glushenkov2009-09-08
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-08
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-08
* Using a signal handler that does nothing should beDuncan Sands2009-09-07
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-06
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-06
* Improve llvm::getHostTriple for some cases where the LLVM_HOSTTRIPLE is notDaniel Dunbar2009-09-03
* Fix ExplicitSymbols leak.Torok Edwin2009-08-31
* remove the last uses of Config/alloca.hChris Lattner2009-08-23
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* 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