| Commit message (Expand) | Author | Age | Files | Lines |
* | Clang's #include handling apparently doesn't work for libstdc++'s | Dan Gohman | 2010-10-11 | 1 | -0/+6 |
* | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer | 2010-10-11 | 1 | -0/+101 |
* | Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." | Michael J. Spencer | 2010-10-11 | 1 | -101/+0 |
* | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer | 2010-10-11 | 1 | -0/+101 |
* | Relax this check to silently swallow FE_INEXACT, following directions | Dan Gohman | 2010-09-20 | 1 | -1/+1 |
* | Attempt to support platforms which don't have fenv.h. | Dan Gohman | 2010-09-17 | 1 | -0/+50 |
* | System/Path: Add isObjectFile(). | Michael J. Spencer | 2010-09-15 | 1 | -0/+11 |
* | Remove obsolete comments about throwing exceptions. | Dan Gohman | 2010-09-02 | 3 | -6/+0 |
* | Add a comment. | Dan Gohman | 2010-09-02 | 1 | -0/+1 |
* | Add an interface for unregistering a file from the FilesToRemove list. | Dan Gohman | 2010-09-01 | 1 | -0/+4 |
* | Fix spelling/typo. | Michael J. Spencer | 2010-08-31 | 1 | -2/+2 |
* | Add an erase() method to llvm::ThreadLocal. | Owen Anderson | 2010-07-28 | 1 | -0/+4 |
* | Add more doxygen comments for llvm::ThreadLocal. | Owen Anderson | 2010-07-28 | 1 | -0/+9 |
* | Path::isRootDirectory is unimplemented on Unix and not used, | Chris Lattner | 2010-07-12 | 1 | -8/+0 |
* | DataTypes.h.cmake (MSVC): Protect some #define's and use specific | Oscar Fuentes | 2010-06-24 | 1 | -17/+35 |
* | Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup | Daniel Dunbar | 2010-05-08 | 1 | -0/+4 |
* | Fix typo. | Nick Lewycky | 2010-04-29 | 1 | -1/+1 |
* | Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701). | Torok Edwin | 2010-03-28 | 1 | -1/+1 |
* | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin | 2010-03-15 | 1 | -0/+32 |
* | Fix various doxygen warnings. | Dan Gohman | 2010-02-22 | 1 | -1/+1 |
* | 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 |