aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
* Add an erase() method to llvm::ThreadLocal.Owen Anderson2010-07-281-0/+4
* Add more doxygen comments for llvm::ThreadLocal.Owen Anderson2010-07-281-0/+9
* Path::isRootDirectory is unimplemented on Unix and not used,Chris Lattner2010-07-121-8/+0
* DataTypes.h.cmake (MSVC): Protect some #define's and use specificOscar Fuentes2010-06-241-17/+35
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-081-0/+4
* Fix typo.Nick Lewycky2010-04-291-1/+1
* Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701).Torok Edwin2010-03-281-1/+1
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-151-0/+32
* Fix various doxygen warnings.Dan Gohman2010-02-221-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-102-2/+2
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-281-2/+4
* Stubs for getHostCPUFeatures API. This implements part of PR5389.Xerxes Ranby2010-01-191-0/+13
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-23/+24
* Removed VC++ compatibility code from DataTypes.h.in.Oscar Fuentes2009-12-081-36/+0
* For VC++, define the ?INT*_C macros only it they are not yet defined.Oscar Fuentes2009-12-081-8/+27
* Fixes the Atomic implementation if compiled by MSVC compiler.Oscar Fuentes2009-12-071-0/+4
* Adjust comments to new semantics.Edward O'Callaghan2009-11-251-3/+3
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-251-3/+5
* Fix comments as pre-post review for rev.89765.Edward O'Callaghan2009-11-241-2/+2
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-241-0/+5
* Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.Daniel Dunbar2009-11-141-0/+6
* 80-col violation.Mikhail Glushenkov2009-11-071-2/+2
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-267-4/+328
* Fix typo.Nick Lewycky2009-10-111-1/+1
* Fix typo.Nick Lewycky2009-10-111-1/+1
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-221-4/+8
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-151-8/+4
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-0/+5
* Copy-pasto.Mikhail Glushenkov2009-09-091-3/+2
* Revert 81248 for now.Mikhail Glushenkov2009-09-091-0/+4
* Const-correctness.Mikhail Glushenkov2009-09-081-1/+1
* Since Program is basically a PID, it should be copyable.Mikhail Glushenkov2009-09-081-4/+0
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-081-4/+2
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-081-3/+14
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-061-16/+20
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-232-29/+5
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* Revert 78662 to fix broken windows build. Add a comment which explains the pr...Benjamin Kramer2009-08-111-1/+2
* Remove an unnecessary mutable.Dan Gohman2009-08-111-1/+1
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-031-3/+6
* Add a warning.Mikhail Glushenkov2009-07-311-1/+2
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-231-3/+6
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-6/+3
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-231-3/+6
* Add a Program::GetPid() method.Mikhail Glushenkov2009-07-181-0/+3
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-181-93/+104
* Trailing whitespace.Mikhail Glushenkov2009-07-171-4/+4
* Add a raw_ostream operator<< to sys::Path.Dan Gohman2009-07-151-0/+12
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-081-0/+37
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-072-14/+12