aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-25system_error: Even more unsupported error numbers :(.Michael J. Spencer
2010-11-2480 col.Michael J. Spencer
2010-11-24Path Version 2.Michael J. Spencer
2010-11-24include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5.NAKAMURA Takumi
2010-11-23system_error: Add fixme.Michael J. Spencer
2010-11-23fix this harder.Chris Lattner
2010-11-23fix a bug I introduced on the other side of the #ifdefChris Lattner
2010-11-23reimplement SwapByteOrder.h in terms of overloading instead of Chris Lattner
2010-11-17Fix typo: Exectuable -> ExecutablePeter Collingbourne
2010-11-16system_error: More conditional error codes for Darwin.Michael J. Spencer
2010-11-16This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer
2010-11-10System/Path: Update comments to match code.Michael J. Spencer
2010-11-09System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.Michael J. Spencer
2010-11-07typosRafael Espindola
2010-11-07Add method for checking if a path is a symbolic link.Rafael Espindola
2010-11-04System: Add llvm_execute_on_thread, which does what it says.Daniel Dunbar
2010-11-02appendSuffix: don't append a dot when the suffix is empty.Mikhail Glushenkov
2010-11-02Make FindProgramByName return paths with slashes unmodified on Windows.Mikhail Glushenkov
2010-11-02Path: Add GetEXESuffix() to complement GetDLLSuffix().Mikhail Glushenkov
2010-10-29Make Program::Wait differentiate execution failure due to the fileDan Gohman
2010-10-2880-col violations.Mikhail Glushenkov
2010-10-11Clang's #include handling apparently doesn't work for libstdc++'sDan Gohman
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer
2010-10-11Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer
2010-09-20Relax this check to silently swallow FE_INEXACT, following directionsDan Gohman
2010-09-17Attempt to support platforms which don't have fenv.h.Dan Gohman
2010-09-15System/Path: Add isObjectFile().Michael J. Spencer
2010-09-02Remove obsolete comments about throwing exceptions.Dan Gohman
2010-09-02Add a comment.Dan Gohman
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