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
/
Support
/
Unix
Age
Commit message (
Expand
)
Author
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-11
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Chandler Carruth
2012-09-06
Whitespace.
NAKAMURA Takumi
2012-09-06
Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!
NAKAMURA Takumi
2012-08-22
Idef out mapped_file_region for nacl
Derek Schuff
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-15
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-10
stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.inc
Joerg Sonnenberger
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-07-20
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-12
Fixed few warnings.
Galina Kistanova
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-20
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-16
Don't call 'FilesToRemove[0]' when the vector is empty, even to compute
Chandler Carruth
2012-06-16
Harden the Unix signals code to be more async signal safe.
Chandler Carruth
2012-06-02
Use access(2) instead of stat(2) to check if a file exists.
Benjamin Kramer
2012-05-11
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
2012-05-08
[Support] Fix sys::GetRandomNumber() to always use a high quality seed.
Daniel Dunbar
2012-05-06
Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.
NAKAMURA Takumi
2012-05-06
Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...
NAKAMURA Takumi
2012-05-05
[Support] Fix up comments.
Daniel Dunbar
2012-05-05
[Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.
Daniel Dunbar
2012-04-23
[Support/Unix] Unconditionally include time.h.
Michael J. Spencer
2012-04-23
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-16
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-11
Fix the build under Debian GNU/Hurd.
Sylvestre Ledru
2012-03-26
Fix GetMainExecutable on kFreeBSD.
Anton Korobeynikov
2012-03-24
Fix null to integer conversion warnings.
Jean-Daniel Dupas
2012-02-09
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-01-15
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-11
Disable the crash reporter when running lit tests.
Argyrios Kyrtzidis
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2011-12-13
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-12
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-08
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
Sebastian Pop
2011-11-01
Remove a couple unused methods. PR11201.
Eli Friedman
2011-09-23
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2011-09-20
Remove the hack to check UNAME_RELEASE when identifying the Darwin version.
Bob Wilson
2011-09-14
Include limits.h to make sure PATH_MAX is known on Solaris 10.
Bill Wendling
2011-08-10
Clarify a comment.
Bob Wilson
[prev]
[next]