- Dec 24, 2004
-
-
Reid Spencer authored
This implementation is no longer needed, its been merged to Unix/Path.cpp since there is such little variation between the platforms. llvm-svn: 19133
-
Reid Spencer authored
Use the LLVM_ON_UNIX and LLVM_ON_WIN32 #defines to include the implementation instead of relying upon the "platform" link llvm-svn: 19132
-
Reid Spencer authored
llvm-svn: 19130
-
Reid Spencer authored
is now implemented via ltdl.cpp which has its own way of dealing with the different platforms. llvm-svn: 19129
-
Jeff Cohen authored
llvm-svn: 19124
-
- Dec 23, 2004
-
-
Reid Spencer authored
llvm-svn: 19122
-
Misha Brukman authored
llvm-svn: 19121
-
Reid Spencer authored
llvm-svn: 19120
-
Reid Spencer authored
a function call at the core of the loop inline and removing unused stack variables from an often called function. This doesn't improve things much, the real saving will be by reducing the number of calls to this function (100K+ when linking kimwitu++). llvm-svn: 19119
-
Jeff Cohen authored
llvm-svn: 19112
-
- Dec 22, 2004
-
-
Reid Spencer authored
Include local FDHandle.h file now that FDHandle is local to this library and not in lib/System/FileUtilities. llvm-svn: 19108
-
Reid Spencer authored
FDHandle class (non-portable) moved here from lib/Support/FileUtilities llvm-svn: 19107
-
Reid Spencer authored
Move non-portable FDHandle class to its only user: lib/Debugger llvm-svn: 19106
-
- Dec 21, 2004
-
-
Reid Spencer authored
Remove unix specific code (use of errno and read) from the reader. Thanks to Jeff Cohen for pointing this out. llvm-svn: 19081
-
Reid Spencer authored
llvm-svn: 19079
-
Reid Spencer authored
llvm-svn: 19077
-
- Dec 20, 2004
-
-
Reid Spencer authored
llvm-svn: 19076
-
Reid Spencer authored
llvm-svn: 19075
-
Reid Spencer authored
llvm-svn: 19074
-
Reid Spencer authored
the ru_maxrss field as an approximation. llvm-svn: 19072
-
Reid Spencer authored
llvm-svn: 19071
-
Reid Spencer authored
llvm-svn: 19070
-
Reid Spencer authored
an "#if defined(HAVE_SYS_STAT_H)". llvm-svn: 19069
-
Reid Spencer authored
llvm-svn: 19067
-
Reid Spencer authored
llvm-svn: 19061
-
Reid Spencer authored
llvm-svn: 19058
-
Jeff Cohen authored
llvm-svn: 19057
-
Jeff Cohen authored
llvm-svn: 19056
-
Reid Spencer authored
* Implement GetMallocUsage to get usage of malloc heap * Implement GetMemoryUsage to get total memory usage of process * Implement GetTimeUsage to get elapsed/user/system time llvm-svn: 19055
-
Reid Spencer authored
No need for Unix/SUS/Process.cpp any more, just ifdef it. llvm-svn: 19054
-
Reid Spencer authored
* Move system dependent implementation out of this file. * Make implementation use sys::Process::GetMallocUsage where necessary. * Make implementation use sys::Process::GetTimeUsage where necessary. llvm-svn: 19053
-
Misha Brukman authored
* llvm/Config/alloca.h already #includes config.h * Minor readability/stylistic changes llvm-svn: 19048
-
- Dec 19, 2004
-
-
Misha Brukman authored
llvm-svn: 19046
-
Brian Gaeke authored
llvm-svn: 19045
-
Reid Spencer authored
Move the functionality of RunProgramWithTimeout into the ExecuteAndWait function: support a timeout and I/O redirects llvm-svn: 19043
-
Reid Spencer authored
Add a needed include. llvm-svn: 19042
-
Reid Spencer authored
* Pass sys::Path instead of std::string for paths * Correct the types of arguments passed to RunProgramWithTimeout due to its interface using sys::Path instead of std::string * Replace "/dev/null" (not portable) with empty string which sys::Program::ExecuteAndWait recognizes as "redirect to bit bucket" llvm-svn: 19041
-
Reid Spencer authored
* Remove unneeded header files. * Move RedirectFD static function to lib/System/Unix/Program.cpp * Delete RunProgramWithTimeout, now implemented by sys::Program::ExecuteAndWait. RunProgramWithTimeout is now a convenience func. llvm-svn: 19040
-
- Dec 18, 2004
-
-
Jeff Cohen authored
llvm-svn: 19028
-
- Dec 17, 2004
-
-
Chris Lattner authored
llvm-svn: 19024
-