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
2013-01-10
Fix a race condition in llvm::sys::path::unique_file: when we end up
Douglas Gregor
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-05
Eric thought that Darwin was right to use -1 consistently rather than
Chandler Carruth
2013-01-05
Try to suppress the use of clock_gettime on Darwin which apparantly
Chandler Carruth
2013-01-04
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
Begin sketching out the process interface.
Chandler Carruth
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-15
PathV2: Fix a possible infinite loop.
Daniel Dunbar
2012-10-17
Support: Don't remove special files on signals.
Daniel Dunbar
2012-09-28
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-26
The assumption that /proc/self/exe always exists is incorrect.
Sylvestre Ledru
2012-09-21
Add an --enable-backtraces option to configure to determine
Eric Christopher
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
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-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-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
[next]