- Dec 24, 2004
-
-
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
-
Reid Spencer authored
CFE tools can find the correct LLVM tools to invoke. llvm-svn: 19128
-
Reid Spencer authored
correct variable to get a "set the path first" invocation of those tools. llvm-svn: 19127
-
Reid Spencer authored
* When reconfiguring, make sure the config.cache file is blown away so that its (old) values don't short-circuit doing the tests. When a reconfigure is done, it should be done from scratch, without the cache. * For dist-check, don't pass --with-llvmgccdir any more because configure doesn't have this option any more. llvm-svn: 19126
-
Reid Spencer authored
llvm-svn: 19125
-
Jeff Cohen authored
llvm-svn: 19124
-
Reid Spencer authored
expands to a full path name. Substitute $outputname.exp" instead and it makes a viable temporary file name. This gets around the problem with lli on Cygwin linking but not having any "C" library functions linked into it. llvm-svn: 19123
-
- 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
-
Reid Spencer authored
Patch contributed by Markus F.X.J. Oberhumer. llvm-svn: 19118
-
Reid Spencer authored
building Cygwin. llvm-svn: 19117
-
Reid Spencer authored
llvm-svn: 19116
-
Misha Brukman authored
llvm-svn: 19115
-
Jeff Cohen authored
architecture at all. llvm-svn: 19114
-
Reid Spencer authored
llvm-svn: 19113
-
Jeff Cohen authored
llvm-svn: 19112
-
- Dec 22, 2004
-
-
Brian Gaeke authored
function or something. Since FileRemover takes a const reference to sys::Path, we need to pass an actual sys::Path variable. llvm-svn: 19111
-
Reid Spencer authored
* Correct a path. llvm-svn: 19110
-
Reid Spencer authored
llvm-svn: 19109
-
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
-
Reid Spencer authored
the CFE instead of the default GCC 3.3.3 compiler that comes with Cygwin. llvm-svn: 19104
-
Reid Spencer authored
* Remove the idiotic windows environment setting, its not needed. * Remove an extraneous "mkdir" instruction. llvm-svn: 19103
-
Reid Spencer authored
llvm-svn: 19102
-
Reid Spencer authored
stone. llvm-svn: 19101
-
Reid Spencer authored
point to. llvm-svn: 19100
-
Reid Spencer authored
Rework the CFE build details to include the directions for using the option --program-prefix=llvm- to the CFE's configure script. This ensures that the CFE builds unique executable names and makes it possible to put the $CFEINSTALL/bin directory into one's path. llvm-svn: 19099
-
Reid Spencer authored
* llvmgcc -> llvm-gcc * llvmg++ -> llvm-g++ * remove references to --with-llvmgccdir configure option llvm-svn: 19098
-
Reid Spencer authored
* Use LLVMGCC and LLVMGXX variables instead of computing the name llvm-svn: 19097
-
Reid Spencer authored
* Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096
-
Reid Spencer authored
* Cleanup LLVMGCXX and LLVMGCC by providing LLVMGXXWITHPATH and LLVMGCCWITHPATH variables that add the $(LLVMToolDir) to the path so the CFE tools can find the right LLVM tools they depend on. * Standardize the name of a variable: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19095
-
Reid Spencer authored
* Use new configuration variables to compute LLVMGCC and LLVMGXX variables. llvm-svn: 19094
-
Reid Spencer authored
* Remove --with-llvmgccdir, not needed any more * Search path for llvm-gcc and llvm-gxx * Compute LLVMGCCDIR based on install path of llvm-gcc llvm-svn: 19093
-
Reid Spencer authored
llvm-svn: 19092
-
Reid Spencer authored
passed to gccas when the --program-prefix option is used to configure CFE. llvm-svn: 19091
-
Misha Brukman authored
llvm-svn: 19090
-