2010-03-17 |
Jeffrey Yasskin | Fix a false-positive memory leak in code using RemoveFi... |
tree | commitdiff |
2010-03-15 |
Jeffrey Yasskin | Tell Valgrind when we modify already-executed machine... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | don't forget to close a FD on an error condition, found by |
tree | commitdiff |
2010-03-12 |
Kovarththanan Raja... | Remove superfluous NULL assignment |
tree | commitdiff |
2010-03-11 |
Ted Kremenek | Update CMake build. |
tree | commitdiff |
2010-03-11 |
Jeffrey Yasskin | Make clang bootstrap happier on OSX 10.5 by reducing... |
tree | commitdiff |
2010-02-14 |
Chris Lattner | follow-on to PR6280 |
tree | commitdiff |
2010-02-12 |
Chris Lattner | improve support for minix, PR6280, patch by |
tree | commitdiff |
2010-01-28 |
Douglas Gregor | Add llvm::Program::ChangeStderrToBinary(). |
tree | commitdiff |
2010-01-24 |
Chris Lattner | mark some libraries that currently require RTTI. |
tree | commitdiff |
2010-01-22 |
Torok Edwin | Fix TimeValue::now() on Unix. |
tree | commitdiff |
2010-01-19 |
Xerxes Ranby | Stubs for getHostCPUFeatures API. This implements part... |
tree | commitdiff |
2010-01-14 |
Anton Korobeynikov | Remove spurious semicolon. |
tree | commitdiff |
2009-12-23 |
Douglas Gregor | Alternative fix to make sure that the extern declaratio... |
tree | commitdiff |
2009-12-23 |
Douglas Gregor | Revert 92020 until I figure out a more portable fix |
tree | commitdiff |
2009-12-23 |
Douglas Gregor | Move the extern symbol declarations outside of |
tree | commitdiff |
2009-12-23 |
Nuno Lopes | move a few more symbols to .rodata |
tree | commitdiff |
2009-12-18 |
Daniel Dunbar | Fix Win32 Path.inc for API update. |
tree | commitdiff |
2009-12-17 |
Jeffrey Yasskin | Make Path use StringRef instead of std::string where... |
tree | commitdiff |
2009-12-16 |
Chris Lattner | remove use of SmallVector from Path::makeUnique. Path... |
tree | commitdiff |
2009-12-16 |
Chris Lattner | eliminate an extraneous use of SmallVector in a case... |
tree | commitdiff |
2009-12-14 |
Torok Edwin | Add "generic" fallback. |
tree | commitdiff |
2009-12-13 |
Torok Edwin | Using _MSC_VER there was wrong, better just use the... |
tree | commitdiff |
2009-12-12 |
Torok Edwin | Enable CPU detection when using MS VS 2k8 too. |
tree | commitdiff |
2009-12-09 |
Daniel Dunbar | Remove spurious extern. |
tree | commitdiff |
2009-12-07 |
Oscar Fuentes | Fixes the Atomic implementation if compiled by MSVC... |
tree | commitdiff |
2009-11-29 |
Benjamin Kramer | Remove dead returns. |
tree | commitdiff |
2009-11-29 |
Kovarththanan Raja... | This patch ensures that Path::GetMainExecutable is... |
tree | commitdiff |
2009-11-25 |
Edward O'Callaghan | API change Path::isSpecialFile to Path::isRegularFile... |
tree | commitdiff |
2009-11-24 |
Daniel Dunbar | Remove bogus error handling code. |
tree | commitdiff |
2009-11-24 |
Edward O'Callaghan | Provide Path::isSpecialFile interface for PR5568. |
tree | commitdiff |
2009-11-19 |
Oscar Fuentes | Use CMAKE_DL_LIBS instead of raw library name. Fixes... |
tree | commitdiff |
2009-11-19 |
Benjamin Kramer | Unbreak x64 MSVC build. Patch by Nicolas Capens! |
tree | commitdiff |
2009-11-17 |
Benjamin Kramer | Revert CPU detection code to return "generic" instead... |
tree | commitdiff |
2009-11-14 |
Daniel Dunbar | Remove bogus corei7 and atom entries, the family was... |
tree | commitdiff |
2009-11-14 |
Daniel Dunbar | Fill out X86 table, although we are missing lots of... |
tree | commitdiff |
2009-11-14 |
Daniel Dunbar | Add llvm::sys::getHostCPUName, for detecting the LLVM... |
tree | commitdiff |
2009-11-08 |
Duncan Sands | Revert commit 81144, and add a comment. It caused... |
tree | commitdiff |
2009-11-05 |
Benjamin Kramer | Path::createDirectoryOnDisk should ignore existing... |
tree | commitdiff |
2009-11-02 |
Edward O'Callaghan | Fix malloc.h is deprecated warning on DragonFly BSD. |
tree | commitdiff |
2009-10-30 |
Dan Gohman | Most stack straces don't need 3 digits worth of levels. |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-25 |
Chandler Carruth | Remove unused includes. |
tree | commitdiff |
2009-10-22 |
Ted Kremenek | Use 'waitpid' instead of 'wait'. Basing Program::Wait... |
tree | commitdiff |
2009-10-12 |
Edward O'Callaghan | Haiku porting patches, Credit to Paul Davey. |
tree | commitdiff |
2009-10-02 |
Benjamin Kramer | MingW build fixes |
tree | commitdiff |
2009-09-22 |
Daniel Dunbar | ... missed hiding a variable for MSVC only. |
tree | commitdiff |
2009-09-22 |
Daniel Dunbar | Hide MSVC specific CRT interaction behind _MSC_VER. |
tree | commitdiff |
2009-09-22 |
Mikhail Glushenkov | Remove the GetProcessId() call from Win32/Program.inc... |
tree | commitdiff |
2009-09-22 |
Daniel Dunbar | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable... |
tree | commitdiff |
2009-09-22 |
Daniel Dunbar | Revert "Get rid of GetProcessId in Win32/Program.inc... |
tree | commitdiff |
2009-09-15 |
Mikhail Glushenkov | Get rid of GetProcessId in Win32/Program.inc. |
tree | commitdiff |
2009-09-12 |
Daniel Dunbar | Experimental fix for PR4960. |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Fix llvm-extract's "writing bitcode to a terminal"... |
tree | commitdiff |
2009-09-09 |
Benjamin Kramer | Add a shortcut for OS X to Path::GetMainExecutable... |
tree | commitdiff |
2009-09-09 |
Mikhail Glushenkov | Check that the 'kill' call succeeded. |
tree | commitdiff |
2009-09-08 |
Mikhail Glushenkov | This should unbreak the build on 64-bit Linux. |
tree | commitdiff |
2009-09-08 |
Mikhail Glushenkov | Const-correctness. |
tree | commitdiff |
2009-09-08 |
Mikhail Glushenkov | Get rid of the Pid_ member in the Program class. |
tree | commitdiff |
2009-09-08 |
Mikhail Glushenkov | Add a Kill() function to the Program class. |
tree | commitdiff |
2009-09-07 |
Duncan Sands | Using a signal handler that does nothing should be |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Remove some not-really-used variables, as warned |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Tweak code into an equivalent form for which icc |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Improve llvm::getHostTriple for some cases where the... |
tree | commitdiff |
2009-08-31 |
Torok Edwin | Fix ExplicitSymbols leak. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | remove the last uses of Config/alloca.h |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
tree | commitdiff |
2009-08-19 |
Owen Anderson | Get rid of a helgrind warning. If this is _actually_... |
tree | commitdiff |
2009-08-17 |
Owen Anderson | Add locking around signal handler registration. |
tree | commitdiff |
2009-08-12 |
Dan Gohman | This void is implicit in C++. |
tree | commitdiff |
2009-08-12 |
Chris Lattner | improve win32 path support, patch by Baptiste Lepilleur! |
tree | commitdiff |
2009-08-07 |
Dan Gohman | Fix a bunch of namespace pollution. |
tree | commitdiff |
2009-08-05 |
Dan Gohman | Minor code simplification. |
tree | commitdiff |
2009-08-05 |
Dan Gohman | Update a comment to reflect the current code. |
tree | commitdiff |
2009-08-05 |
Dan Gohman | Remove needless uses of std::flush in the parent proces... |
tree | commitdiff |
2009-08-05 |
Dan Gohman | Use _exit rather than exit in the child process after... |
tree | commitdiff |
2009-08-04 |
Dan Gohman | Follow Unix behavior and return 127 if the command... |
tree | commitdiff |
2009-08-04 |
Daniel Dunbar | When exec() fails, return 127 instead of errno; the... |
tree | commitdiff |
2009-08-03 |
Daniel Dunbar | Fix a race condition in getting the process exit code... |
tree | commitdiff |
2009-08-02 |
Daniel Dunbar | Empty arguments need to be quoted on Win32. |
tree | commitdiff |
2009-08-01 |
Chris Lattner | eXtensible Systems doesn't exist any more and Reid... |
tree | commitdiff |
2009-07-29 |
Dan Gohman | Remove another F_OK. |
tree | commitdiff |
2009-07-28 |
Dan Gohman | On "Unix", if Program::FindProgramByName is given a... |
tree | commitdiff |
2009-07-28 |
Dan Gohman | It isn't necessary to use F_OK when using R_OK or similar. |
tree | commitdiff |
2009-07-28 |
Benjamin Kramer | Fix a fixme; don't take binaries from the working direc... |
tree | commitdiff |
2009-07-27 |
Douglas Gregor | CMake: make sure that the *.inc files for libSystem... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Don't use llvm_report_error in libSystem, this is a... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Re-committing r76828 with the JIT memory manager change... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Reverting r76825 and r76828, since they caused clang... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Make the JIT code emitter properly retry and ask for... |
tree | commitdiff |
2009-07-18 |
Mikhail Glushenkov | Remove duplication in Program::Execute{And,No}Wait. |
tree | commitdiff |
2009-07-17 |
Mikhail Glushenkov | Trailing whitespace. |
tree | commitdiff |
2009-07-15 |
Ted Kremenek | Lexically order files in CMakeLists.txt files. |
tree | commitdiff |
2009-07-12 |
Daniel Dunbar | Use llvm_report_error, not llvm_unreachable. |
tree | commitdiff |
2009-07-12 |
Daniel Dunbar | Improve sys::Path::makeAbsolute on Win32. |
tree | commitdiff |
2009-07-12 |
Chris Lattner | "UNIX paths can contain non-ASCII characters, so Path... |
tree | commitdiff |
2009-07-09 |
Chris Lattner | eraseFromDisk no longer throws. |
tree | commitdiff |
2009-07-08 |
David Greene | Add an ExecuteNoWait interface to support asynchronous... |
tree | commitdiff |
2009-07-08 |
Chris Lattner | remove two methods that no longer exist. |
tree | commitdiff |
2009-07-08 |
Chris Lattner | more getting windows to build. |
tree | commitdiff |
next |