| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 2 | -2/+2 |
* | Add llvm::Program::ChangeStderrToBinary(). | Douglas Gregor | 2010-01-28 | 1 | -2/+4 |
* | Stubs for getHostCPUFeatures API. This implements part of PR5389. | Xerxes Ranby | 2010-01-19 | 1 | -0/+13 |
* | Make Path use StringRef instead of std::string where possible. | Jeffrey Yasskin | 2009-12-17 | 1 | -23/+24 |
* | Removed VC++ compatibility code from DataTypes.h.in. | Oscar Fuentes | 2009-12-08 | 1 | -36/+0 |
* | For VC++, define the ?INT*_C macros only it they are not yet defined. | Oscar Fuentes | 2009-12-08 | 1 | -8/+27 |
* | Fixes the Atomic implementation if compiled by MSVC compiler. | Oscar Fuentes | 2009-12-07 | 1 | -0/+4 |
* | Adjust comments to new semantics. | Edward O'Callaghan | 2009-11-25 | 1 | -3/+3 |
* | API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r... | Edward O'Callaghan | 2009-11-25 | 1 | -3/+5 |
* | Fix comments as pre-post review for rev.89765. | Edward O'Callaghan | 2009-11-24 | 1 | -2/+2 |
* | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan | 2009-11-24 | 1 | -0/+5 |
* | Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. | Daniel Dunbar | 2009-11-14 | 1 | -0/+6 |
* | 80-col violation. | Mikhail Glushenkov | 2009-11-07 | 1 | -2/+2 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 7 | -4/+328 |
* | Fix typo. | Nick Lewycky | 2009-10-11 | 1 | -1/+1 |
* | Fix typo. | Nick Lewycky | 2009-10-11 | 1 | -1/+1 |
* | Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks | Daniel Dunbar | 2009-09-22 | 1 | -4/+8 |
* | Get rid of GetProcessId in Win32/Program.inc. | Mikhail Glushenkov | 2009-09-15 | 1 | -8/+4 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -0/+5 |
* | Copy-pasto. | Mikhail Glushenkov | 2009-09-09 | 1 | -3/+2 |
* | Revert 81248 for now. | Mikhail Glushenkov | 2009-09-09 | 1 | -0/+4 |
* | Const-correctness. | Mikhail Glushenkov | 2009-09-08 | 1 | -1/+1 |
* | Since Program is basically a PID, it should be copyable. | Mikhail Glushenkov | 2009-09-08 | 1 | -4/+0 |
* | Get rid of the Pid_ member in the Program class. | Mikhail Glushenkov | 2009-09-08 | 1 | -4/+2 |
* | Add a Kill() function to the Program class. | Mikhail Glushenkov | 2009-09-08 | 1 | -3/+14 |
* | Tweak code into an equivalent form for which icc | Duncan Sands | 2009-09-06 | 1 | -16/+20 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 2 | -29/+5 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 1 | -1/+1 |
* | Revert 78662 to fix broken windows build. Add a comment which explains the pr... | Benjamin Kramer | 2009-08-11 | 1 | -1/+2 |
* | Remove an unnecessary mutable. | Dan Gohman | 2009-08-11 | 1 | -1/+1 |
* | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar | 2009-08-03 | 1 | -3/+6 |
* | Add a warning. | Mikhail Glushenkov | 2009-07-31 | 1 | -1/+2 |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 1 | -3/+6 |
* | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner | 2009-07-23 | 1 | -6/+3 |
* | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner | 2009-07-23 | 1 | -3/+6 |
* | Add a Program::GetPid() method. | Mikhail Glushenkov | 2009-07-18 | 1 | -0/+3 |
* | Remove duplication in Program::Execute{And,No}Wait. | Mikhail Glushenkov | 2009-07-18 | 1 | -93/+104 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-07-17 | 1 | -4/+4 |
* | Add a raw_ostream operator<< to sys::Path. | Dan Gohman | 2009-07-15 | 1 | -0/+12 |
* | Add an ExecuteNoWait interface to support asynchronous process spawning. | David Greene | 2009-07-08 | 1 | -0/+37 |
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 2 | -14/+12 |
* | Eliminate the static constructors and locks from DynamicLibrary.cpp. | Chris Lattner | 2009-07-07 | 1 | -0/+15 |
* | remove dead code, noone creates instances of "DynamicLibrary", so the ctor an... | Chris Lattner | 2009-07-07 | 1 | -57/+30 |
* | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin | 2009-07-01 | 1 | -0/+34 |
* | 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/+41 |
* | Add atomic multiply and divide operations, built on top of CompareAndSwap. | Owen Anderson | 2009-06-23 | 1 | -0/+2 |
* | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson | 2009-06-23 | 1 | -8/+7 |
* | Atomic ops that do arithmetic use signed arithmetic. | Owen Anderson | 2009-06-23 | 1 | -4/+4 |
* | Label the existing atomic functions as 32-bit specific, and add a 64-bit one ... | Owen Anderson | 2009-06-23 | 1 | -7/+8 |