- Dec 16, 2004
-
-
Reid Spencer authored
const because they affect the file system, not the Path object. llvm-svn: 18973
-
- Dec 15, 2004
-
-
Reid Spencer authored
support from it. llvm-svn: 18972
-
Reid Spencer authored
llvm-svn: 18971
-
Reid Spencer authored
llvm-svn: 18970
-
Reid Spencer authored
be agnostic to the needs of any specific FE. llvm-svn: 18969
-
Reid Spencer authored
because LLVM should be agnostic to the needs of specific front ends. llvm-svn: 18968
-
Reid Spencer authored
always exited the program with exit code 1 in these cases, regardless of whether an error occurred or not. llvm-svn: 18966
-
Chris Lattner authored
llvm-svn: 18965
-
Chris Lattner authored
llvm-svn: 18964
-
Chris Lattner authored
llvm-svn: 18963
-
Chris Lattner authored
llvm-svn: 18962
-
Reid Spencer authored
createTemporaryFile semantics where it doesn't create a fully unique name if the basename doesn't exist. This functionality is now optionally provided by the boolean reuse_current parameter to createTemporaryFile and makeUnique. The default values differ because of the way these functions are used in LLVM. llvm-svn: 18961
-
Chris Lattner authored
the nightly testers. llvm-svn: 18960
-
Chris Lattner authored
llvm-svn: 18959
-
Chris Lattner authored
llvm-svn: 18958
-
Chris Lattner authored
llvm-svn: 18957
-
Chris Lattner authored
llvm-svn: 18956
-
Chris Lattner authored
llvm-svn: 18955
-
Jeff Cohen authored
llvm-svn: 18954
-
Jeff Cohen authored
llvm-svn: 18953
-
Reid Spencer authored
llvm-svn: 18952
-
Reid Spencer authored
llvm-svn: 18951
-
Reid Spencer authored
Remove #inclusion of Support/FileUtilities.h which isn't needed any more. llvm-svn: 18950
-
Reid Spencer authored
* Convert use of getUniqueFilename to sys::Path::makeUnique(); llvm-svn: 18949
-
Reid Spencer authored
* Remove #inclusion of FileUtilities.h, not needed any more. * Convert getUniqueFilename -> sys::Pat::makeUnique() llvm-svn: 18948
-
Reid Spencer authored
* Fix implementation and documentation about LLVMGCCDIR/bytecode-libs * Add the makeUnique method, replacement for getUniqueFilename in Support. * Add the sys::CopyFile function, replacement for CopyFile in Support. * Move GetLLVMConfigDir() into generic code area since its generic. llvm-svn: 18947
-
Reid Spencer authored
Remove getUniqueFilename and CopyFile. These are now implemented by sys::Path::makeUnique and sys::CopyFile, respectively. llvm-svn: 18946
-
Reid Spencer authored
llvm-svn: 18945
-
Reid Spencer authored
GettingStarted.html document in the environment section and only as an optional feature. llvm-svn: 18944
-
- Dec 14, 2004
-
-
Reid Spencer authored
Many thanks to Vladimir Merzliakov for pointing this out! llvm-svn: 18942
-
Chris Lattner authored
llvm-svn: 18941
-
Reid Spencer authored
libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939
-
Chris Lattner authored
turning X - (constantexpr) into X + (-constantexpr) among other things. llvm-svn: 18935
-
Reid Spencer authored
Patch contributed by Henrik Bach. Thanks Henrik! llvm-svn: 18933
-
Brian Gaeke authored
llvm-svn: 18932
-
Brian Gaeke authored
llvm-svn: 18931
-
Jeff Cohen authored
llvm-svn: 18930
-
Reid Spencer authored
* Change ExecWait calls to sys::Program::ExecuteAndWait * Convert to use sys::Path where it makes sense llvm-svn: 18929
-
Reid Spencer authored
Implement the new environment pointer for ExecuteAndWait llvm-svn: 18928
-
Reid Spencer authored
* Remove the ExecWait function. This is now in sys::Program::ExecuteAndWait llvm-svn: 18927
-