summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* Use thread-safe statics to avoid a static constructor here. This isn't threa...Owen Anderson2010-11-18
* Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-17
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-16
* Fix Whitespace.Michael J. Spencer2010-11-10
* System/Win32/Path: Implement isSymLink.Michael J. Spencer2010-11-10
* Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not...NAKAMURA Takumi2010-11-10
* System/Path/Windows: Implement GetLLVMDefaultConfigDir.Michael J. Spencer2010-11-09
* System/Path/Windows: Generalize GetUserHomeDirectory.Michael J. Spencer2010-11-09
* System/Path/Windows: Make GetSystemLibraryPaths more generic.Michael J. Spencer2010-11-09
* System/Windows: Reduce dependencies.Michael J. Spencer2010-11-09
* System/Windows: Use normalized case and include method.Michael J. Spencer2010-11-09
* System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.Michael J. Spencer2010-11-09
* Update comment.Michael J. Spencer2010-11-09
* Fix PR8441, a thread unsafe static variable in our dynamic library loading fa...Owen Anderson2010-11-09
* Remove contributor names as per coding statndard.Michael J. Spencer2010-11-08
* Add method for checking if a path is a symbolic link.Rafael Espindola2010-11-07
* System: Add llvm_execute_on_thread, which does what it says.Daniel Dunbar2010-11-04
* Delete unused variables.Dan Gohman2010-11-03
* Remove several unhelpful checks for isValid from sys::Path.Dan Gohman2010-11-03
* Don't try to enforce MAXPATHLEN in sys::Path for Unix. OS's can checkDan Gohman2010-11-02
* Simplify.Dan Gohman2010-11-02
* Fix a copy+pasto.Dan Gohman2010-11-02
* Avoid manipulating paths in fixed-sized arrays.Dan Gohman2010-11-02
* Simplify this code.Dan Gohman2010-11-02
* Use '\0' instead of 0 for nul character constants.Dan Gohman2010-11-02
* appendSuffix: don't append a dot when the suffix is empty.Mikhail Glushenkov2010-11-02
* Eliminate some temporary std::strings.Dan Gohman2010-11-02
* Micro-optimize.Dan Gohman2010-11-02
* GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.Mikhail Glushenkov2010-11-02
* Make FindProgramByName return paths with slashes unmodified on Windows.Mikhail Glushenkov2010-11-02
* 80-col violations.Mikhail Glushenkov2010-11-02
* Path: Add GetEXESuffix() to complement GetDLLSuffix().Mikhail Glushenkov2010-11-02
* Check if ErrMsg is null. This fixes the "not" command.Dan Gohman2010-10-29
* Make Program::Wait differentiate execution failure due to the fileDan Gohman2010-10-29
* Make Program::Wait provide an error message string for errorsDan Gohman2010-10-29
* Revert r117582, which reverted r77396. Searching PATH for a stringDan Gohman2010-10-28
* Revert r77396.Mikhail Glushenkov2010-10-28
* Trailing whitespace.Mikhail Glushenkov2010-10-28
* Reindent.Mikhail Glushenkov2010-10-28
* 80-col violation.Mikhail Glushenkov2010-10-27
* Remove try/catch(...) from Win32/Signals.inc.Mikhail Glushenkov2010-10-27
* ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.Duncan Sands2010-10-25
* Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.NAKAMURA Takumi2010-10-22
* Trailing whitespace.Mikhail Glushenkov2010-10-21
* Use C++03...Michael J. Spencer2010-10-20
* System-Win32/Path: Fix incorrect assumption in isValid.Michael J. Spencer2010-10-20
* Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete threeChandler Carruth2010-10-20
* Add ATTRIBUTE_UNUSED for -Asserts.NAKAMURA Takumi2010-10-20
* lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts.NAKAMURA Takumi2010-10-19