aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
* Update build scripts after merge r127116Jush Lu2011-03-101-111/+0
* Merge upstream r127116Jush Lu2011-03-0925-2968/+0
|\
| * Merge System into Support.Michael J. Spencer2010-11-2927-4858/+0
| * system_error: Even more unsupported error numbers :(.Michael J. Spencer2010-11-251-0/+12
| * 80 col.Michael J. Spencer2010-11-241-2/+4
| * Path Version 2.Michael J. Spencer2010-11-241-0/+977
| * include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5.NAKAMURA Takumi2010-11-241-0/+4
| * system_error: Add fixme.Michael J. Spencer2010-11-231-0/+3
| * fix this harder.Chris Lattner2010-11-231-2/+2
| * fix a bug I introduced on the other side of the #ifdefChris Lattner2010-11-231-2/+2
| * reimplement SwapByteOrder.h in terms of overloading instead of Chris Lattner2010-11-231-41/+41
| * Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-171-1/+1
| * system_error: More conditional error codes for Darwin.Michael J. Spencer2010-11-161-0/+8
| * This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-161-0/+884
| * System/Path: Update comments to match code.Michael J. Spencer2010-11-101-3/+1
| * System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.Michael J. Spencer2010-11-091-1/+1
| * typosRafael Espindola2010-11-071-4/+4
| * Add method for checking if a path is a symbolic link.Rafael Espindola2010-11-071-0/+6
| * System: Add llvm_execute_on_thread, which does what it says.Daniel Dunbar2010-11-041-0/+14
| * appendSuffix: don't append a dot when the suffix is empty.Mikhail Glushenkov2010-11-021-1/+2
| * Make FindProgramByName return paths with slashes unmodified on Windows.Mikhail Glushenkov2010-11-021-1/+2
| * Path: Add GetEXESuffix() to complement GetDLLSuffix().Mikhail Glushenkov2010-11-021-0/+6
| * Make Program::Wait differentiate execution failure due to the fileDan Gohman2010-10-291-2/+3
| * 80-col violations.Mikhail Glushenkov2010-10-281-5/+5
| * 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