| Age | Commit message (Expand) | Author |
| 2010-09-01 | Add an interface for unregistering a file from the FilesToRemove list. | Dan Gohman |
| 2010-08-31 | Fix spelling/typo. | Michael J. Spencer |
| 2010-07-28 | Add an erase() method to llvm::ThreadLocal. | Owen Anderson |
| 2010-07-28 | Add more doxygen comments for llvm::ThreadLocal. | Owen Anderson |
| 2010-07-12 | Path::isRootDirectory is unimplemented on Unix and not used, | Chris Lattner |
| 2010-06-24 | DataTypes.h.cmake (MSVC): Protect some #define's and use specific | Oscar Fuentes |
| 2010-05-08 | Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup | Daniel Dunbar |
| 2010-04-29 | Fix typo. | Nick Lewycky |
| 2010-03-28 | Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701). | Torok Edwin |
| 2010-03-15 | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin |
| 2010-02-22 | Fix various doxygen warnings. | Dan Gohman |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-01-28 | Add llvm::Program::ChangeStderrToBinary(). | Douglas Gregor |
| 2010-01-19 | Stubs for getHostCPUFeatures API. This implements part of PR5389. | Xerxes Ranby |
| 2009-12-17 | Make Path use StringRef instead of std::string where possible. | Jeffrey Yasskin |
| 2009-12-08 | Removed VC++ compatibility code from DataTypes.h.in. | Oscar Fuentes |
| 2009-12-08 | For VC++, define the ?INT*_C macros only it they are not yet defined. | Oscar Fuentes |
| 2009-12-07 | Fixes the Atomic implementation if compiled by MSVC compiler. | Oscar Fuentes |
| 2009-11-25 | Adjust comments to new semantics. | Edward O'Callaghan |
| 2009-11-25 | API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r... | Edward O'Callaghan |
| 2009-11-24 | Fix comments as pre-post review for rev.89765. | Edward O'Callaghan |
| 2009-11-24 | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan |
| 2009-11-14 | Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. | Daniel Dunbar |
| 2009-11-07 | 80-col violation. | Mikhail Glushenkov |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-10-11 | Fix typo. | Nick Lewycky |
| 2009-10-11 | Fix typo. | Nick Lewycky |
| 2009-09-22 | Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks | Daniel Dunbar |
| 2009-09-15 | Get rid of GetProcessId in Win32/Program.inc. | Mikhail Glushenkov |
| 2009-09-11 | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman |
| 2009-09-09 | Copy-pasto. | Mikhail Glushenkov |
| 2009-09-09 | Revert 81248 for now. | Mikhail Glushenkov |
| 2009-09-08 | Const-correctness. | Mikhail Glushenkov |
| 2009-09-08 | Since Program is basically a PID, it should be copyable. | Mikhail Glushenkov |
| 2009-09-08 | Get rid of the Pid_ member in the Program class. | Mikhail Glushenkov |
| 2009-09-08 | Add a Kill() function to the Program class. | Mikhail Glushenkov |
| 2009-09-06 | Tweak code into an equivalent form for which icc | Duncan Sands |
| 2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
| 2009-08-12 | This void is implicit in C++. | Dan Gohman |
| 2009-08-11 | Revert 78662 to fix broken windows build. Add a comment which explains the pr... | Benjamin Kramer |
| 2009-08-11 | Remove an unnecessary mutable. | Dan Gohman |
| 2009-08-03 | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar |
| 2009-07-31 | Add a warning. | Mikhail Glushenkov |
| 2009-07-23 | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner |
| 2009-07-23 | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner |
| 2009-07-23 | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner |
| 2009-07-18 | Add a Program::GetPid() method. | Mikhail Glushenkov |
| 2009-07-18 | Remove duplication in Program::Execute{And,No}Wait. | Mikhail Glushenkov |
| 2009-07-17 | Trailing whitespace. | Mikhail Glushenkov |
| 2009-07-15 | Add a raw_ostream operator<< to sys::Path. | Dan Gohman |