aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/System/Program.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-07-18Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov1-0/+27
Implemented by moving the code out of static functions into methods of Program class. llvm-svn: 76340
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman1-2/+0
llvm-svn: 50695
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
llvm-svn: 45418
2006-07-26For PR780:Reid Spencer1-0/+1
Put the rest of lib/System into LinkAllVMCore.h. This makes all of lib/System available to programs that #include LinkALlVMCore.h so that loadable modules linked into those programs can depend on all of lib/System being available. llvm-svn: 29288
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman1-1/+0
llvm-svn: 21704
2005-04-21Remove trailing whitespaceMisha Brukman1-4/+4
llvm-svn: 21422
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer1-2/+2
gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
2004-12-27For PR351:Reid Spencer1-1/+7
* Consolidate implementation for Unix systems into Unix/Program.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19154
2004-08-29Initial commit of an platform-indepdendent implementation for theReid Spencer1-0/+29
"Program" operating system concept (find and execute programs). llvm-svn: 16084