index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Process.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't
Dan Gohman
2009-09-11
1
-13
/
+7
*
Tweak code into an equivalent form for which icc
Duncan Sands
2009-09-06
1
-3
/
+6
*
Get rid of a helgrind warning. If this is _actually_ a performance problem,
Owen Anderson
2009-08-19
1
-3
/
+3
*
Add support for outputting ANSI colors to raw_fd_ostream.
Torok Edwin
2009-06-04
1
-0
/
+59
*
Work around a page size issue on Cygwin.
Jay Foad
2009-05-23
1
-1
/
+6
*
termios.h contains the winsize structure we need to determine the
Douglas Gregor
2009-05-18
1
-1
/
+4
*
Add terminal width detection to llvm::sys::Process. This is needed to
Douglas Gregor
2009-05-11
1
-0
/
+37
*
Restore code to disable crash catcher on older OS X systems
Nate Begeman
2008-04-12
1
-1
/
+25
*
Actually disable crash reporting on Mac OS X, returning bugpoint to speedy
Nate Begeman
2008-03-31
1
-23
/
+6
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Use new config.h macro
Chris Lattner
2006-09-14
1
-2
/
+2
*
On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for
Chris Lattner
2006-09-14
1
-7
/
+29
*
This function is not documented as throwing an exception and callers don't
Chris Lattner
2006-05-14
1
-3
/
+1
*
Fix accidentally committed patch.
Chris Lattner
2006-05-12
1
-1
/
+1
*
Fix iterator invalidation bug, identified by Coverity.
Chris Lattner
2006-05-12
1
-1
/
+1
*
instead of using mstats, use malloc_zone_statistics which returns numbers
Chris Lattner
2005-11-14
1
-4
/
+8
*
Teach -track-memory to work on darwin. Looking at sbrk doesn't work because
Chris Lattner
2005-11-14
1
-10
/
+12
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Provide an implementation of the GetCurrentUserId and GetCurrentGroupId
Reid Spencer
2005-04-21
1
-0
/
+10
*
Use size_t instead of long to represent memory usage. long is 32 bits
Jeff Cohen
2005-01-08
1
-2
/
+2
*
Add functions for determining if the stdin/out/err is connected to a
Reid Spencer
2005-01-01
1
-0
/
+24
*
Fix a compilation error for the case where mallinfo() is not available.
Reid Spencer
2004-12-31
1
-1
/
+1
*
For PR351:
Reid Spencer
2004-12-27
1
-0
/
+12
*
Implement GetTimeUsage correctly.
Reid Spencer
2004-12-20
1
-4
/
+8
*
Provide a getrusage based implementation of GetTotalMemoryUsage and use
Reid Spencer
2004-12-20
1
-0
/
+4
*
Consistently use the same #if style. Also, fix a bug testing for sbrk(3)
Reid Spencer
2004-12-20
1
-4
/
+4
*
For PR351:
Reid Spencer
2004-12-20
1
-6
/
+78
*
Provide a generic unix implementation of the Process abstraction.
Reid Spencer
2004-09-11
1
-0
/
+34