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
/
include
/
llvm
/
System
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-25
system_error: Even more unsupported error numbers :(.
Michael J. Spencer
2010-11-24
80 col.
Michael J. Spencer
2010-11-24
Path Version 2.
Michael J. Spencer
2010-11-24
include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5.
NAKAMURA Takumi
2010-11-23
system_error: Add fixme.
Michael J. Spencer
2010-11-23
fix this harder.
Chris Lattner
2010-11-23
fix a bug I introduced on the other side of the #ifdef
Chris Lattner
2010-11-23
reimplement SwapByteOrder.h in terms of overloading instead of
Chris Lattner
2010-11-17
Fix typo: Exectuable -> Executable
Peter Collingbourne
2010-11-16
system_error: More conditional error codes for Darwin.
Michael J. Spencer
2010-11-16
This is the first step in adding sane error handling support to LLVMSystem.
Michael J. Spencer
2010-11-10
System/Path: Update comments to match code.
Michael J. Spencer
2010-11-09
System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.
Michael J. Spencer
2010-11-07
typos
Rafael Espindola
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-02
appendSuffix: don't append a dot when the suffix is empty.
Mikhail Glushenkov
2010-11-02
Make FindProgramByName return paths with slashes unmodified on Windows.
Mikhail Glushenkov
2010-11-02
Path: Add GetEXESuffix() to complement GetDLLSuffix().
Mikhail Glushenkov
2010-10-29
Make Program::Wait differentiate execution failure due to the file
Dan Gohman
2010-10-28
80-col violations.
Mikhail Glushenkov
2010-10-11
Clang's #include handling apparently doesn't work for libstdc++'s
Dan Gohman
2010-10-11
System: Add SwapByteOrder and update Support/MathExtras.h to use it.
Michael J. Spencer
2010-10-11
Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
Michael J. Spencer
2010-10-11
System: Add SwapByteOrder and update Support/MathExtras.h to use it.
Michael J. Spencer
2010-09-20
Relax this check to silently swallow FE_INEXACT, following directions
Dan Gohman
2010-09-17
Attempt to support platforms which don't have fenv.h.
Dan Gohman
2010-09-15
System/Path: Add isObjectFile().
Michael J. Spencer
2010-09-02
Remove obsolete comments about throwing exceptions.
Dan Gohman
2010-09-02
Add a comment.
Dan Gohman
2010-09-01
Add an interface for unregistering a file from the FilesToRemove list.
Dan Gohman
2010-08-31
Fix spelling/typo.
Michael J. Spencer
2010-07-28
Add an erase() method to llvm::ThreadLocal.
Owen Anderson
2010-07-28
Add more doxygen comments for llvm::ThreadLocal.
Owen Anderson
2010-07-12
Path::isRootDirectory is unimplemented on Unix and not used,
Chris Lattner
2010-06-24
DataTypes.h.cmake (MSVC): Protect some #define's and use specific
Oscar Fuentes
2010-05-08
Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup
Daniel Dunbar
2010-04-29
Fix typo.
Nick Lewycky
2010-03-28
Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701).
Torok Edwin
2010-03-15
Tell Valgrind when we modify already-executed machine code so it knows
Jeffrey Yasskin
2010-02-22
Fix various doxygen warnings.
Dan Gohman
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-01-28
Add llvm::Program::ChangeStderrToBinary().
Douglas Gregor
2010-01-19
Stubs for getHostCPUFeatures API. This implements part of PR5389.
Xerxes Ranby
2009-12-17
Make Path use StringRef instead of std::string where possible.
Jeffrey Yasskin
2009-12-08
Removed VC++ compatibility code from DataTypes.h.in.
Oscar Fuentes
2009-12-08
For VC++, define the ?INT*_C macros only it they are not yet defined.
Oscar Fuentes
2009-12-07
Fixes the Atomic implementation if compiled by MSVC compiler.
Oscar Fuentes
2009-11-25
Adjust comments to new semantics.
Edward O'Callaghan
[next]