- Dec 20, 2004
-
-
Reid Spencer authored
* Add checks for sbrk and getpagesize functions * Alphebetize the checks for functions llvm-svn: 19052
-
Reid Spencer authored
* Add GetMallocUsage as a wrapper around mallinfo() * Add GetTotalMemoryUsage to get approximate RSS size * Add GetTimeUsage to get elapsed/system/user time llvm-svn: 19051
-
Reid Spencer authored
llvm-svn: 19050
-
Reid Spencer authored
This file is no longer needed as system dependent functions have been encapsulated into lib/System. llvm-svn: 19049
-
Misha Brukman authored
* llvm/Config/alloca.h already #includes config.h * Minor readability/stylistic changes llvm-svn: 19048
-
- Dec 19, 2004
-
-
Brian Gaeke authored
llvm-svn: 19047
-
Misha Brukman authored
llvm-svn: 19046
-
Brian Gaeke authored
llvm-svn: 19045
-
Reid Spencer authored
* Support changes in sys::Program::ExecuteAndWait interface llvm-svn: 19044
-
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
-
Reid Spencer authored
Incorporate the abilities of RunPRogramWithTimeout into sys::Program::ExecuteAndWait so that redirection and a timeout are optionally supported. llvm-svn: 19039
-
Reid Spencer authored
Turn path instance variables into sys::Path instead of std::string llvm-svn: 19038
-
Reid Spencer authored
Replace RunProgramWithTimeout with an inline function that calls sys::Program::ExecuteAndWait. This is now just a convenience function. llvm-svn: 19037
-
Jeff Cohen authored
llvm-svn: 19036
-
Jeff Cohen authored
llvm-svn: 19035
-
Jeff Cohen authored
llvm-svn: 19034
-
- Dec 18, 2004
-
-
Jeff Cohen authored
files from win32/* to platform/*, create one line files in platform that include the corresponding file in win32. This makes life much more enjoyable! The cruel irony is that NTFS has hard links just like Unix, but there's no way to get to them from the DOS prompt! llvm-svn: 19033
-
Jeff Cohen authored
llvm-svn: 19032
-
Jeff Cohen authored
specific warnings they produced were being suppressed anyway. The truncation warnings that were suppressed are now enabled, and the few that still occur ought to be fixed. The only warnings suppressed now are the "negating an unsigned is still unsigned", the validity of which Chris does not accept, and the "implicit conversion of <type> to bool performance warning". Making the conversion explicit won't make it run any faster and this is an easier way to shut the compiler up. llvm-svn: 19031
-
Reid Spencer authored
caught by llvm-ld's main function. llvm-svn: 19030
-
Reid Spencer authored
main function. llvm-svn: 19029
-
Jeff Cohen authored
llvm-svn: 19028
-
Reid Spencer authored
llvm-svn: 19026
-
Reid Spencer authored
llvm-svn: 19025
-
- Dec 17, 2004
-
-
Chris Lattner authored
llvm-svn: 19024
-
Tanya Lattner authored
Always print out DejagnuTest results to stdout so that it gets emailed to the nightly test manager. Eventually Dejagnu should be merged into the added/removed tests. llvm-svn: 19023
-
Reid Spencer authored
family of functions so it gets noticed if we ever remove this. llvm-svn: 19022
-
Chris Lattner authored
llvm-svn: 19021
-
Reid Spencer authored
llvm-svn: 19020
-
Chris Lattner authored
llvm-svn: 19019
-
Chris Lattner authored
Regression/Analysis/GlobalsModRef/purecse.ll. Isn't this what the -Woverload-whatever flag would warn about :) llvm-svn: 19018
-
Chris Lattner authored
llvm-svn: 19017
-
Chris Lattner authored
llvm-svn: 19016
-
Reid Spencer authored
built on this platform. llvm-svn: 19015
-
Reid Spencer authored
llvm-db and bugpoint for Win32 rather than add them in subtr llvm-svn: 19014
-
Reid Spencer authored
llvm-svn: 19013
-
Reid Spencer authored
the .. directory. llvm-svn: 19012
-