aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
* Clang's #include handling apparently doesn't work for libstdc++'sDan Gohman2010-10-111-0/+6
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-111-0/+101
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-111-101/+0
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-111-0/+101
* Relax this check to silently swallow FE_INEXACT, following directionsDan Gohman2010-09-201-1/+1
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-171-0/+50
* System/Path: Add isObjectFile().Michael J. Spencer2010-09-151-0/+11
* Remove obsolete comments about throwing exceptions.Dan Gohman2010-09-023-6/+0
* Add a comment.Dan Gohman2010-09-021-0/+1
* Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman2010-09-011-0/+4
* Fix spelling/typo.Michael J. Spencer2010-08-311-2/+2
* 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