summaryrefslogtreecommitdiff
path: root/include/llvm/System
Commit message (Expand)AuthorAge
* Stubs for getHostCPUFeatures API. This implements part of PR5389.Xerxes Ranby2010-01-19
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-17
* Removed VC++ compatibility code from DataTypes.h.in.Oscar Fuentes2009-12-08
* For VC++, define the ?INT*_C macros only it they are not yet defined.Oscar Fuentes2009-12-08
* Fixes the Atomic implementation if compiled by MSVC compiler.Oscar Fuentes2009-12-07
* Adjust comments to new semantics.Edward O'Callaghan2009-11-25
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-25
* Fix comments as pre-post review for rev.89765.Edward O'Callaghan2009-11-24
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-24
* Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.Daniel Dunbar2009-11-14
* 80-col violation.Mikhail Glushenkov2009-11-07
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Fix typo.Nick Lewycky2009-10-11
* Fix typo.Nick Lewycky2009-10-11
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-22
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-15
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* Copy-pasto.Mikhail Glushenkov2009-09-09
* Revert 81248 for now.Mikhail Glushenkov2009-09-09
* Const-correctness.Mikhail Glushenkov2009-09-08
* Since Program is basically a PID, it should be copyable.Mikhail Glushenkov2009-09-08
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-08
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-08
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-06
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* This void is implicit in C++.Dan Gohman2009-08-12
* Revert 78662 to fix broken windows build. Add a comment which explains the pr...Benjamin Kramer2009-08-11
* Remove an unnecessary mutable.Dan Gohman2009-08-11
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-03
* Add a warning.Mikhail Glushenkov2009-07-31
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-23
* Add a Program::GetPid() method.Mikhail Glushenkov2009-07-18
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-18
* Trailing whitespace.Mikhail Glushenkov2009-07-17
* Add a raw_ostream operator<< to sys::Path.Dan Gohman2009-07-15
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-08
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner2009-07-07
* remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner2009-07-07
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* Add support for const thread locals.Owen Anderson2009-06-25
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-25
* Add atomic multiply and divide operations, built on top of CompareAndSwap.Owen Anderson2009-06-23
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-23
* Atomic ops that do arithmetic use signed arithmetic.Owen Anderson2009-06-23
* Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...Owen Anderson2009-06-23
* Add an atomic add operation.Owen Anderson2009-06-23
* Add debugging code to test for various locking faux-pas's, when running in si...Owen Anderson2009-06-20