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