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
/
System
/
Unix
/
Program.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a race condition in getting the process exit code on Win32.
Daniel Dunbar
2009-08-03
1
-0
/
+4
*
On "Unix", if Program::FindProgramByName is given a name containing
Dan Gohman
2009-07-28
1
-1
/
+1
*
Fix a fixme; don't take binaries from the working directory.
Benjamin Kramer
2009-07-28
1
-3
/
+3
*
Remove duplication in Program::Execute{And,No}Wait.
Mikhail Glushenkov
2009-07-18
1
-87
/
+29
*
Trailing whitespace.
Mikhail Glushenkov
2009-07-17
1
-15
/
+15
*
Add an ExecuteNoWait interface to support asynchronous process spawning.
David Greene
2009-07-08
1
-0
/
+72
*
Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:
Daniel Dunbar
2009-04-20
1
-1
/
+1
*
Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic
Matthijs Kooijman
2008-06-12
1
-4
/
+11
*
Make I/O redirection handling in sys::Program a bit more consistent. No
Matthijs Kooijman
2008-06-12
1
-21
/
+13
*
Unbreak build.
Bill Wendling
2008-05-29
1
-3
/
+3
*
Remove more iostream header includes. Needed to implement a "FlushStream"
Bill Wendling
2008-05-29
1
-3
/
+3
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-1
/
+1
*
Set error message.
Devang Patel
2008-02-04
1
-2
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-14
1
-2
/
+2
*
Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...
Gabor Greif
2007-07-06
1
-1
/
+1
*
Fix LLVM build on NetBSD. Patch by Neil Booth.
Devang Patel
2007-06-04
1
-0
/
+2
*
Cygwin doesn't have the RSS_LIMIT for get/setrlimit.
Reid Spencer
2007-04-23
1
-0
/
+2
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-0
/
+30
*
For PR797:
Reid Spencer
2006-08-22
1
-8
/
+13
*
For PR797:
Reid Spencer
2006-08-21
1
-23
/
+36
*
For PR797:
Reid Spencer
2006-08-21
1
-1
/
+1
*
Turn an if into an else if.
Chris Lattner
2006-07-12
1
-2
/
+2
*
Don't pull in environ, not always safe. Global variables are bad anyway.
Evan Cheng
2006-06-09
1
-8
/
+4
*
For PR787:
Reid Spencer
2006-06-07
1
-0
/
+8
*
For PR351:
Reid Spencer
2005-12-22
1
-7
/
+12
*
For PR495:
Reid Spencer
2005-07-07
1
-3
/
+3
*
For PR495:
Reid Spencer
2005-07-07
1
-3
/
+3
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may
Misha Brukman
2005-04-20
1
-0
/
+2
*
Fix bugpoint
Chris Lattner
2005-01-16
1
-2
/
+1
*
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
2005-01-09
1
-0
/
+225