- 21569cd Add llvm::Program::ChangeStderrToBinary(). by Douglas Gregor · 15 years ago
- c0f8a36 mark some libraries that currently require RTTI. by Chris Lattner · 15 years ago
- b0a5bae Fix TimeValue::now() on Unix. by Torok Edwin · 15 years ago
- 1c8183d Stubs for getHostCPUFeatures API. This implements part of PR5389. by Xerxes Ranby · 15 years ago
- f4b6d88 Remove spurious semicolon. Patch by Diego Iastrubni! by Anton Korobeynikov · 15 years ago
- 37b7bae Alternative fix to make sure that the extern declarations used by by Douglas Gregor · 15 years ago
- 0b64472 Revert 92020 until I figure out a more portable fix by Douglas Gregor · 15 years ago
- 0f706ab Move the extern symbol declarations outside of by Douglas Gregor · 15 years ago
- ec9d8b0 move a few more symbols to .rodata by Nuno Lopes · 15 years ago
- 1edcafe Fix Win32 Path.inc for API update. by Daniel Dunbar · 15 years ago
- 88cd358 Make Path use StringRef instead of std::string where possible. by Jeffrey Yasskin · 15 years ago
- dc5138d remove use of SmallVector from Path::makeUnique. Path::makeUnique by Chris Lattner · 15 years ago
- e4b0cd2 eliminate an extraneous use of SmallVector in a case where by Chris Lattner · 15 years ago
- 546d8d0 Add "generic" fallback. by Torok Edwin · 15 years ago
- c4174d6 Using _MSC_VER there was wrong, better just use the already existing ifdefs for by Torok Edwin · 15 years ago
- da8bafb Enable CPU detection when using MS VS 2k8 too. by Torok Edwin · 15 years ago
- 164c7ba Remove spurious extern. by Daniel Dunbar · 15 years ago
- bcc2e45 Fixes the Atomic implementation if compiled by MSVC compiler. by Oscar Fuentes · 15 years ago
- 18eaefd Remove dead returns. by Benjamin Kramer · 15 years ago
- d614673 This patch ensures that Path::GetMainExecutable is able to handle the by Kovarththanan Rajaratnam · 15 years ago
- e49a8e4 API change Path::isSpecialFile to Path::isRegularFile, improve semantics in regards to comments from 89765 post review. by Edward O'Callaghan · 15 years ago
- 98e46d8 Remove bogus error handling code. by Daniel Dunbar · 15 years ago
- d41e944 Provide Path::isSpecialFile interface for PR5568. by Edward O'Callaghan · 15 years ago
- 470fb51 Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536. by Oscar Fuentes · 15 years ago
- ac07b3d Unbreak x64 MSVC build. Patch by Nicolas Capens! by Benjamin Kramer · 15 years ago
- 110e7bb Revert CPU detection code to return "generic" instead of an empty string in case by Benjamin Kramer · 15 years ago
- bfa0929 Remove bogus corei7 and atom entries, the family was incorrect. by Daniel Dunbar · 15 years ago
- a7ac3ce Fill out X86 table, although we are missing lots of names for things. We now by Daniel Dunbar · 15 years ago
- 067d024 Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. by Daniel Dunbar · 15 years ago
- 68d29d0 Revert commit 81144, and add a comment. It caused bugpoint timeouts by Duncan Sands · 15 years ago
- e9684c6 Path::createDirectoryOnDisk should ignore existing directories on win32 too. by Benjamin Kramer · 15 years ago
- bd5dc45 Fix malloc.h is deprecated warning on DragonFly BSD. by Edward O'Callaghan · 15 years ago
- 0b81e19 Most stack straces don't need 3 digits worth of levels. by Dan Gohman · 15 years ago
- 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
- 18ad485 Remove unused includes. by Chandler Carruth · 15 years ago
- 8201ebd Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents it being correct within a multithreaded context. by Ted Kremenek · 15 years ago
- df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
- 7d26948 MingW build fixes by Benjamin Kramer · 15 years ago
- 43fa15b ... missed hiding a variable for MSVC only. by Daniel Dunbar · 15 years ago
- 3be2d12 Hide MSVC specific CRT interaction behind _MSC_VER. by Daniel Dunbar · 15 years ago
- 92d3236 Remove the GetProcessId() call from Win32/Program.inc, take 2. by Mikhail Glushenkov · 15 years ago
- df33884 Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. by Daniel Dunbar · 15 years ago
- 57d6903 Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks by Daniel Dunbar · 15 years ago
- 6db0e3a Get rid of GetProcessId in Win32/Program.inc. by Mikhail Glushenkov · 15 years ago
- 299f11f Experimental fix for PR4960. by Daniel Dunbar · 15 years ago
- ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 15 years ago
- d8b0630 Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup on by Benjamin Kramer · 15 years ago
- 8add269 Check that the 'kill' call succeeded. by Mikhail Glushenkov · 15 years ago
- f1c3d50 This should unbreak the build on 64-bit Linux. by Mikhail Glushenkov · 15 years ago
- c22675b Const-correctness. by Mikhail Glushenkov · 15 years ago
- edf8e48 Get rid of the Pid_ member in the Program class. by Mikhail Glushenkov · 15 years ago
- a607202 Add a Kill() function to the Program class. by Mikhail Glushenkov · 15 years ago
- 3429c5e Using a signal handler that does nothing should be equivalent to SIG_IGN. by Duncan Sands · 15 years ago
- c2d98bc Remove some not-really-used variables, as warned by Duncan Sands · 15 years ago
- 740eb53 Tweak code into an equivalent form for which icc by Duncan Sands · 15 years ago
- 7096395 Improve llvm::getHostTriple for some cases where the LLVM_HOSTTRIPLE is not by Daniel Dunbar · 15 years ago
- 72ddf7b Fix ExplicitSymbols leak. by Torok Edwin · 15 years ago
- dbe89cd remove the last uses of Config/alloca.h by Chris Lattner · 15 years ago
- 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
- 0d1ea25 Get rid of a helgrind warning. If this is _actually_ a performance problem, by Owen Anderson · 15 years ago
- 6ae8c73 Add locking around signal handler registration. by Owen Anderson · 15 years ago
- a9ad041 This void is implicit in C++. by Dan Gohman · 15 years ago
- a79eefd improve win32 path support, patch by Baptiste Lepilleur! by Chris Lattner · 15 years ago
- 7db949d Fix a bunch of namespace pollution. by Dan Gohman · 15 years ago
- 7b3544b Minor code simplification. by Dan Gohman · 15 years ago
- 88abb89 Update a comment to reflect the current code. by Dan Gohman · 15 years ago
- 2cd498b Remove needless uses of std::flush in the parent process after a by Dan Gohman · 15 years ago
- 3396852 Use _exit rather than exit in the child process after a failed exec. by Dan Gohman · 15 years ago
- f363bc8 Follow Unix behavior and return 127 if the command is not found, by Dan Gohman · 15 years ago
- 6db0a8b When exec() fails, return 127 instead of errno; the parent process has no way to by Daniel Dunbar · 15 years ago
- defc853 Fix a race condition in getting the process exit code on Win32. by Daniel Dunbar · 15 years ago
- 9a0b574 Empty arguments need to be quoted on Win32. by Daniel Dunbar · 15 years ago
- afebf35 eXtensible Systems doesn't exist any more and Reid donated this to the by Chris Lattner · 15 years ago
- 28daa10 Remove another F_OK. by Dan Gohman · 15 years ago
- a87861e On "Unix", if Program::FindProgramByName is given a name containing by Dan Gohman · 15 years ago
- 73c74ea It isn't necessary to use F_OK when using R_OK or similar. by Dan Gohman · 15 years ago
- b0facb1 Fix a fixme; don't take binaries from the working directory. by Benjamin Kramer · 15 years ago
- e34887d CMake: make sure that the *.inc files for libSystem show up in the resulting by Douglas Gregor · 15 years ago
- 2749b3e Don't use llvm_report_error in libSystem, this is a layering violation. by Daniel Dunbar · 15 years ago
- 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 15 years ago
- 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 15 years ago
- 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 15 years ago
- 3140619 Remove duplication in Program::Execute{And,No}Wait. by Mikhail Glushenkov · 15 years ago
- 234f689 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- 1935629 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
- cae9a3f Use llvm_report_error, not llvm_unreachable. by Daniel Dunbar · 15 years ago
- a00e85c Improve sys::Path::makeAbsolute on Win32. - Patch by Viktor Kutuzov! by Daniel Dunbar · 15 years ago
- 0f55014 "UNIX paths can contain non-ASCII characters, so Path::isValid() should not reject paths with such characters in them. The attached patch removes the check from Path::isValid()." by Chris Lattner · 15 years ago
- ac35660 eraseFromDisk no longer throws. by Chris Lattner · 15 years ago
- 59629c1 by David Greene · 15 years ago
- 8b8d31e remove two methods that no longer exist. by Chris Lattner · 15 years ago
- 01d9a1b more getting windows to build. by Chris Lattner · 15 years ago
- 8e5a084 hopefully fix the build on windows. by Chris Lattner · 15 years ago
- a9b7d60 Eliminate the static constructors and locks from DynamicLibrary.cpp. by Chris Lattner · 15 years ago
- 72501b4 remove dead code, noone creates instances of "DynamicLibrary", so the ctor and dtor are dead. by Chris Lattner · 15 years ago
- 0875c7c we don't use libtool anymore, update comments. by Chris Lattner · 15 years ago
- 643dda1 No need to double-include config.h by Owen Anderson · 15 years ago
- 3d7622d We need to include config.h to get the proper setting to LLVM_MULTITHREADED. by Owen Anderson · 15 years ago
- c880815 improve portability to windows, patch by Xerces Ranby! by Chris Lattner · 15 years ago
- 4733e74 Oops, I #included errno.h from inside the llvm::sys namespace. by Jeffrey Yasskin · 15 years ago