- Dec 19, 2004
-
-
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
-
Reid Spencer authored
llvm-svn: 19009
-
Reid Spencer authored
that platform without a lot of work because they depend on process image copy behavior of fork(2). llvm-svn: 19008
-
Chris Lattner authored
llvm-svn: 19007
-
Chris Lattner authored
save small amounts of time for functions that don't call llvm.returnaddress or llvm.frameaddress (which is almost all functions). llvm-svn: 19006
-
Tanya Lattner authored
llvm-svn: 19005
-
Tanya Lattner authored
llvm-svn: 19004
-
Tanya Lattner authored
llvm-svn: 19003
-
Tanya Lattner authored
llvm-svn: 19002
-
Reid Spencer authored
* removeFile() -> sys::Path::destroyFile() * remove extraneous toString() calls * convert local variables representing path names from std::string to sys::Path * Use sys::Path objects with FileRemove instead of std::string * Use sys::Path methods for construction of path names llvm-svn: 19001
-
Reid Spencer authored
* Make the OutputC and OutputAsm functions work with sys::Path for the output file name instead of using std::string. * Get rid of extraneous "toString" calls. * Change "removeFile" to sys::Path::destroyFile() llvm-svn: 19000
-
Reid Spencer authored
* Remove the "removeFile" function, now implemented by the sys::Path::destroyFile method. * Make the FileRemove work with a sys::Path instead of a std::string llvm-svn: 18999
-
- Dec 16, 2004
-
-
Chris Lattner authored
llvm-svn: 18996
-