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