index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Unix
/
Process.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Creation of minidump after compiler crash on Windows
Leny Kholodov
2016-05-04
1
-0
/
+2
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-27
/
+9
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-9
/
+27
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+1
*
Avoid buffered reads of /dev/urandom
Rafael Espindola
2015-12-11
1
-4
/
+9
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Small cleanup. Don't use else when not needed.
Davide Italiano
2015-02-21
1
-4
/
+2
*
[Support/Timer] Make GetMallocUsage() aware of jemalloc.
Davide Italiano
2015-02-19
1
-0
/
+10
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Remove dead code. NFC.
Rafael Espindola
2014-12-04
1
-31
/
+3
*
[Modules] Add some missing includes to make files compile stand-alone.
Benjamin Kramer
2014-10-12
1
-0
/
+3
*
Unix/Process: Don't use pthread_sigmask if we aren't built with threads
David Majnemer
2014-10-08
1
-1
/
+12
*
Attempt to calm down buildbots
David Majnemer
2014-10-07
1
-0
/
+3
*
Support: Don't call close again if we get EINTR
David Majnemer
2014-10-07
1
-0
/
+24
*
Support: Add a utility to remap std{in,out,err} to /dev/null if closed
David Majnemer
2014-10-06
1
-0
/
+59
*
Adding #ifdef around TermColorMutex based on feedback from Craig Topper.
Chris Bieneman
2014-09-24
1
-0
/
+2
*
Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...
Chris Bieneman
2014-09-22
1
-2
/
+4
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-5
/
+5
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Fix configure to find arc4random via header files.
Todd Fiala
2014-02-05
1
-2
/
+2
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
1
-0
/
+8
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
1
-8
/
+0
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
1
-0
/
+8
*
Support ANSI escape code on Windows
Nico Rieck
2013-09-11
1
-18
/
+4
*
Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
2013-09-10
1
-0
/
+9
*
Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...
NAKAMURA Takumi
2013-09-04
1
-2
/
+2
*
Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."
NAKAMURA Takumi
2013-08-21
1
-6
/
+3
*
Go through the really awkward dance required to delete the memory
Chandler Carruth
2013-08-18
1
-2
/
+12
*
Removing unused functionality.
Aaron Ballman
2013-08-16
1
-8
/
+0
*
GCC warns about removing const with a c-style cast.
Benjamin Kramer
2013-08-13
1
-1
/
+1
*
Remove all checking for the various terminfo headers (term.h and
Chandler Carruth
2013-08-12
1
-24
/
+10
*
Target a minimal terminfo library rather than necessarily a full curses
Chandler Carruth
2013-08-12
1
-11
/
+25
*
Add support for linking against a curses library when available and
Chandler Carruth
2013-08-07
1
-10
/
+41
*
Remove MSan hack that is no longer needed.
Evgeniy Stepanov
2013-06-20
1
-2
/
+0
*
Workaround an MSan false positive.
Evgeniy Stepanov
2013-02-14
1
-0
/
+2
*
Eric thought that Darwin was right to use -1 consistently rather than
Chandler Carruth
2013-01-05
1
-1
/
+1
*
Try to suppress the use of clock_gettime on Darwin which apparantly
Chandler Carruth
2013-01-05
1
-1
/
+1
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
1
-22
/
+40
*
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
1
-4
/
+7
*
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
1
-20
/
+0
*
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
1
-1
/
+1
*
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
1
-0
/
+6
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
1
-3
/
+4
*
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-20
1
-6
/
+8
*
[Support] Fix sys::GetRandomNumber() to always use a high quality seed.
Daniel Dunbar
2012-05-08
1
-5
/
+15
*
Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.
NAKAMURA Takumi
2012-05-06
1
-1
/
+14
[next]